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

Bug 1877854: OpenStack: Support multiple subnets #4093

Merged
merged 1 commit into from Sep 22, 2020

Conversation

adduarte
Copy link

  • Flag primary cluster subnet.
  • Attaches bootstrap floating ip to correct subnet.

@openshift-ci-robot openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 26, 2020
@adduarte
Copy link
Author

/retest

@@ -38,5 +38,6 @@
- name: 'Create the bootstrap floating IP'
os_floating_ip:
state: present
nat_destination: "{{ os_network }}"
Copy link
Author

Choose a reason for hiding this comment

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

because the server might have multiple nics, "nat_destination" forces the floating ip to attach to the os_network

@mandre
Copy link
Member

mandre commented Aug 28, 2020

/retitle [WIP] Bug 1866874: OpenStack: Support multiple subnets

@openshift-ci-robot openshift-ci-robot changed the title [WIP] OpenStack: Support multiple subnets [WIP] Bug 1866874: OpenStack: Support multiple subnets Aug 28, 2020
@mandre
Copy link
Member

mandre commented Aug 28, 2020

/approve

@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mandre

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 28, 2020
@EricArrakis
Copy link

/bugzilla-refresh

@adduarte adduarte changed the title [WIP] Bug 1866874: OpenStack: Support multiple subnets Bug 1866874: OpenStack: Support multiple subnets Sep 3, 2020
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 3, 2020
@mandre
Copy link
Member

mandre commented Sep 3, 2020

/bugzilla-refresh

@mandre
Copy link
Member

mandre commented Sep 4, 2020

/bugzilla refresh

@openshift-ci-robot
Copy link
Contributor

@mandre: Bugzilla bug 1866874 is in a bug group that is not in the allowed groups for this repo.
Allowed groups for this repo are:

  • qe_staff
  • redhat

In response to this:

/bugzilla refresh

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.

@pierreprinetti
Copy link
Member

/bugzilla refresh

@openshift-ci-robot
Copy link
Contributor

@pierreprinetti: Bugzilla bug 1866874 is in a bug group that is not in the allowed groups for this repo.
Allowed groups for this repo are:

  • qe_staff
  • redhat

In response to this:

/bugzilla refresh

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.

@pierreprinetti
Copy link
Member

/retitle Bug 1877854: OpenStack: Support multiple subnets
/retest

@openshift-ci-robot openshift-ci-robot changed the title Bug 1866874: OpenStack: Support multiple subnets Bug 1877854: OpenStack: Support multiple subnets Sep 10, 2020
@openshift-ci-robot
Copy link
Contributor

@adduarte: This pull request references Bugzilla bug 1877854, which is valid. 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.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.6.0) matches configured target release for branch (4.6.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

In response to this:

Bug 1877854: OpenStack: Support multiple subnets

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.

@openshift-ci-robot openshift-ci-robot added bugzilla/severity-low Referenced Bugzilla bug's severity is low for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels Sep 10, 2020
upi/openstack/network.yaml Outdated Show resolved Hide resolved
upi/openstack/network.yaml Outdated Show resolved Hide resolved
- Flag primary cluster subnet.
- Attaches bootstrap floating ip to correct subnet.
@mandre
Copy link
Member

mandre commented Sep 18, 2020

/lgtm
/retest
/hold until the tests pass

@openshift-ci-robot openshift-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 18, 2020
@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Sep 18, 2020
@adduarte
Copy link
Author

/retest

@mandre
Copy link
Member

mandre commented Sep 22, 2020

UPI job was able to deploy the cluster so I feel relatively confident merging this.
/hold cancel

@openshift-ci-robot openshift-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 22, 2020
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-ci-robot
Copy link
Contributor

@adduarte: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-openstack-upi 6d8d815 link /test e2e-openstack-upi
ci/prow/e2e-crc 6d8d815 link /test e2e-crc

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit 10465ce into openshift:master Sep 22, 2020
@openshift-ci-robot
Copy link
Contributor

@adduarte: All pull requests linked via external trackers have merged:

Bugzilla bug 1877854 has been moved to the MODIFIED state.

In response to this:

Bug 1877854: OpenStack: Support multiple subnets

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.

@pierreprinetti pierreprinetti deleted the multi_subnet branch September 22, 2020 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/severity-low Referenced Bugzilla bug's severity is low for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants