-
Notifications
You must be signed in to change notification settings - Fork 2.1k
WIP: Add VSphere IPI to e2e template. #7470
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
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: patrickdillon The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Looks good though we don't vsphere ipi working yet :) |
Test-driven development, baaaaaaaaaby! |
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.
@jcpowermac do you think this is the right value for network?
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.
See:
And
release/ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml
Line 1777 in bd3adfe
| machine_cidr = "139.178.87.128/25" |
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.
better? I think I was thrown by this: https://github.com/openshift/installer/blob/master/upi/vsphere/machine/cidr_to_ip.sh#L6
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.
dcca2c3 to
ebd1578
Compare
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.
hmm..
ebd1578 to
f5d6eb6
Compare
|
/test pj-rehearse |
2f75060 to
8d2e5dd
Compare
|
/test pj-rehearse |
cdce1bb to
440728a
Compare
|
/test pj-rehearse |
ab320ec to
f1c9df6
Compare
|
@patrickdillon I just remembered something. A records for api and *.apps wildcard. |
86c9e32 to
29a6fd6
Compare
|
VSphere IPI has dependencies on I am struggling to install dependencies in the installer image used in the normal e2e ipi template. The user is non-root and I ran into permissions issues trying to install yum packages or downloading and unzipping binaries. I tried installing with pip, but the image does not have a recognized C compiler. I am now playing with moving the VSphere IPI to the UPI template as it has all of the necessary dependencies. |
17522ac to
3b2c22e
Compare
3b2c22e to
35ce352
Compare
|
/test pj-rehearse |
Adds VSphere IPI as an option for e2e template: - template reserves virtual IPs required for vsphere install - teardown removes virtual IPs - update installer presubmit job - rename upi job in installer repo to have -upi postfix, following upi convention.
35ce352 to
1169f0a
Compare
|
@patrickdillon: 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. DetailsInstructions 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. |
|
@patrickdillon: PR needs rebase. DetailsInstructions 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. |
|
/close |
Adds VSphere IPI as an option for e2e template:
This is WIP. I'm hoping rehearsals will be a good way to test this.