Hi, I am trying to upgrade openshift origin cluster from version 1.2 to 1.3, but it failing due to some unexpected errors. Version after running the upgrade playbook (play failed)
[openshift v1.3.1 kubernetes v1.3.0+52492b4 etcd 2.3.0+git] Steps To Reproduce 1. cd ~/openshift-ansible 2. git pull https://github.com/openshift/openshift-ansible master 3. ansible-playbook -vvvvvvv openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade.yml Current Result *fatal: [10.11.10.10]: FAILED! => {"changed": false,"failed": true,"invocation": {"module_args": {"backup": true,"dest": "/etc/origin/master/master-config.yaml","yaml_key": "admissionConfig.pluginConfig","yaml_value": "{}"},"module_name": "modify_yaml"},"msg": "argument of type 'NoneType' is not iterable"}fatal: [10.11.11.10]: FAILED! => {"changed": false,"failed": true,"invocation": {"module_args": {"backup": true,"dest": "/etc/origin/master/master-config.yaml","yaml_key": "admissionConfig.pluginConfig","yaml_value": "{}"},"module_name": "modify_yaml"},"msg": "argument of type 'NoneType' is not iterable"}fatal: [10.11.12.10]: FAILED! => {"changed": false,"failed": true,"invocation": {"module_args": {"backup": true,"dest": "/etc/origin/master/master-config.yaml","yaml_key": "admissionConfig.pluginConfig","yaml_value": "{}"},"module_name": "modify_yaml"},"msg": "argument of type 'NoneType' is not iterable"}to retry, use: --limit @/home/ansible/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade.retry* *PLAY RECAP *********************************************************************10.11.10.10 : ok=122 changed=2 unreachable=0 failed=110.11.11.10 : ok=116 changed=1 unreachable=0 failed=110.11.12.10 : ok=116 changed=1 unreachable=0 failed=1* Any workarounds for this? Regards, Muhammed Roshan
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
