4f2ae35882
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.
18 lines
757 B
YAML
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
|