19e1df6d3b
Adds 2 new DCN related environments created using the sample-env-generator. Also updates a comment for the NovaComputeAvailabilityZone parameter in deployment/nova/nova-az-config.yaml. Change-Id: Iad5c932a1f469130bcf9d82277eac4fcf7ecda75
19 lines
1010 B
YAML
19 lines
1010 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: Distributed Compute Node
|
|
# description: |
|
|
# Environment file for deploying a remote site of distributed compute nodes
|
|
# (DCN) in a separate stack (multi-stack) deployment.
|
|
parameter_defaults:
|
|
# The availability zone where new Nova compute nodes will be added. If the zone does not already exist, it will be created. If left unset, it will default to the value of the stack name.
|
|
# Type: string
|
|
NovaComputeAvailabilityZone: ''
|
|
|
|
resource_registry:
|
|
OS::TripleO::Network::Ports::RedisVipPort: ../network/ports/noop.yaml
|
|
OS::TripleO::Services::NovaAZConfig: ../deployment/nova/nova-az-config.yaml
|