-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
WIP Vsphere upi test #1495
WIP Vsphere upi test #1495
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vrutkovs If they are not already assigned, you can assign the PR to them by writing 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 |
c274cef
to
eb48427
Compare
images/installer/Dockerfile.upi.ci
Outdated
@@ -8,8 +8,10 @@ WORKDIR /go/src/github.com/openshift/installer | |||
COPY . . | |||
RUN hack/build.sh | |||
|
|||
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:cli as cli |
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.
this change already merged #1497 why am i still seeing this?
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 didn't rebase yet, sorry.
This PR is just for CI testing, so that all fixes would be in a single PR. I'll be cherrypicking changes from here to separate PRs if required
@@ -23,7 +23,7 @@ RUN yum install --setopt=tsflags=nodocs -y \ | |||
openssh-clients && \ | |||
yum update -y && \ | |||
yum install --setopt=tsflags=nodocs -y \ | |||
unzip gzip jq awscli util-linux && \ | |||
unzip gzip awscli util-linux && \ |
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.
Can you provide a reason why we are dropping jq ?
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.
CI can't install epel-release and has an issue with internal repos, so upi-installer build fails with it.
@stevekuznetsov is looking at it afaik
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.
@smarterclayton where do the devel-4.0
rpm repos come from?
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.
Builds for this started to see them unreachable
Add DNS records for the control plane and compute hostnames so that they are resolvable from within the cluster.
With the recent rhcos, vmtools is running on the VMs, allowing terraform to obtain the IP addresses assigned. The user no longer needs to acquire the IP addresses manually.
eb48427
to
baa84c1
Compare
baa84c1
to
97a54aa
Compare
97a54aa
to
db14a4f
Compare
No longer required |
Required fixes to make CI for vsphere UPI pass
This PR was created to test new CI template and configuration, it consists of cherrypicks from other PRs and won't ever be merged