cybertron / openstack-virtual-baremetal

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

Add undercloud to nodes' json file #33

Closed JAORMX closed 7 years ago

JAORMX commented 7 years ago

This adds useful info about the undercloud node in the nodes' json file which is generated by the build_nodes_json.py script. This way we can consume this in TripleO CI.

cybertron commented 7 years ago

At first glance the code looks reasonable to me, but this is currently breaking the unit tests so it will at least need to update those. Preferrably we'd add some new tests for the new functionality as well to ensure we don't break it in the future.

JAORMX commented 7 years ago

@cybertron fixed the unit tests.