-
Notifications
You must be signed in to change notification settings - Fork 414
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
Add vSphere IPI #1373
Add vSphere IPI #1373
Conversation
@jcpowermac Is this still WIP for any reason other than needing #1377 ? |
That is the only reason its WIP. Need the change we made to the API. |
I have tested this with the base image from openshift/cluster-config-operator#111 and the machine-config-operator becomes available. |
Took off WIP |
/test all |
-- FAIL: TestGenerateMachineConfigs (0.44s) |
Uses existing baremetal networking like openstack and ovirt. - Added manifests and template for vSphere which identical beyond names as ovirt (cp and sed). - Updated bindata as required - Update pkg/operator/bootstrap for vsphere
Updated: |
/skip |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcpowermac, runcom 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 |
/retest Please review the full test history for this PR and help us cut down flakes. |
3 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
@jcpowermac: The following test 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. |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
Uses existing baremetal networking like openstack and ovirt.
beyond names as ovirt (cp and sed).
Requires: openshift/api#541