fusor / apb-examples

A repository of example ansible-playbook bundles. THIS REPO IS DEPRECATED. Please look at https://github.com/ansibleplaybookbundle/ For updated examples.
13 stars 26 forks source link

Jenkins - BuildConfig module issues #91

Closed jcpowermac closed 7 years ago

jcpowermac commented 7 years ago

When testing this APB I used my locally installed openshift python library and ansible kube modules. In this scenario the openshift_v1_build_config module functioned correctly. For some reason when using apb-base that module fails.

See: https://github.com/openshift/openshift-restclient-python/issues/75

This PR reverts to using oc create -f and ansible template.

tchughesiv commented 7 years ago

LGTM