openshift-ansible: Nuage Installation breaks during serviceaccount creation
<HTPASSWD_AUTH>
We are aware of the current issues related to htpasswd_auth failures Please downgrade to ansible 2.2.0.0 until a fix is released. You can track the status of the bug fix in this issue: https://github.com/openshift/openshift-ansible/issues/3111 Please erase this <HTPASSWD_AUTH> section if it does not apply to you.
Thanks - 2017-01-31
</HTPASSWD_AUTH>
Description
Installation of Openshift with Nuage is currently broken due to service account changes
Version
ansible 2.2.0.0 config file = /home/vpati011/projects/openshift-ansible/ansible.cfg configured module search path = Default w/o overrides
[vpati011@radcnode007 openshift-ansible]$ git describe openshift-ansible-3.4.17-1-1169-gf017f5a
VERSION INFORMATION HERE PLEASE
Steps To Reproduce
Perform HA install of Openshift along with Nuage as the SDN provider
Expected Results
Observed Results
u’cmd’: u’/usr/bin/oc create -f /tmp/nuage-CulDIi -n default’, u’returncode’: 1, u’results’: {}, u’stderr’: u’error: error when creating “/tmp/nuage-CulDIi”: Post https://dns.nuageopenshift.com:8443/api/v1/namespaces/default/serviceaccounts: EOF\n’, u’stdout’: u’'}
2017-03-07 11:27:48,250 p=2634 u=vpati011 | fatal: [master1.nuageopenshift.com]: FAILED! => {
“changed”: false,
“failed”: true,
“invocation”: {
“module_args”: {
“debug”: false,
“image_pull_secrets”: null,
“kubeconfig”: “/etc/origin/master/admin.kubeconfig”,
“name”: “nuage”,
“namespace”: “default”,
“secrets”: null,
“state”: “present”
},
“module_name”: “oc_serviceaccount”
}
}
Example com
[ansible.log.txt](https://github.com/openshift/openshift-ansible/files/825108/ansible.log.txt)
[nodes.ha.vagrant.txt](https://github.com/openshift/openshift-ansible/files/825109/nodes.ha.vagrant.txt)
mand and output or error messages
For long output or logs, consider using a gist
Additional Information
EXTRA INFORMATION GOES HERE
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 22 (22 by maintainers)
Commits related to this issue
- nuage: Move role back to config d113f03 moved role dependencies out of playbooks. However, this ended up causing the masters to not be configured before the nuage steps required configured masters. T... — committed to ashcrow/openshift-ansible by ashcrow 7 years ago
- nuage: Move role back to config d113f03 moved role dependencies out of playbooks. However, this ended up causing the masters to not be configured before the nuage steps required configured masters. T... — committed to ashcrow/openshift-ansible by ashcrow 7 years ago
@ashcrow The fix works !!! I need to make some changes to the nuage roles, I will create for it once you merge these changes in. Really appreciate your help with this.