aboutsummaryrefslogtreecommitdiffstats
path: root/sample-env-generator/predictable-placement.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-07-27Add environment for setting a custom domain nameBen Nemec1-0/+15
Just setting CloudDomain won't make the domains used consistent. There are a number of CloudName parameters that must be set as well. This change adds a sample environment that includes all of those parameters so it is easy to set everything consistently. Also fixes the description of CloudNameCtlplane to reflect the actual use for that parameter. Change-Id: I56d1c1c5619f83c16c4e8350aa84fccc3d748425
2017-06-12Support config dir for env generator input filesBen Nemec1-0/+17
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