cybertron / openstack-virtual-baremetal

Tools for using OpenStack instances as baremetal deployment targets
20 stars 19 forks source link

WIP: add undercloud-like extra nodes to OVB #35

Closed sshnaidm closed 6 years ago

sshnaidm commented 7 years ago

In some jobs we need extra nodes, not to be deployed by ironic, but just booted up from regular images, like undercloud does. Right now it's required by FreeIPA job, but I believe it's generic requirement and we'll see more jobs requiring this. So my proposal is to use undercloud-like environment for this. This commit exactly is for creating 1 (one) extra node. Later it should be changed to handle any amount of extra nodes.