
This patch implements an initial set of inventory and playbooks which results in the successful convergence of a standalone build of Ironic. It also adds the rootwrap filters, implement config_template for all the conf files appropriately and ensures that the sudoers is implemented in the right order of execution. All content is based from the head of stable/mitaka on 24 Mar 2016. Change-Id: I9182951c394a8c52826480aba7bc7e4d437988c5
70 lines
2.7 KiB
YAML
70 lines
2.7 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
|
|
memcached_servers: 127.0.0.1
|
|
memcached_encryption_key: "secrete"
|
|
keystone_venv_tag: "testing"
|
|
keystone_developer_mode: true
|
|
keystone_git_install_branch: stable/mitaka
|
|
keystone_requirements_git_install_branch: stable/mitaka
|
|
keystone_service_password: "secrete"
|
|
keystone_galera_address: 10.100.100.101
|
|
keystone_galera_database: keystone
|
|
keystone_galera_user: keystone
|
|
keystone_container_mysql_password: "SuperSecrete"
|
|
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
|
|
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: stable/mitaka
|
|
ironic_requirements_git_install_branch: stable/mitaka
|
|
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: "SuperSecrete"
|
|
ironic_rabbitmq_password: "secrete"
|
|
ironic_rabbitmq_userid: ironic
|
|
ironic_rabbitmq_vhost: /ironic
|
|
ironic_standalone: True
|