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
751 B
YAML
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
|