![Sam Yaple](/assets/img/avatar_default.png)
Adds support for glance in ansible Partially-Implements: blueprint ansible-service Change-Id: I2d162e79f85877116b0e33b1843de6ccb62a445a
34 lines
691 B
YAML
34 lines
691 B
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"
|
|
|
|
|
|
####################
|
|
# RabbitMQ options
|
|
####################
|
|
rabbitmq_password: "password"
|
|
rabbitmq_cluster_cookie: "password"
|