--- # Copyright 2017, 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. barbican_galera_password: SuperSecrete barbican_developer_mode: true barbican_galera_address: "{{ hostvars[groups['galera_all'][0]]['ansible_host'] }}" barbican_galera_database: barbican barbican_keystone_auth: yes barbican_oslomsg_rpc_vhost: /barbican barbican_oslomsg_rpc_userid: barbican barbican_oslomsg_rpc_password: secrete barbican_oslomsg_notify_vhost: "{{ barbican_oslomsg_rpc_vhost }}" barbican_oslomsg_notify_userid: "{{ barbican_oslomsg_rpc_userid }}" barbican_oslomsg_notify_password: "{{ barbican_oslomsg_rpc_password }}" barbican_service_password: secrete barbican_venv_tag: testing barbican_service_publicurl: "http://{{ hostvars[groups['barbican_all'][0]]['ansible_host'] }}:9311" barbican_service_internalurl: "{{ barbican_service_publicurl }}" barbican_service_adminurl: "{{ barbican_service_publicurl }}" tempest_run: yes tempest_plugins: - name: barbican-tempest-plugin repo: https://git.openstack.org/openstack/barbican-tempest-plugin branch: master tempest_test_whitelist: - barbican_tempest_plugin.tests.api tempest_roles: - key-manager:service-admin