tripleo-heat-templates/releasenotes/notes/nova-az-config-service.yaml-ed7f3846398b2291.yaml
James Slagle 0df81abe8e Add OS::TripleO::NovaAZConfig
This service is mapped to OS::Heat::None by default, but when enabled,
it uses external deploy tasks to create a new aggregate and zone in
Nova. All Compute nodes in the stack will be added to the zone by
default.

The zone name is the stack name by default, but can be overridden with
parameter values.

Change-Id: I0afb2265949f1222a86b350734e62da673e83aa9
Depends-On:I064f872e20537642880d5482cb9e0c2a801715ef
implements: blueprint split-controlplane-templates
2019-04-15 17:46:22 -04:00

10 lines
505 B
YAML

---
features:
- A new service, OS::TripleO::Services::NovaAZConfig, is available which can
be used to create a host aggregate and availabiity zone in Nova during the
deployment. Compute nodes in the deployment will also be added to the zone.
The zone name is set with the parameter value NovaComputeAvailabilityZone.
If let unset, it will default to the root stack name. By default the
service is mapped to None, but can be enabled by including
environments/nova-az-config.yaml.