5e521f0550
This changes bootstrapping of the Heat container to bootstrap the Heat container with a heat domain user. This requires some work from bootstrap.yml to pass in several environment variables needed by the heat domain setup script. Co-Authored-By: Sam Yaple <sam@yaple.net> Change-Id: Iab05983754fa514835cb5ff54d775faa18773110 Partially-implements: blueprint ansible-heat
51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
---
|
|
# TODO(SamYaple): This file should have generated values by default. Propose
|
|
# Ansible vault for locking down the secrets properly.
|
|
|
|
|
|
###################
|
|
# Database options
|
|
####################
|
|
database_password: "password"
|
|
|
|
|
|
####################
|
|
# Docker options
|
|
####################
|
|
docker_registry_password:
|
|
|
|
|
|
####################
|
|
# Openstack options
|
|
####################
|
|
keystone_admin_token: "password"
|
|
keystone_admin_password: "password"
|
|
keystone_database_password: "password"
|
|
|
|
glance_database_password: "password"
|
|
glance_keystone_password: "password"
|
|
|
|
nova_database_password: "password"
|
|
nova_keystone_password: "password"
|
|
|
|
neutron_database_password: "password"
|
|
neutron_keystone_password: "password"
|
|
metadata_secret: "password"
|
|
|
|
cinder_database_password: "password"
|
|
cinder_keystone_password: "password"
|
|
|
|
swift_keystone_password: "password"
|
|
swift_hash_path_suffix: "kolla"
|
|
swift_hash_path_prefix: "kolla"
|
|
|
|
heat_database_password: "password"
|
|
heat_keystone_password: "password"
|
|
heat_domain_admin_password: "password"
|
|
|
|
####################
|
|
# RabbitMQ options
|
|
####################
|
|
rabbitmq_password: "password"
|
|
rabbitmq_cluster_cookie: "password"
|