-
Notifications
You must be signed in to change notification settings - Fork 113
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
COS-2758: ITUP Cluster Migration - Use HTTPS where possible #1571
Conversation
We use https in the main c9s.repo file, so let's use it here too to be consistent. Also, the RHCOS pipeline is migrating to a new ITUP cluster which is restricting port 80, so lets just use HTTPS on port 443 which is already open. Co-authored-by: Aashish Radhakrishnan <[email protected]>
We use https in the main c9s.repo file, so let's use it here too to be consistent. Also, the RHCOS pipeline is migrating to a new ITUP cluster which is restricting port 80, so lets just use HTTPS on port 443 which is already open. Co-authored-by: Aashish Radhakrishnan <[email protected]>
…tainer Use the fedora.repo file defined in fedora-coreos-config to set up the container. This will force packages to be downloaded from dl.fedoraproject.org, as specified in the FCOS file. The ITUP cluster, being used by the RHCOS pipeline, requires all outbound connections to be specified in a Firewall Egress file, and this will ensure the same connection will always be used.
@marmijo: This pull request references COS-2758 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target either version "4.18." or "openshift-4.18.", but it targets "openshift-4.17" instead. 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 openshift-eng/jira-lifecycle-plugin repository. |
@marmijo: 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-sigs/prow repository. I understand the commands that are listed here. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marmijo, mike-nguyen 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 |
These commits are needed in order to migrate the RHCOS build pipeline to the new ITUP cluster. They deal with modifying our configuration to only use HTTPS where possible since the ITUP cluster restricts the use of HTTP on port 80.
@aaradhak and I have been using these commits in a fork of this repo for testing on the cluster. We've worked out most of the issues, so let's merge them now.