machines/openstack: re-enable external clientOpts#4638
Conversation
In 05453ef the MachineSets function was updated to remove the option to specify external clientOpts. This clientOpts is used by hive to generate the machinesets and ensuring the correct client authentication is used. using the default client opts as forced in 05453ef only allows configuring the openstack client using the default location on the host, which doesn't sit well with something like hive which needs to manage the machinesets for many different clients from single location. Reverting the change in 05453ef to allow machinesets to accept external clientOpts and use the default opts when it is nil.
|
Openstack CI may be broken atm... |
|
/approve |
|
/label platform/openstack |
|
/hold for CI |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, Fedosin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
includes the changes from openshift/installer#4638
dc89529 removed passing clientOpts to generate the machinesets as it was dropped as supported option in the installer libraries. since openshift/installer#4638 has re enabled the option and reverting the change in openstackactuator to use the configure client opts for correctly authenticating with openstack apis.
dc89529 removed passing clientOpts to generate the machinesets as it was dropped as supported option in the installer libraries. since openshift/installer#4638 has re enabled the option and reverting the change in openstackactuator to use the configure client opts for correctly authenticating with openstack apis.
|
/retest |
|
/skip |
|
@abhinavdahiya: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/skip |
includes the changes from openshift/installer#4638
dc89529 removed passing clientOpts to generate the machinesets as it was dropped as supported option in the installer libraries. since openshift/installer#4638 has re enabled the option and reverting the change in openstackactuator to use the configure client opts for correctly authenticating with openstack apis.
In 05453ef the MachineSets function was updated to remove the option
to specify external clientOpts. This clientOpts is used by hive to generate
the machinesets and ensuring the correct client authentication is used.
using the default client opts as forced in 05453ef only allows configuring the
openstack client using the default location on the host, which doesn't sit well
with something like hive which needs to manage the machinesets for many different
clients from single location.
Reverting the change in 05453ef to allow machinesets to accept external clientOpts
and use the default opts when it is nil.
xref: https://issues.redhat.com/browse/HIVE-1372
/assign @Fedosin