Closed dtantsur closed 3 years ago
$ podman run ironic-client node list
The Bare Metal API endpoint cannot be detected and was not provided explicitly.
* Use --os-endpoint for standalone ironic.
* Use --os-auth-url and credentials for authentication.
* Use --os-cloud to load configuration from clouds.yaml
* See `/usr/bin/baremetal --help` for more details
Works as expected (I don't have a cloud here).
lgtm - we may also need to update metal3-dev-env ref https://github.com/metal3-io/metal3-dev-env/blob/master/02_configure_host.sh#L216..L222
And potentially update https://github.com/openshift-metal3/dev-scripts/blob/master/02_configure_host.sh#L230..L234 if we want to move the wrapper script naming away from openstackclient.sh
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dtantsur, iurygregory
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/lgtm
@elfosardo: adding LGTM is restricted to approvers and reviewers in OWNERS files.
Oo
You should be in reviewers really, adding in https://github.com/metal3-io/ironic-client/pull/5
This was discussed in the weekly community meeting for visibility, and it doesn't sound like it'll impact any existing users.
/lgtm
We have /usr/bin/baremetal since a while, let's stop using openstackclient. It is broken with http_basic auth anyway.