-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Bug 1741637: openstack: Add API Floating IP survey question #2195
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
Bug 1741637: openstack: Add API Floating IP survey question #2195
Conversation
|
/label platform/openstack |
|
This is best tested in conjunction with #2036 But it can be merged independently. |
|
I need to fix the tests, I did get an install complete locally with entering all the values via prompts rather than writing an install config. |
Without a floating IP address, the cluster will not be accessible from the outside, which means the installer will fail when it tries to communicate with the OpenShift API. This adds the necessary prompt that lists all floating IPs that are available on the previously selected external network.
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/test e2e-aws-scaleup-rhel7 |
|
/test e2e-openstack |
|
/hold The master is open only for bug fixes as we prepare for 4.2 release. this need a bugzilla targeted for 4.2 to merge. |
|
@tomassedovic: This pull request references an invalid Bugzilla bug:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/hold cancel |
|
/bugzilla refresh |
|
@iamemilio: This pull request references a valid Bugzilla bug. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Thanks @abhinavdahiya :) |
|
Please update your review request @abhinavdahiya |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, mandre, tomassedovic The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@tomassedovic: All pull requests linked via external trackers have merged. Bugzilla bug 1741637 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Without a floating IP address, the cluster will not be accessible from
the outside, which means the installer will fail when it tries to
communicate with the OpenShift API.
This adds the necessary prompt that lists all floating IPs that are
available on the previously selected external network.