switch a bunch of hard coded things to 3.11
This commit is contained in:
parent
b69dfd1ba0
commit
741c90ff79
1 changed files with 4 additions and 4 deletions
|
@ -94,13 +94,13 @@ debug_level={{openshift_debug_level}}
|
|||
# WARNING: This value will be used for all hosts in containerized environments, even those that have another version installed.
|
||||
# This could potentially trigger an upgrade and downtime, so be careful with modifying this value after the cluster is set up.
|
||||
#openshift_image_tag=v3.10.0
|
||||
openshift_image_tag="v3.10"
|
||||
openshift_image_tag="v3.11"
|
||||
|
||||
# Specify an exact rpm version to install or configure.
|
||||
# WARNING: This value will be used for all hosts in RPM based environments, even those that have another version installed.
|
||||
# This could potentially trigger an upgrade and downtime, so be careful with modifying this value after the cluster is set up.
|
||||
#openshift_pkg_version=-3.10.0
|
||||
openshift_pkg_version="-3.10.14"
|
||||
openshift_pkg_version="-3.11.16"
|
||||
|
||||
# If using Atomic Host, you may specify system container image registry for the nodes:
|
||||
#system_images_registry="docker.io"
|
||||
|
@ -968,10 +968,10 @@ template_service_broker_install=true
|
|||
# Specify an openshift_service_catalog image
|
||||
# (defaults for origin and openshift-enterprise, repsectively)
|
||||
#openshift_service_catalog_image="docker.io/openshift/origin-service-catalog:{ openshift_image_tag }""
|
||||
openshift_service_catalog_image="registry.access.redhat.com/openshift3/ose-service-catalog:v3.10"
|
||||
openshift_service_catalog_image="registry.access.redhat.com/openshift3/ose-service-catalog:v3.11"
|
||||
|
||||
# TSB image tag
|
||||
template_service_broker_version='v3.10'
|
||||
template_service_broker_version='v3.11'
|
||||
|
||||
# Configure one of more namespaces whose templates will be served by the TSB
|
||||
openshift_template_service_broker_namespaces=['openshift']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue