Change-Id: I2db8435b0ae5b6004ebe1985c5606c0c39900a95 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
47 lines
2.0 KiB
YAML
47 lines
2.0 KiB
YAML
---
|
|
# 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_git_install_branch: master
|
|
designate_requirements_git_install_branch: master
|
|
designate_service_password: "secrete"
|
|
designate_galera_address: "{{ hostvars[groups['galera_all'][0]]['ansible_host'] }}"
|
|
designate_galera_database: designate
|
|
designate_galera_user: designate
|
|
designate_container_mysql_password: "SuperSecrete"
|
|
designate_pool_manager_galera_address: "{{ hostvars[groups['galera_all'][0]]['ansible_host'] }}"
|
|
designate_pool_manager_galera_database: designate_pool_manager
|
|
designate_pool_manager_galera_user: designate_pool_manager
|
|
designate_pool_manager_container_mysql_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"
|
|
|
|
tempest_venv_tag: "{{ tempest_git_install_branch }}"
|
|
# tempest_venv_bin is the same as the default in os_tempest role, but we set
|
|
# it again here so we can refer to it in test-designate-functional.yml
|
|
tempest_venv_bin: "/opt/tempest_{{ tempest_venv_tag }}/bin"
|
|
tempest_log_dir: "/var/log/"
|
|
tempest_plugins:
|
|
- name: designate-tempest-plugin
|
|
repo: https://git.openstack.org/openstack/designate-tempest-plugin
|
|
branch: master
|