Dennis Dmitriev | cb1e62d | 2018-02-23 14:22:57 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.designate.server.cluster |
| 3 | #- system.designate.server.backend.bind # is not suitable class yet |
| 4 | - environment.{{ cookiecutter._env_name }}.features.designate_bind9 |
| 5 | parameters: |
| 6 | designate: |
| 7 | worker: |
| 8 | enabled: ${_param:designate_worker_enabled} |
| 9 | server: |
| 10 | backend: |
| 11 | bind9: |
| 12 | rndc_key: ${_param:designate_bind9_rndc_key} |
| 13 | rndc_algorithm: ${_param:designate_bind9_rndc_algorithm} |
| 14 | quota: |
| 15 | zones: ${_param:designate_quota_zones} |
| 16 | pools: |
| 17 | default: |
| 18 | description: 'test pool' |
| 19 | targets: |
| 20 | default: |
| 21 | description: 'test target1' |
| 22 | default1: |
| 23 | type: ${_param:designate_pool_target_type} |
| 24 | description: 'test target2' |
| 25 | masters: ${_param:designate_pool_target_masters} |
| 26 | options: |
| 27 | host: ${_param:openstack_dns_node02_address} |
| 28 | port: 53 |
| 29 | rndc_host: ${_param:openstack_dns_node02_address} |
| 30 | rndc_port: 953 |
| 31 | rndc_key_file: /etc/designate/rndc.key |