f75d7195e3
If multiple regions exist, keystone_authtoken should contain region_name. This prevents the service from authenticating across regions. Change-Id: I3e08385d91f5f913209dc944875c843828da3c2b
87 lines
3.3 KiB
YAML
87 lines
3.3 KiB
YAML
---
|
|
# Copyright 2016, 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.
|
|
|
|
debug: True
|
|
galera_client_drop_config_file: false
|
|
galera_root_user: root
|
|
galera_root_password: "secrete"
|
|
rabbitmq_servers: 10.100.100.101:5672
|
|
rabbitmq_use_ssl: False
|
|
rabbitmq_port: 5672
|
|
memcached_servers: 127.0.0.1
|
|
memcached_encryption_key: "secrete"
|
|
keystone_venv_tag: "testing"
|
|
keystone_developer_mode: true
|
|
keystone_git_install_branch: master
|
|
keystone_requirements_git_install_branch: master
|
|
keystone_service_password: "secrete"
|
|
keystone_galera_address: 10.100.100.101
|
|
keystone_galera_database: keystone
|
|
keystone_galera_user: keystone
|
|
keystone_container_mysql_password: "secrete"
|
|
keystone_auth_admin_token: "SuperSecreteTestToken"
|
|
keystone_admin_user_name: admin
|
|
keystone_admin_tenant_name: admin
|
|
keystone_auth_admin_password: "SuperSecretePassword"
|
|
keystone_service_internaluri: "http://10.100.100.101:5000"
|
|
keystone_service_internalurl: "{{ keystone_service_internaluri }}/v3"
|
|
keystone_service_internaluri_insecure: false
|
|
keystone_service_adminuri: "http://10.100.100.101:35357"
|
|
keystone_service_adminurl: "{{ keystone_service_adminuri }}/v3"
|
|
keystone_service_adminuri_insecure: false
|
|
keystone_service_publicuri: "{{ keystone_service_internaluri }}"
|
|
keystone_service_publicurl: "{{ keystone_service_internalurl }}"
|
|
keystone_rabbitmq_vhost: /keystone
|
|
keystone_rabbitmq_userid: keystone
|
|
keystone_rabbitmq_password: "secrete"
|
|
keystone_rabbitmq_use_ssl: false
|
|
keystone_rabbitmq_port: 5672
|
|
keystone_rabbitmq_servers: 10.100.100.101
|
|
keystone_service_region: RegionOne
|
|
openrc_os_auth_url: "{{ keystone_service_internalurl }}"
|
|
openrc_os_password: "{{ keystone_auth_admin_password }}"
|
|
openrc_os_domain_name: "Default"
|
|
ironic_venv_tag: "testing"
|
|
ironic_developer_mode: true
|
|
ironic_git_install_branch: master
|
|
ironic_requirements_git_install_branch: master
|
|
ironic_service_publicuri: "http://10.100.100.102:6385"
|
|
ironic_service_adminuri: "{{ ironic_service_publicuri }}"
|
|
ironic_service_internaluri: "{{ ironic_service_publicuri }}"
|
|
ironic_service_password: "secrete"
|
|
ironic_galera_address: 10.100.100.101
|
|
ironic_galera_database: ironic
|
|
ironic_galera_user: ironic
|
|
ironic_galera_password: "secrete"
|
|
ironic_rabbitmq_password: "secrete"
|
|
ironic_rabbitmq_userid: ironic
|
|
ironic_rabbitmq_vhost: /ironic
|
|
ironic_rabbitmq_servers: "{{ rabbitmq_servers }}"
|
|
ironic_rabbitmq_use_ssl: "{{ rabbitmq_use_ssl }}"
|
|
ironic_rabbitmq_port: "{{ rabbitmq_port }}"
|
|
ironic_standalone: True
|
|
ironic_swift_endpoint: "http://localhost:8080"
|
|
ironic_swift_auth_account: "AUTH_1234567890"
|
|
ironic_swift_temp_url_secret_key: secrete
|
|
ironic_rabbitmq_userid: ironic
|
|
ironic_rabbitmq_password: secrete
|
|
ironic_rabbitmq_vhost: /ironic
|
|
glance_api_servers: http://localhost:9292
|
|
neutron_service_adminurl: http://localhost:9696
|
|
neutron_service_region: RegionOne
|
|
neutron_service_password: secrete
|
|
neutron_service_project_name: ironic
|
|
neutron_service_user_name: ironic
|