--- # 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