Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update broker setup for broker in origin template #129

Merged
merged 1 commit into from Aug 30, 2017

Conversation

djzager
Copy link
Contributor

@djzager djzager commented Aug 29, 2017

After updating the deployment template in the broker, we need for catasb
to not try and create the broker resource. The only case that catasb
should update the resource is in the case of an older broker rcm=true.

@djzager
Copy link
Contributor Author

djzager commented Aug 29, 2017

I tested this with and without --rcm flag.

For the non-rcm case I pointed it at my local template as openshift/ansible-service-broker#410 is not yet merged.

@djzager djzager changed the title Update broker setup for broker in origin template [WIP] Update broker setup for broker in origin template Aug 29, 2017
@djzager
Copy link
Contributor Author

djzager commented Aug 29, 2017

@djzager djzager requested a review from jmrodri August 30, 2017 12:51
- name: Get route for ansible-service-broker
shell: "'{{ oc_cmd }}' get routes | grep ansible-service-broker | awk '{print $2}'"
register: result_get_route_asb
retries: 6
delay: 10
when: "rcm"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can still check if the route was created whether this is rcm or not

@rthallisey
Copy link
Contributor

depends-on: openshift/ansible-service-broker#410

After updating the deployment template in the broker, we need for catasb
to *not* try and create the broker resource. The only case that catasb
should update the resource is in the case of an older broker `rcm=true`.
@djzager djzager changed the title [WIP] Update broker setup for broker in origin template Update broker setup for broker in origin template Aug 30, 2017
@djzager djzager merged commit da99495 into fusor:master Aug 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants