wrt python-ironicclient: - the max API version needs to be updated to 1.35 - configdrive support needs to be added to 'openstack baremetal node rebuild' [1]. It should be fairly similar to 'openstack baremetal node deploy' [2].
[1] https://docs.openstack.org/python-ironicclient/latest/cli/osc/v1/index.html#baremetal-node-rebuild. [2] https://docs.openstack.org/python-ironicclient/latest/cli/osc/v1/index.html#baremetal-node-deploy ** Also affects: python-ironicclient Importance: Undecided Status: New ** Changed in: python-ironicclient Status: New => Triaged ** Changed in: python-ironicclient Assignee: (unassigned) => Mathieu Gagné (mgagne) ** Changed in: python-ironicclient Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1575935 Title: Rebuild should also accept a configdrive Status in Ironic: Fix Released Status in OpenStack Compute (nova): Invalid Status in python-ironicclient: Triaged Bug description: Users desire the ability to rebuild pre-existing hosts and update the configuration drive, especially in CI environments. https://github.com/openstack/ironic/blob/master/ironic/api/controllers/v1/node.py#L518 Presently does not pass a submitted configuration drive. Compared with Line 516. That being said, logic further down in the deployment (both legacy iscsi deployment and full disk deployment) processes should be checked to ensure that nothing else is broken, however this is standard behavior PRESENTLY because this is how nova submits requests. To manage notifications about this bug go to: https://bugs.launchpad.net/ironic/+bug/1575935/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

