openstack-virtual-baremetal/templates/bmc-none.yaml
Ben Nemec 6210189b04 Make BMC optional
When using pre-deployed servers, you may want all of the networking
setup of OVB but don't actually need to control the instances via
IPMI. While this could already be done, it left a useless BMC
instance lying around. This change allows the BMC to be disabled
completely to clean up such environments.

Change-Id: Icd6936977684d178277ebb721a7fbb3ffad51d9a
2019-03-21 12:56:31 -05:00

11 lines
135 B
YAML

heat_template_version: newton
parameters:
cloud_data:
type: string
hidden: true
resources:
bmc:
type: OS::Heat::None