kolla-mesos/kolla_mesos/common
Michal Rostecki ea39e9e5ed Parse and render yaml files in the proper order
This commit introduces a clear order of loading jvars:
- passwords.yml
- globals.yml
- custom variables based on globals.yml
- config/<service>/all.yml
- config/<service/[...]

It also introduces a mechanism of jinja2 templating yaml
files by themselves, which means that one variable in yaml
file can be reused in the next variables inside the same file.

TrivialFix

Change-Id: I1a7a61e90963d396702f5e0c14eb476d3ccd21bf
2016-03-25 15:00:18 +01:00
..
__init__.py Add script to print out contents of zookeeper 2015-11-30 09:10:39 +10:00
cli_utils.py Fix python 3 unit tests 2016-03-21 10:13:38 +10:00
docker_utils.py Cleanup named volumes 2016-02-09 13:47:28 +01:00
file_utils.py CLI: implement commands list command 2016-03-18 13:20:35 +00:00
jinja_utils.py Parse and render yaml files in the proper order 2016-03-25 15:00:18 +01:00
mesos_utils.py Connect to mariadb with dnsname. 2016-03-18 12:35:45 +00:00
network_utils.py Use private network in default settings 2016-02-09 13:51:02 +01:00
retry_utils.py Ignore or replace already deployed entities 2015-12-11 14:43:07 +01:00
type_utils.py Move yaml_utils to type_utils 2016-03-17 09:05:54 +01:00
utils.py CLI: log command implementation 2016-03-17 12:46:42 +00:00
zk_utils.py Fix python 3 unit tests 2016-03-21 10:13:38 +10:00