openstack-ansible-os_aodh/tests/os_aodh-overrides.yml
Dmitriy Rabotyagov 1c9494f4da Replace git.openstack.org with opendev.org
This patch replaces git.openstack.org with opendev.org as redirection
from old path was enabled.
Also we change upper constraints url due to [1]

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Depends-On: https://review.opendev.org/693841/
Change-Id: Ic79c4e090a841de042a3b7ce4b03681d6de9c6a5
2019-11-14 16:21:18 +00:00

34 lines
1.3 KiB
YAML

---
# Copyright 2015, 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.
aodh_container_db_password: "secrete"
aodh_db_address: "{{ test_galera_host }}"
aodh_oslomsg_rpc_password: "secrete"
aodh_developer_mode: true
aodh_service_password: "secrete"
aodh_service_publicuri: "{{ aodh_service_proto }}://{{ hostvars[groups['aodh_all'][0]]['ansible_host'] }}:{{ aodh_service_port }}"
aodh_service_internaluri: "{{ aodh_service_proto }}://{{ hostvars[groups['aodh_all'][0]]['ansible_host'] }}:{{ aodh_service_port }}"
aodh_service_adminuri: "{{ aodh_service_proto }}://{{ hostvars[groups['aodh_all'][0]]['ansible_host'] }}:{{ aodh_service_port }}"
tempest_run: yes
tempest_plugins:
- name: tempest-aodh
repo: https://opendev.org/openstack/telemetry-tempest-plugin
branch: master
tempest_test_whitelist:
- telemetry_tempest_plugin.aodh.api.test_alarming_api