redhat-cop / ocp4-helpernode

This playbook helps set up an "all-in-one" node, that has all the infrastructure/services in order to install OpenShift 4.
342 stars 303 forks source link

Failed to install ocp4-helpernode #256

Closed kanekoh closed 2 years ago

kanekoh commented 2 years ago

I got an error when I executed the ansible playbook.

TASK [Downloading OCP4 installer initramfs] ************************************
fatal: [localhost]: FAILED! => {"changed": false, "dest": "/var/lib/tftpboot/rhcos/initramfs.img", "elapsed": 0, "msg": "Request failed", "response": "HTTP Error 404: Not Found", "status_code": 404, "url": "https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.8/latest/rhcos-4.8.2-x86_64-live-initramfs.x86_64.img"}

As my understanding, the latest images is not 4.8.2 anymore so I think that it should have the following URL.

https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.8/4.8.2/rhcos-4.8.2-x86_64-live-initramfs.x86_64.img