water-hole / ansible-operator

POC Code for the operator backed by ansible
48 stars 29 forks source link

Pin the openshift and kubernetes python module versions #56

Closed jmontleon closed 6 years ago

jmontleon commented 6 years ago

This lookup appears to be causing an error with openshift 0.7.2 / kubernetes 7.0.0. I am setting a specific version until we can get to the bottom of what's wrong in the newer version.

https://github.com/openshift/ansible-service-broker/blob/master/ansible_role/defaults/main.yml#L94

TASK [automation-broker-apb : Set registry configuration to default registries] ***
Exception RuntimeError: RuntimeError('cannot wait on un-acquired lock',) in 
<bound method ApiClient.__del__ of <kubernetes.client.api_client.ApiClient object at 0x7f09e938f750>> ignored

Exception RuntimeError: RuntimeError('cannot wait on un-acquired lock',) in <bound method ApiClient.__del__ of <kubernetes.client.api_client.ApiClient object at 0x7f09e938f750>> ignored
ok: [localhost -> localhost]
jmontleon commented 6 years ago

https://github.com/kubernetes-client/python/issues/653