|
@@ -36,7 +36,7 @@
|
|
|
- name: Apply template file
|
|
|
shell: >
|
|
|
{{ openshift_client_binary }} process --config={{ mktemp.stdout }}/admin.kubeconfig
|
|
|
- -f "{{ mktemp.stdout }}/{{ __tsb_template_file }}"
|
|
|
+ -f "{{ mktemp.stdout }}/{{ __tsb_template_file }}" -n openshift-template-service-broker
|
|
|
--param API_SERVER_CONFIG="{{ config['content'] | b64decode }}"
|
|
|
--param IMAGE="{{ template_service_broker_prefix }}{{ template_service_broker_image_name }}:{{ template_service_broker_version }}"
|
|
|
--param NODE_SELECTOR={{ {'node-role.kubernetes.io/master':'true'} | to_json | quote }}
|
|
@@ -45,7 +45,7 @@
|
|
|
# reconcile with rbac
|
|
|
- name: Reconcile with RBAC file
|
|
|
shell: >
|
|
|
- {{ openshift_client_binary }} process --config={{ mktemp.stdout }}/admin.kubeconfig -f "{{ mktemp.stdout }}/{{ __tsb_rbac_file }}"
|
|
|
+ {{ openshift_client_binary }} process --config={{ mktemp.stdout }}/admin.kubeconfig -f "{{ mktemp.stdout }}/{{ __tsb_rbac_file }}" -n openshift-template-service-broker
|
|
|
| {{ openshift_client_binary }} auth reconcile --config={{ mktemp.stdout }}/admin.kubeconfig -f -
|
|
|
|
|
|
# Check that the TSB is running
|
|
@@ -69,7 +69,7 @@
|
|
|
# Register with broker
|
|
|
- name: Register TSB with broker
|
|
|
shell: >
|
|
|
- {{ openshift_client_binary }} process --config={{ mktemp.stdout }}/admin.kubeconfig -f "{{ mktemp.stdout }}/{{ __tsb_broker_file }}" --param CA_BUNDLE="{{ __ca_bundle.content }}" | {{ openshift_client_binary }} apply --config={{ mktemp.stdout }}/admin.kubeconfig -f -
|
|
|
+ {{ openshift_client_binary }} process --config={{ mktemp.stdout }}/admin.kubeconfig -f "{{ mktemp.stdout }}/{{ __tsb_broker_file }}" -n openshift-template-service-broker --param CA_BUNDLE="{{ __ca_bundle.content }}" | {{ openshift_client_binary }} apply --config={{ mktemp.stdout }}/admin.kubeconfig -f -
|
|
|
|
|
|
- file:
|
|
|
state: absent
|