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
{{ message }}
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.
Deployment fails with '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'
#168
Open
achuzhoy opened this issue
Oct 7, 2019
· 1 comment
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")
openshift deployment fails with:
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'
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"
The text was updated successfully, but these errors were encountered: