Description of problem: Trying to substitute current instack script I had to manually run following code: https://github.com/rdo-management/instack-undercloud/blob/master/scripts/instack-ironic-deployment#L113-L121 It is blocking us from smoothly moving from instack script to unified CLI in node registration part. Version-Release number of selected component (if applicable): Master How reproducible: 100 % Steps to Reproduce: 1. Install RDO-Manager via Instack (CentOS) 2. jq '.nodes[].memory=null | .nodes[].disk=null | .nodes[].arch=null | .nodes[].cpu=null | .nodes' instackenv.json > nodes.json 3. openstack baremetal import --json nodes.json ... Actual results: I am missing deploy kernel and ramdisk info at the node. Expected results: I will have these information included Additional info: Mentioned code should be removed soon, so I do suggest to implement it manually as following command: openstack baremetal post-registration all --deploy-kernel=name --deploy-ramdisk=name --boot-option=local Which will add id from deploy-kernel image, deploy-ramdisk image and add local-boot capability
This should be fixed by: https://review.openstack.org/#/c/172963/
Bulk command here: https://review.gerrithub.io/#/c/230165/
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions
This bug is against a Version which has reached End of Life. If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.