IBM / Ansible-OpenShift-Provisioning

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).

Home Page:https://ibm.github.io/Ansible-OpenShift-Provisioning/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG in the get_ocp role - the install-config

irmsan opened this issue · comments

commented

in the get cop role when creating the install config yaml there is a PROBLEM:

TASK [get_ocp : Use template file to create install-config and backup.] *******************************************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.errors.AnsibleUndefinedVariable: 'dict object' has no attribute 'proxy'. 'dict object' has no attribute 'proxy'
failed: [zpocpbastions] (item=/root/ocpinst/install-config.yaml) => {"ansible_loop_var": "item", "changed": false, "item": "/root/ocpinst/install-config.yaml", "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute 'proxy'. 'dict object' has no attribute 'proxy'"}
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.errors.AnsibleUndefinedVariable: 'dict object' has no attribute 'proxy'. 'dict object' has no attribute 'proxy'
failed: [zpocpbastions] (item=/root/ocpinst/install-config-backup.yaml) => {"ansible_loop_var": "item", "changed": false, "item": "/root/ocpinst/install-config-backup.yaml", "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute 'proxy'. 'dict object' has no attribute 'proxy'"}