Merge "add parameter to change ns_records of /etc/designate/pools.yaml" into stable/wallaby
This commit is contained in:
commit
e3b0a57041
ci/environments
deployment/designate
@ -28,6 +28,10 @@ parameter_defaults:
|
||||
NotifyPort: 5672
|
||||
ContainerCli: podman
|
||||
DesignateBackendListenIPs: ["192.168.24.20"]
|
||||
DesignateBindNSRecords:
|
||||
- test1.example.com.
|
||||
- test2.example.com.
|
||||
- test3.example.com.
|
||||
ExtraFirewallRules:
|
||||
'301 allow arbitrary tcp rule':
|
||||
dport: 12345
|
||||
|
@ -71,6 +71,12 @@ parameters:
|
||||
type: string
|
||||
default: ''
|
||||
|
||||
DesignateBindNSRecords:
|
||||
description: >
|
||||
Used to configure NS records and SOA record of zones managed by
|
||||
designate with bind servers managed
|
||||
type: comma_delimited_list
|
||||
default: ['ns1.example.org.', 'ns2.example.org.', 'ns3.example.org.']
|
||||
DesignateRndcKey:
|
||||
description: The rndc key secret for communication with BIND.
|
||||
type: string
|
||||
@ -256,6 +262,7 @@ outputs:
|
||||
name: designate_bind_pool
|
||||
vars:
|
||||
alternate_bind: true
|
||||
designate_bind_pool_ns_records: {get_param: DesignateBindNSRecords}
|
||||
designate_rndc_key: {get_param: DesignateRndcKey}
|
||||
minidns_proxy_base_port: {get_param: DesignateMdnsProxyBasePort}
|
||||
tripleo_external_bind_servers: {get_param: DesignateExternalBindServers}
|
||||
|
Loading…
x
Reference in New Issue
Block a user