diff --git a/manifests/function/baremetal-operator/ironic.yaml b/manifests/function/baremetal-operator/ironic.yaml index cef93433f..ebdeb5f91 100644 --- a/manifests/function/baremetal-operator/ironic.yaml +++ b/manifests/function/baremetal-operator/ironic.yaml @@ -59,6 +59,16 @@ spec: - name: ironic-entrypoints mountPath: /bin/init-images subPath: init-images + - name: qcow-bundle + command: + - sh + - -c + - "cp /qcows/*.qcow2 /qcows/*.qcow2.md5sum /shared/html/images/" + image: "quay.io/airshipit/qcow-bundle:latest-ubuntu_focal" + imagePullPolicy: Always + volumeMounts: + - mountPath: "/shared" + name: ironic-storage containers: - name: dnsmasq image: "quay.io/metal3-io/ironic:latest" diff --git a/manifests/function/k8scontrol/controlplane.yaml b/manifests/function/k8scontrol/controlplane.yaml index c5fd4d1ac..71d4d264d 100644 --- a/manifests/function/k8scontrol/controlplane.yaml +++ b/manifests/function/k8scontrol/controlplane.yaml @@ -22,34 +22,9 @@ spec: Environment="NO_PROXY=REPLACEMENT_NO_PROXY" # TODO: add download sources to the versions catalogue preKubeadmCommands: - - echo 'root:r00tme' | chpasswd - - echo 'ubuntu:r00tme' | chpasswd - - | - cat < ${TARGET_IMAGE_DIR}/target-image.qcow2.md5sum - echo "Create target k8s cluster resources" airshipctl phase run controlplane-ephemeral --debug