Skip to content
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

OCPBUGS-19676: Allow agent VSphere installs by simulating VMWare host #1588

Merged

Conversation

bfournie
Copy link
Contributor

When the platform type is "vsphere", set the host's manufacturer to VMWare in order to pass the assisted-service validations and allow the installation to proceed.

Copy link
Contributor

@rwsu rwsu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 25, 2023
When the platform type is "vsphere", set the host's manufacturer
to VMWare in order to pass the assisted-service validations and
allow the installation to proceed.
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Oct 30, 2023
@openshift-ci
Copy link

openshift-ci bot commented Oct 30, 2023

New changes are detected. LGTM label has been removed.

Copy link
Contributor

@rwsu rwsu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 31, 2023
Copy link
Contributor

@pawanpinjarkar pawanpinjarkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@andfasano
Copy link
Member

/approve

Copy link

openshift-ci bot commented Nov 2, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andfasano

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 2, 2023
@openshift-ci openshift-ci bot merged commit e4f2100 into openshift-metal3:master Nov 2, 2023
5 checks passed
@bfournie bfournie deleted the agent-vsphere-platform branch November 2, 2023 14:44
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Nov 2, 2023
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Nov 2, 2023
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Nov 8, 2023
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Nov 9, 2023
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Nov 9, 2023
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Nov 9, 2023
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Jan 3, 2024
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Jan 30, 2024
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Feb 21, 2024
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Feb 26, 2024
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
openshift-merge-bot bot pushed a commit that referenced this pull request Mar 9, 2024
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants