-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
Strategic Product Work
-
13
-
False
-
None
-
False
-
OCPSTRAT-913 - Remove Terraform from the vSphere IPI installer
-
-
-
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'
~~~
- links to
(5 links to)