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

Feature Request: Option to Select Specific Nutanix Storage Container for VM Creation in IPI Installation #7923

Open
cragr opened this issue Jan 18, 2024 · 1 comment

Comments

@cragr
Copy link

cragr commented Jan 18, 2024

Version

$ openshift-install version
openshift-install 4.14.9
built from commit dfafb5ca972a6ed4677257aebfe4f284ac020830
release image quay.io/openshift-release-dev/ocp-release@sha256:f5eaf0248779a0478cfd83f055d56dc7d755937800a68ad55f6047c503977c44
release architecture amd64

Platform: nutanix

What happened?

When using the IPI method to deploy OpenShift on the Nutanix platform, the virtual machines are automatically created in the default Nutanix Storage Container, named 'SelfServiceContainer'

What you expected to happen?

I expected an optional configuration parameter in the install-config.yaml file that would allow the IPI installation to store the virtual machines in a custom storageContainer.

How to reproduce it (as minimally and precisely as possible)?

Create the installation configuration file

$ ./openshift-install create install-config --dir <installation_directory> 

Try modifying the install-config.yaml to specify the storage container location on the Nutanix platform where the VMs will be deployed.

platform:
  nutanix:
    apiVIP: 10.40.142.7 
    ingressVIP: 10.40.142.8 
    prismCentral:
      endpoint:
        address: your.prismcentral.domainname 
        port: 9440 
      password: <password> 
      username: <username> 
    prismElements:
    - endpoint:
        address: your.prismelement.domainname
        port: 9440
      uuid: 0005b0f1-8f43-a0f2-02b7-3cecef193712
    subnetUUIDs:
    - c7938dc6-7659-453e-a688-e26020c68e43
    clusterOSImage: http://example.com/images/rhcos-47.83.202103221318-0-nutanix.x86_64.qcow2 

Anything else we need to know?

The option to specify the storageContainer in the install-config.yaml is not listed in the official documentation Additional Nutanix configuration parameters

References

@ddcdk
Copy link

ddcdk commented Feb 23, 2024

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants