Automate the deployment of Red Hat OpenShift Container Platform on IBM zSystems (s390x). Automated User-Provisoned Infrastructure (UPI) setup using Kernel-based Virtual Machine (KVM).
using PROXY still in error
the condition is:
use_proxy: "{{ 'True' if (proxy_env.http_proxy is defined or proxy_env.https_proxy is defined or proxy_env.no_proxy is defined) else 'False' }}"
proxy_env.http_proxy variable not exists , it should be env.proxy.http I guess and same for https
Additionally In the template:
my advise, put the localhost into back to the all.yaml env.proxy.no
and in same place (in the template) inserting the INFRA nodes to the noProxy should be CONDITIONAL
using PROXY still in error the condition is: use_proxy: "{{ 'True' if (proxy_env.http_proxy is defined or proxy_env.https_proxy is defined or proxy_env.no_proxy is defined) else 'False' }}"
proxy_env.http_proxy variable not exists , it should be env.proxy.http I guess and same for https
Additionally In the template: my advise, put the localhost into back to the all.yaml env.proxy.no and in same place (in the template) inserting the INFRA nodes to the noProxy should be CONDITIONAL