-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
?
-
?
-
?
-
?
-
-
The nfv-tempest-plugin requires baremetal host data like:
- username
- address
- password
in order to be able to be able to execute the tests. Currently, we know only one way how to obtain these data via the oc command:
oc get bmh tigon26 -n openshift-machine-api -o yaml | more
Possible solutions:
- Make discover-tempest-config find the data using the Show Node Details API call
- Make oc binary part of the tempest image and add the possibility to mount kubeocnfig to tempest test pod the same way as we did with tobiko. We could then obtain the necessary information by using the oc CLI.
- Extend the Tempest CR so that the user needs to pass the information to the test-operator. We would then need to modify the test-operator role so that it discovers the necessary information (username, address, password) and passes it to the test-operator.
- is related to
-
OSPRH-2414 [RFE] Podified Control Plane : Tempest (testing) operator
- Closed