diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-10-28 11:42:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-28 11:42:10 -0400 |
commit | df8d0f488cac1ee72ef853ddc855e1a58bb9196d (patch) | |
tree | 89c4b0bb7fbf2c231d6cd6976ab2bb94cabda21c | |
parent | 1d505d137a64f80470139d357caeea5f8d1cdedc (diff) | |
parent | 8d65f4e80d0765d1b7754a326f563b651fdfcee2 (diff) | |
download | openshift-df8d0f488cac1ee72ef853ddc855e1a58bb9196d.tar.gz openshift-df8d0f488cac1ee72ef853ddc855e1a58bb9196d.tar.bz2 openshift-df8d0f488cac1ee72ef853ddc855e1a58bb9196d.tar.xz openshift-df8d0f488cac1ee72ef853ddc855e1a58bb9196d.zip |
Merge pull request #2682 from dgoodwin/bump-documented-release
Bump documented openshift_release for 1.4/3.4.
-rw-r--r-- | inventory/byo/hosts.origin.example | 2 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 04922894b..13f4c214c 100644 --- a/inventory/byo/hosts.origin.example +++ b/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. diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index fd5c8a5f4..2d54dfceb 100644 --- a/inventory/byo/hosts.ose.example +++ b/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. |