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

SDE-2544: Allow setting AWS EC2Metadata in machine config pool #2004

Merged
merged 1 commit into from Apr 28, 2023

Conversation

tsorya
Copy link
Contributor

@tsorya tsorya commented Apr 27, 2023

SDE-2544: Allow setting AWS EC2Metadata in machine config pool

HIVE-2211

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 27, 2023
@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 27, 2023

@tsorya: This pull request references SDE-2544 which is a valid jira issue.

In response to this:

SDE-2544: Allow setting AWS EC2Metadata in machine config pool

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.

1 similar comment
@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 27, 2023

@tsorya: This pull request references SDE-2544 which is a valid jira issue.

In response to this:

SDE-2544: Allow setting AWS EC2Metadata in machine config pool

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.

@codecov
Copy link

codecov bot commented Apr 27, 2023

Codecov Report

Merging #2004 (9a9e7a2) into master (7cbb912) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2004   +/-   ##
=======================================
  Coverage   57.72%   57.72%           
=======================================
  Files         186      186           
  Lines       25219    25221    +2     
=======================================
+ Hits        14557    14559    +2     
  Misses       9425     9425           
  Partials     1237     1237           
Impacted Files Coverage Δ
pkg/controller/machinepool/awsactuator.go 79.52% <100.00%> (+0.12%) ⬆️

Copy link
Member

@2uasimojo 2uasimojo left a comment

Choose a reason for hiding this comment

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

This looks great @tsorya, thanks!

  • Please create a card in the HIVE project
  • I think you'll need a make update to regenerate that saas template (verify failure)

The e2e-pool failure is a flake. (I don't expect this change to affect that test.)


// EC2MetadataOptions defines metadata service interaction options for EC2 instances in the machine pool.
// +optional
EC2Metadata *EC2Metadata `json:"metadataService,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

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

Weird json name, but I see you're just matching the one in the installer type 🤷

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, not mine. I think better to match to installer's

@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 27, 2023

@tsorya: This pull request references SDE-2544 which is a valid jira issue.

In response to this:

SDE-2544: Allow setting AWS EC2Metadata in machine config pool

HIVE-2211

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.

1 similar comment
@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 27, 2023

@tsorya: This pull request references SDE-2544 which is a valid jira issue.

In response to this:

SDE-2544: Allow setting AWS EC2Metadata in machine config pool

HIVE-2211

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.

Copy link
Member

@2uasimojo 2uasimojo left a comment

Choose a reason for hiding this comment

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

/lgtm

@abutcher FYI

@openshift-ci openshift-ci bot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Apr 27, 2023
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 7cbb912 and 2 for PR HEAD 08eb0ef in total

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Apr 28, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 28, 2023

@tsorya: all tests passed!

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.

@2uasimojo
Copy link
Member

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 28, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 28, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 2uasimojo, tsorya

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-merge-robot openshift-merge-robot merged commit 2f9095f into openshift:master Apr 28, 2023
7 checks passed
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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. 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

4 participants