5cce6b59ff
* API Versions 1.1 and 3 have been deprecated from nova, plays have been modified to completely remove v1.1 and make v3 optional via nova_v3_deprecated_but_enabled boolean. * Addition of v2.1 api configuration. * Elimination of the unused nova_api_ec2 container. * nova_spice_console has been renamed to nova_console and nova_spice_console_container has been renamed to nova_console_container to facilitate different consoles in the future. * Spice has been made the default console. * A standalone task and init scripts for nova_spice. - Fixed some typos - Modified HAProxy role to remove nova_api_ec2 and rename nova_spice_console to nova_console - Updated user_secrets.yml - Unbroke things that I broke Partially Implements Blueprint: master-kilofication Change-Id: Ia87dfb1e8c0316103a30e2121f11996a9ca87c25
85 lines
2.3 KiB
YAML
85 lines
2.3 KiB
YAML
---
|
|
# Copyright 2014, 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.
|
|
|
|
|
|
## Rabbitmq Options
|
|
rabbitmq_password:
|
|
rabbitmq_cookie_token:
|
|
|
|
## Tokens
|
|
memcached_encryption_key:
|
|
|
|
## Container default user
|
|
container_openstack_password:
|
|
|
|
## Galera Options
|
|
galera_root_password:
|
|
|
|
## Keystone Options
|
|
keystone_container_mysql_password:
|
|
keystone_auth_admin_token:
|
|
keystone_auth_admin_password:
|
|
keystone_service_password:
|
|
|
|
## Cinder Options
|
|
cinder_container_mysql_password:
|
|
cinder_service_password:
|
|
cinder_v2_service_password:
|
|
cinder_profiler_hmac_key:
|
|
|
|
## Glance Options
|
|
glance_container_mysql_password:
|
|
glance_service_password:
|
|
### Extra options when configuring swift as a glance back-end.
|
|
glance_swift_store_auth_address: "https://some.auth.url.com"
|
|
glance_swift_store_user: "OPENSTACK_TENANT_ID:OPENSTACK_USER_NAME"
|
|
glance_swift_store_key: "OPENSTACK_USER_PASSWORD"
|
|
glance_swift_store_container: "NAME_OF_SWIFT_CONTAINER"
|
|
glance_swift_store_region: "NAME_OF_REGION"
|
|
|
|
## Heat Options
|
|
heat_stack_domain_admin_password:
|
|
heat_container_mysql_password:
|
|
### THE HEAT AUTH KEY NEEDS TO BE 32 CHARACTERS LONG ##
|
|
heat_auth_encryption_key:
|
|
### THE HEAT AUTH KEY NEEDS TO BE 32 CHARACTERS LONG ##
|
|
heat_service_password:
|
|
heat_cfn_service_password:
|
|
|
|
## Horizon Options
|
|
horizon_container_mysql_password:
|
|
horizon_secret_key:
|
|
|
|
## Neutron Options
|
|
neutron_container_mysql_password:
|
|
neutron_service_password:
|
|
|
|
## Nova Options
|
|
nova_container_mysql_password:
|
|
nova_metadata_proxy_secret:
|
|
nova_ec2_service_password:
|
|
nova_service_password:
|
|
nova_v3_service_password:
|
|
nova_v21_service_password:
|
|
nova_s3_service_password:
|
|
|
|
## Swift Options:
|
|
swift_service_password:
|
|
swift_container_mysql_password:
|
|
swift_dispersion_password:
|
|
### Once the swift cluster has been setup DO NOT change these hash values!
|
|
swift_hash_path_suffix:
|
|
swift_hash_path_prefix:
|