c288a1ae97
Adds a sample role environment that will deploy additional undercloud-like nodes. In order to do this, it is necessary to allow override of the baremetal_image parameter in role files, so that functionality is added too.
29 lines
1.0 KiB
YAML
29 lines
1.0 KiB
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: Base Configuration Options for Secondary Roles
|
|
# description: |
|
|
# Configuration options that need to be set when deploying an OVB
|
|
# environment that has multiple roles.
|
|
parameter_defaults:
|
|
# Recommended to be at least 1 vcpu, 4 GB RAM, 50 GB disk
|
|
# Type: string
|
|
baremetal_flavor: baremetal
|
|
|
|
# Nova keypair to inject into the undercloud and bmc
|
|
# Type: string
|
|
key_name: default
|
|
|
|
# Number of baremetal nodes to deploy
|
|
# Type: number
|
|
node_count: 2
|
|
|
|
# The default role for nodes in this environment. This parameter is
|
|
# ignored by Heat, but used by build-nodes-json.
|
|
# Type: string
|
|
role: compute
|
|
|