Add environment to enable Designate

bp designate-support

Change-Id: I6cc713492cdb672a87e8f55dc39dd887726a68e5
This commit is contained in:
Ben Nemec 2018-03-21 17:43:21 +00:00
parent c2c908a950
commit d7e672b6bd
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# *******************************************************************
# 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: |
# This environment enables the Designate services and provides sample
# configuration values for other services to allow them to integrate with
# Designate.
parameter_defaults:
# Comma-separated list of extensions enabled for the Neutron plugin.
# Type: comma_delimited_list
NeutronPluginExtensions: qos,port_security,dns
resource_registry:
OS::TripleO::Services::DesignateApi: ../docker/services/designate-api.yaml
OS::TripleO::Services::DesignateCentral: ../docker/services/designate-central.yaml
OS::TripleO::Services::DesignateMDNS: ../docker/services/designate-mdns.yaml
OS::TripleO::Services::DesignateProducer: ../docker/services/designate-producer.yaml
OS::TripleO::Services::DesignateWorker: ../docker/services/designate-worker.yaml

View File

@ -0,0 +1,20 @@
environments:
-
name: enable-designate
title: Enable Designate Service
description: |
This environment enables the Designate services and provides sample
configuration values for other services to allow them to integrate with
Designate.
resource_registry:
OS::TripleO::Services::DesignateApi: ../docker/services/designate-api.yaml
OS::TripleO::Services::DesignateCentral: ../docker/services/designate-central.yaml
OS::TripleO::Services::DesignateProducer: ../docker/services/designate-producer.yaml
OS::TripleO::Services::DesignateWorker: ../docker/services/designate-worker.yaml
OS::TripleO::Services::DesignateMDNS: ../docker/services/designate-mdns.yaml
files:
puppet/services/neutron-plugin-ml2.yaml:
parameters:
- NeutronPluginExtensions
sample_values:
NeutronPluginExtensions: qos,port_security,dns