ansible / ansible-kubernetes-modules

DEPRECATED Ansible role containing pre-release K8s modules
Apache License 2.0
73 stars 39 forks source link

ImageStream.spec.lookupPolicy has no module parameter mapping #10

Closed sterburg closed 7 years ago

sterburg commented 7 years ago

Task definition

playbook execution result

TASK [provision-visualstudio-project : Define OpenShift ImageStream] *** fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Error parsing resource definition. Encountered spec_lookup_policy_local, which does not map to a module parameter. If this looks like a problem with the module, please open an issue at github.com/openshift/openshift-restclient-python/issues"} to retry, use: --limit @/opt/apb/actions/provision.retry

remark

Removing the "spec.lookupPolicy" fixes it and object is being created. So it looks like there is no or an incorrect mapping on this lookupPolicy attribute.

sterburg commented 7 years ago

sorry, wrong repo