iad2: openshift: update to 216
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
cf026a377d
commit
eaf7bcefe7
2 changed files with 4 additions and 4 deletions
|
@ -193,7 +193,7 @@
|
|||
openshift_ansible_path: "/root/openshift-ansible",
|
||||
openshift_ansible_pre_playbook: "playbooks/prerequisites.yml",
|
||||
openshift_ansible_playbook: "playbooks/deploy_cluster.yml",
|
||||
openshift_ansible_version: "openshift-ansible-3.11.145-1",
|
||||
openshift_ansible_version: "openshift-ansible-3.11.216-1",
|
||||
openshift_ansible_ssh_user: root,
|
||||
openshift_ansible_install_examples: true,
|
||||
openshift_ansible_containerized_deploy: false,
|
||||
|
|
|
@ -113,7 +113,7 @@ openshift_image_tag="v3.11"
|
|||
# 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.11.200"
|
||||
openshift_pkg_version="-3.11.219"
|
||||
|
||||
# If using Atomic Host, you may specify system container image registry for the nodes:
|
||||
#system_images_registry="docker.io"
|
||||
|
@ -988,10 +988,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.11.200"
|
||||
openshift_service_catalog_image="registry.access.redhat.com/openshift3/ose-service-catalog:v3.11.216"
|
||||
|
||||
# TSB image tag
|
||||
template_service_broker_version='v3.11.200'
|
||||
template_service_broker_version='v3.11.216'
|
||||
|
||||
# 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