ef30ff2e56
Also fixes a problem with the base environment that was preventing the env-generator from functioning with the new template layout.
49 lines
1.5 KiB
YAML
49 lines
1.5 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 Role Configuration for Routed Networks
|
|
# description: |
|
|
# A base role environment that contains the necessary parameters for
|
|
# deploying with routed networks.
|
|
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
|
|
|
|
# Name of internal API network
|
|
# Type: string
|
|
overcloud_internal_net: overcloud_internal2
|
|
|
|
# Name of storage management network
|
|
# Type: string
|
|
overcloud_storage_mgmt_net: overcloud_storage_mgmt2
|
|
|
|
# Name of storage network
|
|
# Type: string
|
|
overcloud_storage_net: overcloud_storage2
|
|
|
|
# Name of tenant network
|
|
# Type: string
|
|
overcloud_tenant_net: overcloud_tenant2
|
|
|
|
# Name of a network that will be used for provisioning traffic
|
|
# Type: string
|
|
provision_net: provision2
|
|
|
|
# The default role for nodes in this environment. This parameter is
|
|
# ignored by Heat, but used by build-nodes-json.
|
|
# Type: string
|
|
role: leaf1
|
|
|