diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2015-11-03 09:37:48 -0400 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2015-11-03 09:37:48 -0400 |
commit | d608d84361a073b2f6c3c0ba08558027cf237890 (patch) | |
tree | 05730b875df72c97e0810efb7cf32e38812de8ac /utils/docs | |
parent | 078a44715b1190f4a7e0b098b0dc87446d88ac8c (diff) | |
parent | ec31736606fc280de641e8909f03416c6b74e004 (diff) | |
download | openshift-d608d84361a073b2f6c3c0ba08558027cf237890.tar.gz openshift-d608d84361a073b2f6c3c0ba08558027cf237890.tar.bz2 openshift-d608d84361a073b2f6c3c0ba08558027cf237890.tar.xz openshift-d608d84361a073b2f6c3c0ba08558027cf237890.zip |
Merge branch 'upgrade' into config-upgrade
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: |