openstack-ansible-os_aodh/tests/os_aodh-overrides.yml
Mohammed Naser b4bed542ba Update the Tempest plugin to point towards the new plugin
The AODH service has split it's tests for Tempest in a seperate
repo so this patch updates it.  In addition, it also adds an
installation of Gnocchi as it is required for the Tempest runs
to complete.

Closes-Bug: #1747610
Depends-On: I6e9f938885036d2fabc81094e01e220b09e462dd
Depends-On: I2c8e4e64c2425cd36903ae9288bd9fee29eef355
Depends-On: Ia1d7a2c664c6c11ad698a915162281c11a344067
Depends-On: I54c109b76c6414e4e289fc5e49839f8af35ec4b9
Change-Id: I3cb1c67f27cce945b84bc5923bb30820c19ff8b4
2018-02-09 10:50:30 -05:00

39 lines
1.5 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_database_name: aodh
aodh_rabbitmq_servers: "{{ rabbitmq_servers }}"
aodh_rabbitmq_password: "secrete"
aodh_rabbitmq_userid: aodh
aodh_rabbitmq_vhost: /aodh
aodh_venv_tag: "testing"
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://git.openstack.org/openstack/telemetry-tempest-plugin
branch: master
tempest_test_whitelist:
- telemetry_tempest_plugin.aodh.api.test_alarming_api