4d55b7592d
In some clouds ephemeral storage is much slower than volume storage, so we want to be able to use volume storage for the performance- sensitive instances. This change adds new environments to enable that and updates build-nodes-json to handle the case where there is no image associated with an instance.
23 lines
953 B
YAML
23 lines
953 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 and Baremetal Instances from Volume
|
|
# description: |
|
|
# Boot the undercloud and baremetal instances from Cinder volumes instead of
|
|
# ephemeral storage.
|
|
parameter_defaults:
|
|
# The size of the baremetal instance volumes
|
|
# Type: number
|
|
baremetal_volume_size: 41
|
|
|
|
# The size of the volume for the undercloud instance
|
|
# Type: number
|
|
undercloud_volume_size: 50
|
|
|
|
resource_registry:
|
|
OS::OVB::ServerPair: ../templates/virtual-baremetal-servers-volume.yaml
|
|
OS::OVB::UndercloudEnvironment: ../templates/undercloud-volume.yaml
|