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
35 lines
2.0 KiB
YAML
35 lines
2.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: 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
|
|
|
|
parameter_defaults:
|
|
# If True, enable the internal Neutron DNS server that provides name
|
|
# resolution between VMs. This parameter has no effect if
|
|
# NeutronDhcpAgentDnsmasqDnsServers is set.
|
|
# Type: boolean
|
|
NeutronEnableInternalDNS: True
|
|
|
|
# Comma-separated list of extensions enabled for the Neutron plugin.
|
|
# Type: comma_delimited_list
|
|
NeutronPluginExtensions: qos,port_security,dns
|
|
|