kolla-ansible/ansible
Davanum Srinivas 48b4b15828 Avoid _ in rabbitmq_clusterer.config
Trying to use ConfigMap's in Kubernetes leads to an interesting
problem. We use the file name as the key and the contents of the
file as the text value. The ConfigMap is mounted on the container
as a volume and the key is then used as the name of the file. The
problem is that kubernetes has a limitation on the name of the
key

https://github.com/kubernetes/kubernetes/blob/release-1.2/docs/design/identifiers.md

Which means we cannot use '_' in the name of the file.

Closes-Bug: #1581162
Change-Id: I2d9ec80f989c30893b019954fe18b3623d27a076
2016-05-13 07:39:12 -04:00
..
action_plugins pep8 the ansible modules 2015-12-22 04:29:13 +00:00
group_vars Configures swift-rsyncd to use non-default port 2016-04-21 12:54:30 -04:00
inventory Fix iscsid & tgtd sections in inventory samples 2016-04-19 17:29:30 +01:00
library Adding ability to specify capabilities and security 2016-05-03 15:24:16 -04:00
roles Avoid _ in rabbitmq_clusterer.config 2016-05-13 07:39:12 -04:00
certificates.yml Add Ansible scripts to generate TLS certificates for testing 2016-02-26 14:09:31 -05:00
cleanup.yml Add a role to cleanup containers after deployment 2016-04-19 10:00:59 -04:00
mariadb_recovery.yml MariaDB lights out recovery 2016-03-16 15:53:44 +00:00
post-deploy.yml Create openrc file on the deploy node 2015-11-23 17:02:54 -05:00
prechecks.yml Fix file permissions 2015-12-26 17:36:38 +00:00
site.yml Merge "Add iscsid/tgtd specific parameters to Kolla infrastructure" 2016-04-15 12:05:39 +00:00