7de18e52cd
The bind pool information is now automatically generated and the variables and sample config files are no longer needed. Matching bind9 and rndc key configuration is also generated. Note: this patch also removes the use of puppet-dns which is problematic when bind and the worker aren't on the same host and is awkward to use with respect to rndc keys. It also modifies yaml-validate.py to correct a rule changed with respect rndc_allowed_addresses. Depends-On: Ib121888061b8bfcc4155528a8a209c7e274fafcb Depends-On: I3383c19f80e70553ae71e644a01dda0f250d19da Depends-On: I1b6674acbd6f999474cd66cb44357cf6b756a7d0 Change-Id: Ib89bcafe9f65431aee5756a32b2a82adc3d384dc
30 lines
1.6 KiB
YAML
30 lines
1.6 KiB
YAML
environments:
|
|
-
|
|
name: enable-designate
|
|
title: Enable Designate Service
|
|
description: |
|
|
EXPERIMENTAL: This service is not considered ready for production and
|
|
should only be used for development and test purposes at this time.
|
|
|
|
This environment enables the Designate services. One of the
|
|
designate-config* environment files must also be included.
|
|
resource_registry:
|
|
OS::TripleO::Services::DesignateApi: ../deployment/experimental/designate/designate-api-container-puppet.yaml
|
|
OS::TripleO::Services::DesignateCentral: ../deployment/experimental/designate/designate-central-container-puppet.yaml
|
|
OS::TripleO::Services::DesignateMDNS: ../deployment/experimental/designate/designate-mdns-container-puppet.yaml
|
|
OS::TripleO::Services::DesignateProducer: ../deployment/experimental/designate/designate-producer-container-puppet.yaml
|
|
OS::TripleO::Services::DesignateWorker: ../deployment/experimental/designate/designate-worker-container-puppet.yaml
|
|
OS::TripleO::Services::DesignateBind: ../deployment/experimental/designate/designate-bind-container.yaml
|
|
OS::TripleO::Services::Redis: ../deployment/database/redis-container-puppet.yaml
|
|
OS::TripleO::Services::Unbound: ../deployment/unbound/unbound-container-ansible.yaml
|
|
files:
|
|
deployment/neutron/neutron-plugin-ml2.yaml:
|
|
parameters:
|
|
- NeutronPluginExtensions
|
|
deployment/neutron/neutron-dhcp-container-puppet.yaml:
|
|
parameters:
|
|
- NeutronEnableInternalDNS
|
|
sample_values:
|
|
NeutronPluginExtensions: qos,port_security,dns
|
|
NeutronEnableInternalDNS: True
|