Browse Source

Bump documented openshift_release for 1.4/3.4.

Devan Goodwin 8 years ago
parent
commit
8d65f4e80d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      inventory/byo/hosts.origin.example
  2. 1 1
      inventory/byo/hosts.ose.example

+ 1 - 1
inventory/byo/hosts.origin.example

@@ -30,7 +30,7 @@ deployment_type=origin
 # use this to lookup the latest exact version of the container images, which is the tag actually used to configure
 # the cluster. For RPM installations we just verify the version detected in your configured repos matches this
 # release.
-openshift_release=v1.2
+openshift_release=v1.4
 
 # Specify an exact container image tag to install or configure.
 # WARNING: This value will be used for all hosts in containerized environments, even those that have another version installed.

+ 1 - 1
inventory/byo/hosts.ose.example

@@ -30,7 +30,7 @@ deployment_type=openshift-enterprise
 # use this to lookup the latest exact version of the container images, which is the tag actually used to configure
 # the cluster. For RPM installations we just verify the version detected in your configured repos matches this
 # release.
-openshift_release=v3.2
+openshift_release=v3.4
 
 # Specify an exact container image tag to install or configure.
 # WARNING: This value will be used for all hosts in containerized environments, even those that have another version installed.