Skip to content

Commit

Permalink
Pin ASB image
Browse files Browse the repository at this point in the history
This is done to avoid problems with the "latest" image
  • Loading branch information
geoand committed Sep 13, 2018
1 parent e912532 commit 40363b1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ openshift_node_groups=[{'name': 'node-config-all-in-one', 'labels': ['node-role.

# don't install ASB be default
ansible_service_broker_install=false
# we need to pin the version of the catalog (in case it get's installed) to a valid 1.2 version
# See https://github.com/openshift/openshift-ansible/issues/9960#issuecomment-420686883
ansible_service_broker_image=docker.io/ansibleplaybookbundle/origin-ansible-service-broker:ansible-service-broker-1.2.17-1


{% set host_info = 'localhost ansible_connection=local' if ((use_local is defined) and (use_local | bool)) else ip_address %}
Expand Down

0 comments on commit 40363b1

Please sign in to comment.