openshift deployment fails with:
- ocp//openshift-baremetal-install --dir ocp --log-level=info create manifests
level=info msg="Consuming "Install Config" from target directory"
level=warning msg="Making control-plane schedulable by setting MastersSchedulable to true for Scheduler cluster settings"
level=warning msg="Discarding the "Openshift Manifests" that was provided in the target directory because its dependencies are dirty and it needs to be regenerated"
++ find assets/deploy/ -iname '*.yaml' -type f -printf '%P\n'
- for file in $(find assets/deploy/ -iname '*.yaml' -type f -printf "%P\n")
- cp assets/deploy/90_metal3_baremetalhost_crd.yaml ocp/openshift/90_metal3_baremetalhost_crd.yaml
- for file in $(find assets/deploy/ -iname '*.yaml' -type f -printf "%P\n")
- cp assets/deploy/99-metal3-mariadb-password.yaml ocp/openshift/99-metal3-mariadb-password.yaml
- for file in $(find assets/deploy/ -iname '*.yaml' -type f -printf "%P\n")
- cp assets/deploy/99-metal3-config-map.yaml ocp/openshift/99-metal3-config-map.yaml
- ocp//openshift-baremetal-install --dir ocp --log-level=info create cluster
level=info msg="Fetching OS image: rhcos-42.80.20191002.0-qemu.qcow2"
level=fatal msg="failed to fetch Terraform Variables: failed to generate asset "Terraform Variables": failed to get baremetal Terraform variables: failed to use cached bootstrap libvirt image: Get https://releases-rhcos-art.cloud.privileged.psi.redhat.com/storage/releases/rhcos-4.2/42.80.20191002.0/rhcos-42.80.20191002.0-qemu.qcow2: x509: certificate signed by unknown authority"