--- # 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_venv_tag: "testing" designate_developer_mode: true designate_service_password: "secrete" designate_galera_address: "{{ hostvars[groups['galera_all'][0]]['ansible_host'] }}" designate_galera_database: designate designate_galera_user: designate designate_galera_password: "SuperSecrete" designate_rabbitmq_password: "secrete" designate_rabbitmq_userid: designate designate_rabbitmq_vhost: /designate designate_rabbitmq_servers: "{{ rabbitmq_servers }}" designate_rabbitmq_use_ssl: "{{ rabbitmq_use_ssl }}" designate_rabbitmq_port: "{{ rabbitmq_port }}" designate_bin: "/openstack/venvs/designate-{{ designate_venv_tag }}/bin" 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 tempest_run: yes tempest_plugins: - name: designate-tempest-plugin repo: https://git.openstack.org/openstack/designate-tempest-plugin branch: master tempest_test_whitelist: - designate_tempest_plugin.tests.scenario.v2.test_zones