openstack-ansible-os_monasca/tests/os_monasca-overrides.yml

56 lines
2.2 KiB
YAML

---
# Copyright 2016 Internet Solutions (Pty) Ltd
#
# 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.
#
# (c) 2016 Donovan Francesco <donovan.francesco@is.co.za>
# (c) 2016 Paul Stevens <paul.stevens@is.co.za>
# Monasca vars
test_monasca_group: "{{ ((groups['monasca_all'] is defined) and (groups['monasca_all'] | length > 0)) | ternary('monasca_all', 'all_containers') }}"
test_monasca_host: "{{ hostvars[groups[test_monasca_group][0]]['ansible_host'] }}"
monasca_venv_tag: "testing"
monasca_developer_mode: true
monasca_service_password: "secrete"
monasca_galera_address: "{{ test_galera_host }}"
monasca_service_port: 8070
monasca_service_publicuri: "http://{{ test_monasca_host }}:{{ monasca_service_port }}"
monasca_service_publicurl: "{{ monasca_service_publicuri }}/v2.0"
monasca_service_internaluri: "http://{{ test_monasca_host }}:{{ monasca_service_port }}"
monasca_service_internalurl: "{{ monasca_service_internaluri }}/v2.0"
monasca_service_adminuri: "http://{{ test_monasca_host }}:{{ monasca_service_port }}"
monasca_service_adminurl: "{{ monasca_service_adminuri }}/v2.0"
monasca_container_mysql_password: "SuperSecrete"
monasca_bin: "/openstack/venvs/monasca-{{ monasca_venv_tag }}/bin"
grafana_mysql_host: "{{ monasca_galera_address }}"
grafana_admin_password: "secrete"
grafana_galera_password: "secrete"
monasca_influxdb_admin_password: "secrete"
monasca_api_influxdb_password: "secrete"
monasca_persister_influxdb_password: "secrete"
monasca_agent_password: "secrete"
monasca_agent_roles:
- monasca-agent
- anotherrole
tempest_run: yes
tempest_plugins:
- name: monasca-tempest-plugins
repo: https://git.openstack.org/openstack/monasca-tempest-plugin
branch: master
tempest_test_whitelist:
- monasca_tempest_tests.tests.api.*