![Adrien Vergé](/assets/img/avatar_default.png)
This change corrects many problems detected by the `yamllint` linter. It's a preparation for enabling this linter in change Ie746230f28fe3ed0cf218201d5a3810f7bc44070. For instance, the first run of the YAML linter helped discovering a key duplication problem in `oso_ha.yaml`: the `depends_on` key was present twice, so the first occurence was ignored. Other changes are cosmetic: extra spaces, extra blank lines, missing newlines at end-of-file, etc. Change-Id: I7f2369adfb152fd2a74b9b105e969e653e592922
OpenShift Origin templates
This directory contains files for deploying OpenShift Origin to an OpenStack environment via Heat.
It includes the following template files:
- OpenShift.yaml - deploys OpenShift Origin in an all-in-one setup (broker+console+node)
- OpenShift-1B1N.yaml - deploys OpenShift Origin with separate instances for broker and node
And the following directory:
- highly-available - deploys OpenShift Origin in a highly available setup as further described in its README.md