--- # Copyright 2016, Comcast Corp # # 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. ceilometer_rabbitmq_userid: ceilometer ceilometer_rabbitmq_password: "{{ rabbitmq_password }}" ceilometer_rabbitmq_vhost: /ceilometer ceilometer_rabbitmq_servers: "{{ rabbitmq_servers }}" ceilometer_venv_tag: "testing" ceilometer_developer_mode: True ceilometer_git_install_branch: "stable/queens" ceilometer_service_password: secrete ceilometer_telemetry_secret: secrete ceilometer_gnocchi_enabled: True # This is only needed so ceilometer_connection_string can be constructed # however, that var should not be needed when using gnocchi for metrics storage ceilometer_container_db_password: "secrete" # Tempest testing relies on glance notifications glance_ceilometer_enabled: True glance_rabbitmq_telemetry_host_group: rabbitmq_all glance_rabbitmq_telemetry_userid: glance glance_rabbitmq_telemetry_password: "{{ rabbitmq_password }}" glance_rabbitmq_telemetry_port: "{{ rabbitmq_port }}" glance_rabbitmq_telemetry_vhost: "/glance" # Used by the ceilometer role swift_system_user_name: swift swift_system_shell: /bin/false swift_system_comment: swift test user swift_system_home_folder: "/var/lib/{{ swift_system_user_name }}" tempest_run: yes tempest_venv_tag: "{{ tempest_git_install_branch }}" tempest_venv_bin: "/opt/tempest_{{ tempest_venv_tag }}/bin" tempest_plugins: - name: tempest-ceilometer repo: https://git.openstack.org/openstack/ceilometer branch: stable/queens tempest_test_whitelist: - ceilometer.tests.tempest.api.test_telemetry_notification_api