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

pkg/asset/cluster/aws: switch to ec2 tagging API #4356

Conversation

patrickdillon
Copy link
Contributor

ResourceTagging API is not available for C2S use case. This switches from tagging shared subnets with ResourceTagging API to EC2 API.

CORS-1580

ResourceTagging API is not available for C2S use case. This switches
from tagging shared subnets with ResourceTagging API to EC2 API.
@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 Nov 6, 2020
@patrickdillon
Copy link
Contributor Author

/test e2e-aws-shared-vpc

Need to manually test in shared VPC environment, but wanted to make use of CI while reminding myself how to setup shared env.

@patrickdillon
Copy link
Contributor Author

/test e2e-aws-shared-vpc

1 similar comment
@patrickdillon
Copy link
Contributor Author

/test e2e-aws-shared-vpc

@patrickdillon patrickdillon changed the title [WIP] pkg/asset/cluster/aws: switch to ec2 tagging API pkg/asset/cluster/aws: switch to ec2 tagging API Nov 9, 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 Nov 9, 2020
@patrickdillon
Copy link
Contributor Author

/retest

I can confirm from testing tag is being added:

$ aws ec2 describe-subnets --subnet-ids subnet-07b973022c355d818
               [...]
                {
                    "Key": "kubernetes.io/cluster/padillon-hcvmv",
                    "Value": "shared"
                },
              [...]

@patrickdillon
Copy link
Contributor Author

local testing succeeded. I think this is ready for review.

@patrickdillon
Copy link
Contributor Author

/test e2e-aws-shared-vpc

Install succeeded. E2E failed with:

https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_installer/4356/pull-ci-openshift-installer-master-e2e-aws-shared-vpc/1325851954550673408#1:build-log.txt%3A7754

Copy link
Contributor

@staebler staebler left a comment

Choose a reason for hiding this comment

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

/approve
/lgtm

Holding to wait for the shared-VPC e2e tests to pass.
/hold

@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 Nov 9, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: staebler

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 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 Nov 9, 2020
@patrickdillon
Copy link
Contributor Author

/test e2e-aws-shared-vpc

@patrickdillon
Copy link
Contributor Author

shared-vpc passed! for the first time ever!

/meowvie

@openshift-ci-robot
Copy link
Contributor

@patrickdillon: cat image

In response to this:

shared-vpc passed! for the first time ever!

/meowvie

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.

@staebler
Copy link
Contributor

/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 Nov 10, 2020
@openshift-bot
Copy link
Contributor

/retest

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

3 similar comments
@openshift-bot
Copy link
Contributor

/retest

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

@openshift-bot
Copy link
Contributor

/retest

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

@openshift-bot
Copy link
Contributor

/retest

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

@openshift-merge-robot
Copy link
Contributor

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

Test name Commit Details Rerun command
ci/prow/e2e-crc 27d34ad link /test e2e-crc
ci/prow/e2e-ovirt 27d34ad link /test e2e-ovirt

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-bot
Copy link
Contributor

/retest

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

@openshift-merge-robot openshift-merge-robot merged commit b561540 into openshift:master Nov 11, 2020
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. 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

5 participants