diff options
| author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-04 16:22:11 -0500 |
|---|---|---|
| committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-04 16:22:11 -0500 |
| commit | 5feca78a410fe0e5d87bc697cecd542af1c6adeb (patch) | |
| tree | 248f5e2b2ae1d5f491747750021cd2e90a29f035 /utils/docs | |
| parent | 896b9c63292a50dce8e7aa00a889dfd52a3a8474 (diff) | |
| parent | 75d357c9bba120221a5f996660aa4fdbb87f1fa8 (diff) | |
Merge pull request #792 from dgoodwin/upgrade
Upgrade Improvements
Diffstat (limited to 'utils/docs')
| -rw-r--r-- | utils/docs/config.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/docs/config.md b/utils/docs/config.md index 9399409dd..ee4b157c9 100644 --- a/utils/docs/config.md +++ b/utils/docs/config.md @@ -7,6 +7,7 @@ The default location this config file will be written to ~/.config/openshift/ins ## Example ``` +version: v1 variant: openshift-enterprise variant_version: 3.0 ansible_ssh_user: root @@ -32,6 +33,10 @@ hosts: ## Primary Settings +### version + +Indicates the version of configuration this file was written with. Current implementation is v1. + ### variant The OpenShift variant to install. Currently valid options are: |
