redhat-openstack / infrared

Plugin based framework that aims to provide an easy-to-use CLI for Ansible based projects
https://infrared.readthedocs.io/en/latest/index.html
Apache License 2.0
99 stars 96 forks source link

Ironic commands have been deprecated, need to use "openstack baremetal" commands instead #377

Closed bfournie closed 4 years ago

bfournie commented 4 years ago

In OSP-16, the ironic commands have been fully deprecated and removed. The corresponding "openstack baremetal" commands should be used instead.

For example, the "ironic node-list" command here: https://github.com/redhat-openstack/infrared/blob/master/plugins/tripleo-overcloud/tasks/introspection_recovery.yml#L10

Should be replaced with: "openstack baremetal node list"

bfournie commented 4 years ago

This has been fixed, closing.

msalmanmasood commented 4 years ago

how to reset provisioning state of a baremetal node from error to available using openstack client?