Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Variable fix for ansible-service-broker. (#3265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Woodson authored and acs-bot committed Jun 14, 2018
1 parent 254fcee commit 3790ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/openshift/certgen/unstable/templates/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ localmaster:
openshift_deployment_type: 'ANSIBLE_DEPLOY_TYPE'

ansible_service_broker_install: True
ansible_service_broker_image: {{`"{{ l_asb_default_images_dict[openshift_deployment_type] if openshift_deployment_type == 'origin' else l_asb_image_url }}"`}}
openshift_service_catalog_image: "IMAGE_PREFIX/IMAGE_TYPE-service-catalog:vVERSION"
openshift_master_etcd_urls: ["https://HOSTNAME:2379"]

Expand Down

0 comments on commit 3790ed8

Please sign in to comment.