Support config dir for env generator input files
authorBen Nemec <bnemec@redhat.com>
Tue, 31 May 2016 16:47:10 +0000 (11:47 -0500)
committerBen Nemec <bnemec@redhat.com>
Mon, 12 Jun 2017 20:02:50 +0000 (15:02 -0500)
commitf503d1b0e7fb9fe77e6fd1e71e08ca2d43427578
tree124943345293b00d8225b7078176aa1be2703664
parent4e24c8cb6a1f65b1e5c764febfe96c2c465cfed1
Support config dir for env generator input files

We're not going to want to list every single sample environment in
a single file, so let's also take a directory and just read every
yaml file in it.  This commit adds support for that as well as
some initial environments to demonstrate its use.

Change-Id: If2c608f2a61fc5e16784ab594d23f1fa335e1d3c
13 files changed:
environments/enable-tls.yaml
environments/ssl/enable-tls.yaml [new file with mode: 0644]
environments/ssl/tls-endpoints-public-dns.yaml [new file with mode: 0644]
environments/ssl/tls-endpoints-public-ip.yaml [new file with mode: 0644]
environments/ssl/tls-everywhere-endpoints-dns.yaml [new file with mode: 0644]
environments/tls-endpoints-public-dns.yaml
environments/tls-endpoints-public-ip.yaml
sample-env-generator/README.rst
sample-env-generator/predictable-placement.yaml [moved from sample-env-generator/sample-environments.yaml with 100% similarity]
sample-env-generator/ssl.yaml [new file with mode: 0644]
tools/yaml-validate.py
tox.ini
tripleo_heat_templates/environment_generator.py