Skip to content

Conversation

@lranjbar
Copy link
Contributor

Digging around I found this function already implemented so I decided to use it.

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 17, 2022
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 17, 2022
@andfasano
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 17, 2022
@zaneb zaneb changed the title BZ-2115770: Check for RendezvousIP in Agent config if NMStateConfig is not provided Bug 2115770: Check for RendezvousIP in Agent config if NMStateConfig is not provided Aug 17, 2022
@openshift-ci openshift-ci bot added bugzilla/severity-high Referenced Bugzilla bug's severity is high 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 Aug 17, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 17, 2022

@lranjbar: This pull request references Bugzilla bug 2115770, 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.12.0) matches configured target release for branch (4.12.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @zniu1011

Details

In response to this:

Bug 2115770: Check for RendezvousIP in Agent config if NMStateConfig is not provided

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 openshift-ci bot requested a review from zniu1011 August 17, 2022 15:10
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 17, 2022
Copy link
Member

@zaneb zaneb left a comment

Choose a reason for hiding this comment

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

/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 17, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: zaneb

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

The pull request process is described here

Details 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 openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 17, 2022
@lranjbar
Copy link
Contributor Author

/test ?

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 17, 2022

@lranjbar: The following commands are available to trigger required jobs:

  • /test e2e-agent-compact
  • /test gofmt
  • /test golint
  • /test govet
  • /test images
  • /test unit
  • /test verify-codegen
  • /test verify-vendor

The following commands are available to trigger optional jobs:

  • /test e2e-aws

Use /test all to run the following jobs that were automatically triggered:

  • pull-ci-openshift-installer-agent-installer-e2e-agent-compact
  • pull-ci-openshift-installer-agent-installer-gofmt
  • pull-ci-openshift-installer-agent-installer-golint
  • pull-ci-openshift-installer-agent-installer-govet
  • pull-ci-openshift-installer-agent-installer-images
  • pull-ci-openshift-installer-agent-installer-unit
  • pull-ci-openshift-installer-agent-installer-verify-codegen
  • pull-ci-openshift-installer-agent-installer-verify-vendor
Details

In response to this:

/test ?

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.

@lranjbar
Copy link
Contributor Author

/test verify-vendor

Copy link
Member

@zaneb zaneb left a comment

Choose a reason for hiding this comment

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

Looks good, just some error handling to tidy up.

Copy link
Contributor

Choose a reason for hiding this comment

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

Just as a reminder note (not for this PR), I think in future it could be useful (at least for the maintenance) to deploy a (non-writable) RendezvousIP asset (with a dependency on AgentConfig and AgentManifests - if not directly NMStateConfig), to be used directly here and in the Ignition asset

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I like this idea. After going through this exercise I think we can consolidate the logic for the RendezvousIP into it's own asset that will clean it up a lot for the future.

@lranjbar lranjbar force-pushed the bz-2115770 branch 2 times, most recently from a51e9a2 to 88785b4 Compare August 18, 2022 19:30
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 18, 2022
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 18, 2022
@bfournie
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 18, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 18, 2022

@lranjbar: all tests passed!

Full PR test history. Your PR dashboard.

Details

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 404766c into openshift:agent-installer Aug 18, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 18, 2022

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

Bugzilla bug 2115770 has been moved to the MODIFIED state.

Details

In response to this:

Bug 2115770: Check for RendezvousIP in Agent config if NMStateConfig is not provided

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.

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-high Referenced Bugzilla bug's severity is high 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.

6 participants