You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For multi-architecture compute deployments for s390x on libvirt, we need
to extract cluster state and correct assets for spinning up nodes on a
second architecture via oc, then spin up nodes with libvirt client. oc
can be helpful for this purpose.
This is analogous to the UPI installer image (images/installer/Dockerfile.upi.ci#L14,L20)
Signed-off-by: Dominik Werle <[email protected]>
Copy file name to clipboardExpand all lines: images/libvirt/Dockerfile.ci
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# This Dockerfile is a used by CI to publish an installer image for creating libvirt clusters
2
-
# It builds an image containing openshift-install and nss-wrapper for remote deployments, as well as the google cloud-sdk for nested GCE environments.
2
+
# It builds an image containing openshift-install and nss-wrapper for remote deployments, as well as the google cloud-sdk for nested GCE environments and
3
+
# oc for getting assets from an existing cluster to spin up multi-architecture compute clusters on libvirt.
3
4
4
5
FROM registry.ci.openshift.org/ocp/4.16:installer-terraform-providers as providers
0 commit comments