openstack-virtual-baremetal/environments/boot-undercloud-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
757 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 Undercloud Instance from Volume
# description: |
# Boot the undercloud instance from a Cinder volume instead of
# ephemeral storage.
parameter_defaults:
# The size of the volume for the undercloud instance
# Type: number
undercloud_volume_size: 50
resource_registry:
OS::OVB::UndercloudEnvironment: ../templates/undercloud-volume.yaml