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).
https://ibm.github.io/Ansible-OpenShift-Provisioning/
MIT License
20 stars 42 forks source link

Wrong abi variable name #299

Open smolin-de opened 2 months ago

smolin-de commented 2 months ago

In the template file is the following variable defined:

# Section 19 - Agent Based Installer ( Optional )
abi: 
  flag: Flase

But, in the source code a different variable is used: when: ( env.abi.flag is not defined ) or ( env.abi.flag != True )

isumitsolanki commented 1 week ago

Hi @smolin-de , This issue has been resolved. please verify from your end and close the ticket

AmadeusPodvratnik commented 3 days ago

@isumitsolanki It looks like there is another change needed. Pls see this: ./roles/delete_nodes/tasks/main.yaml: when: ( env.abi.flag is not defined ) or ( env.abi.flag != True )