Dennis Dmitriev | f4826bc | 2017-09-28 19:03:54 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.designate.server.cluster |
| 3 | - system.designate.server.backend.pdns |
| 4 | - environment.{{ cookiecutter._env_name }}.features.designate |
| 5 | parameters: |
| 6 | powerdns: |
| 7 | server: |
| 8 | axfr_ips: |
| 9 | - ${_param:openstack_control_node01_address} |
| 10 | - ${_param:openstack_control_node02_address} |
| 11 | - ${_param:openstack_control_node03_address} |
| 12 | - 127.0.0.1 |
| 13 | designate: |
Dennis Dmitriev | ee91bf8 | 2017-11-17 15:27:08 +0200 | [diff] [blame] | 14 | worker: |
| 15 | enabled: ${_param:designate_worker_enabled} |
Dennis Dmitriev | f4826bc | 2017-09-28 19:03:54 +0300 | [diff] [blame] | 16 | server: |
| 17 | pools: |
| 18 | default: |
| 19 | description: 'test pool' |
| 20 | targets: |
| 21 | default: |
| 22 | description: 'test target1' |
| 23 | default1: |
| 24 | type: ${_param:designate_pool_target_type} |
| 25 | description: 'test target2' |
| 26 | masters: ${_param:designate_pool_target_masters} |
| 27 | options: |
| 28 | host: ${_param:openstack_control_node02_address} |
| 29 | port: 53 |
| 30 | api_endpoint: "http://${_param:openstack_control_node02_address}:${_param:powerdns_webserver_port}" |
| 31 | api_token: ${_param:designate_pdns_api_key} |
| 32 | default2: |
| 33 | type: ${_param:designate_pool_target_type} |
| 34 | description: 'test target3' |
| 35 | masters: ${_param:designate_pool_target_masters} |
| 36 | options: |
| 37 | host: ${_param:openstack_control_node03_address} |
| 38 | port: 53 |
| 39 | api_endpoint: "http://${_param:openstack_control_node03_address}:${_param:powerdns_webserver_port}" |
| 40 | api_token: ${_param:designate_pdns_api_key} |