Uploaded image for project: 'OpenShift Specialist Platform Team'
  1. OpenShift Specialist Platform Team
  2. SPLAT-1208

[vsphere] replace UPI terraform with powercli

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • Sprint 249, Sprint 248, Sprint 243, Sprint 244, Sprint 245, Sprint 246, Sprint 247, Sprint 250, Sprint 251

      Replace https://github.com/openshift/installer/tree/master/upi/vsphere with powercli.  Keep terraform in place until powercli installations are working.

      • Update UPI image with powershell and powercli
      • Backport change through all supported releases
      • Update installer repo with powercli scripts
      • Update installer repo to remove UPI terraform

       

      example of updates to be made to the upi image:

      ~~~
      FROM upi-installer-image
      RUN curl https://packages.microsoft.com/config/rhel/8/prod.repo | tee
      /etc/yum.repos.d/microsoft.repo

      RUN yum install -y powershell

      RUN pwsh -Command 'Install-Module VMware.PowerCLI -Force -Scope
      CurrentUser'
      ~~~

            rhn-support-ngirard Neil Girard
            rhn-support-rvanderp Richard Vanderpool
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: