-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.15, 4.16, 4.17, 4.18
Description of problem: https://github.com/openshift/installer/pull/7727 changed the order of some playbooks and we're expected to run the network.yaml playbook before the metadata.json file is created. This isn't a problem with newer version of ansible, that will happily ignore missing var_files, however this is a problem with older ansible that fail with:
[cloud-user@installer-host ~]$ ansible-playbook -i "/home/cloud-user/ostest/inventory.yaml" "/home/cloud-user/ostest/network.yaml" PLAY [localhost] ***************************************************************************************************************************************************************************************************************************** ERROR! vars file metadata.json was not found Could not find file on the Ansible Controller. If you are using a module and expect the file to exist on the remote, see the remote_src option
- blocks
-
OCPBUGS-39286 UPI playbook failing due to missing metadata.json
- Closed
- is cloned by
-
OCPBUGS-39286 UPI playbook failing due to missing metadata.json
- Closed
- relates to
-
OCPBUGS-33973 Openstack UPI - Reintroduce unique resource names
- Closed
- links to
-
RHEA-2024:6122 OpenShift Container Platform 4.18.z bug fix update