3c3d1a057e
This change defines two new template resource types: - OS::OVB::BaremetalNetworks for any extra networks required by baremetal nodes, the default keeps the current behaviour of adding no new networks - OS::OVB::BaremetalPorts for building a list of ports to attach to each baremetal server. The default keeps the current behaviour of creating a single port on the provision network. Future changes will have alternatives to the defaults for network isolation
6 lines
70 B
YAML
6 lines
70 B
YAML
heat_template_version: 2014-10-16
|
|
|
|
outputs:
|
|
networks:
|
|
value: {}
|