--- # Copyright 2016, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. designate_developer_mode: true designate_service_password: "secrete" designate_galera_password: "SuperSecrete" designate_oslomsg_rpc_password: "secrete" designate_pools_yaml: - name: "default" description: Default BIND9 Pool attributes: {} ns_records: - hostname: ns1.example.org. priority: 1 nameservers: - host: 127.0.0.1 port: 53 targets: - type: bind9 description: BIND9 Server masters: - host: 127.0.0.1 port: 5354 options: host: 127.0.0.1 port: 53 rndc_host: 127.0.0.1 rndc_port: 953 rndc_key_file: /etc/rndc.key designate_rndc_keys: - name: "rndc-key" file: /etc/rndc.key algorithm: "hmac-md5" secret: 'DTngw5O8I5Axx631GjQ9pA==' mode: "0644" tempest_run: yes tempest_plugins: - name: designate-tempest-plugin repo: https://opendev.org/openstack/designate-tempest-plugin branch: master tempest_test_whitelist: - designate_tempest_plugin.tests.scenario.v2.test_zones