openstack-ansible-os_barbican/tests/os_barbican-overrides.yml

39 lines
1.3 KiB
YAML

---
# 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: "{{ test_galera_host }}"
barbican_keystone_auth: yes
barbican_oslomsg_rpc_password: secrete
barbican_service_password: secrete
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://opendev.org/openstack/barbican-tempest-plugin
branch: master
tempest_test_whitelist:
- barbican_tempest_plugin.tests.api
tempest_roles:
- key-manager:service-admin