openstack-virtual-baremetal/environments/boot-baremetal-from-volume.yaml
Ben Nemec 4f2ae35882 Add more granular boot-from-volume envs
There may be situations where it is useful to boot only the
undercloud or only the baremetal nodes from volume.  This commit
adds environment files to enable that.
2018-01-22 14:39:16 -06:00

18 lines
751 B
YAML

# *******************************************************************
# This file was created automatically by the sample environment
# generator. Developers should use `tox -e genconfig` to update it.
# Users are recommended to make changes to a copy of the file instead
# of the original, if any customizations are needed.
# *******************************************************************
# title: Boot Baremetal Instances from Volume
# description: |
# Boot the baremetal instances from Cinder volumes instead of
# ephemeral storage.
parameter_defaults:
# The size of the baremetal instance volumes
# Type: number
baremetal_volume_size: 41
resource_registry:
OS::OVB::ServerPair: ../templates/virtual-baremetal-servers-volume.yaml