-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Creating squid AMI in VPC for CI aws proxy testing #4719
Creating squid AMI in VPC for CI aws proxy testing #4719
Conversation
2e05907
to
6fe8fae
Compare
/test pj-rehearse |
2 similar comments
/test pj-rehearse |
/test pj-rehearse |
2e10b6b
to
c42d04a
Compare
ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml
Outdated
Show resolved
Hide resolved
f90a5c9
to
6229f9f
Compare
c831b68
to
8bbd55f
Compare
/test pj-rehearse |
1 similar comment
/test pj-rehearse |
/refresh |
/test pj-rehearse |
1 similar comment
/test pj-rehearse |
d41b377
to
e2d7ac9
Compare
/test pj-rehearse |
1 similar comment
/test pj-rehearse |
We seem to be out of the registry-CI breakage now. /test pj-rehearse |
/test pj-rehearse |
3 similar comments
/test pj-rehearse |
/test pj-rehearse |
/test pj-rehearse |
@abhinavdahiya can someone from the installer team please review this? |
Not sure why this isn't being aggregated in the job details but the following tests failed and seem to just be flakes:
|
The proxy job is failing currently? Is that a flake? |
@@ -550,7 +1236,8 @@ objects: | |||
|
|||
# begin bootstrapping | |||
if [[ "${CLUSTER_TYPE}" == "aws" ]]; then | |||
RHCOS_AMI=ami-0df3f99538fbef10f # FIXME: assumes AWS_REGION is us-east-1 | |||
# RHCOS_AMI=ami-0df3f99538fbef10f # 4.1 ami FIXME: assumes AWS_REGION is us-east-1 | |||
RHCOS_AMI=ami-0ae2df22579e00be5 # 4.2 ami FIXME: assumes AWS_REGION is us-east-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it normal for AWS UPI jobs to require this? Seems like this will require maintenance that we should avoid.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I'm not sure if this value could be provided via a parameter but that would be more ideal.
It was required to bump it from the 4.1 AMI because it didn't have the logic to update the machine's trusted cert.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I'm not sure if this value could be provided via a parameter but that would be more ideal.
Other platforms use rhcos.json
(e.g. here). But I dislike using an installer-internal file for our CI, and would rather stay closer to our official docs to ensure we bump AMIs in the docs when we make some change that breaks vs. the currently-documented AMIs. But this is complicated by us documenting different AMIs for different 4.y, and I don't have an easy way around that yet. I'd really like openshift/installer#2092 or one of those family to give users the same access to the RHCOS JSON that we enjoy in CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this value could be provided via a parameter but that would be more ideal.
I guess providing via a job-specific parameter would be the way to get per-4.y AMIs in in the absence of something like openshift/installer#2092.
Yes, it seems to be a flake [1]. I've seen it pass two times, though in those instances it with a [1] #4719 (comment) |
ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml
Outdated
Show resolved
Hide resolved
ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml
Show resolved
Hide resolved
ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml
Outdated
Show resolved
Hide resolved
bd2fd1c
to
2e751cb
Compare
2e751cb
to
27c9755
Compare
/test pj-rehearse |
/lgtm |
/test pj-rehearse |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, danehans, ewolinetz 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 |
@ewolinetz: Updated the following 3 configmaps:
In 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. |
@ewolinetz: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
This implements phase 2 of https://jira.coreos.com/browse/DPTP-475 where we move to using a UPI install and blackhole the private subnet so it does not have external internet access directly.
This PR also collects the proxy access logs and stores them in
proxy/squid.service
during teardown.