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

Make the endpoints headless for local brokers #731

Merged
merged 1 commit into from
Feb 6, 2018

Conversation

rthallisey
Copy link
Contributor

Describe what this PR does and why we need it:
When using labels on the endpoint, we're associating the endpoint to an object that may not always be around, the locally running broker. This seems to cause the endpoint lose it's ip address. Instead, make the endpoint have no association to an app so it will always be around.

Changes proposed in this pull request

  • Keep the endpoint ip address around all the time

Which issue this PR fixes (This will close that issue when PR gets merged)
fixes #660

Endpoints are real ip addresses that map to internal ip addresses.  When using labels, we're associating the two which seems to cause the endpoint lose it's ip address. Instead, make the endpoint have no association to an app so it will always be around.
@openshift-ci-robot openshift-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 6, 2018
Copy link
Member

@djzager djzager left a comment

Choose a reason for hiding this comment

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

ACK (untested)

@eriknelson
Copy link
Contributor

This is working great for me, so I can confirm it fixes #660 and I am now much happier 😃

@rthallisey what's up with CI, is that a valid failure? I've only just confirmed this allows me to work locally uninterupted.

@eriknelson
Copy link
Contributor

Ah, I see it was the vet problem from another PR. Merging.

@eriknelson eriknelson merged commit 1534ccb into openshift:master Feb 6, 2018
@rthallisey rthallisey deleted the headless-endpoints branch February 6, 2018 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The asb endpoint randomly loses its value after prep_local_devel_env.sh has been run
4 participants