Skip to content
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

Comments

@achuzhoy
Copy link

achuzhoy commented Oct 7, 2019

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"
@stbenjam
Copy link
Contributor

stbenjam commented Oct 7, 2019

Will be fixed by openshift/installer#2462

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants