fabric8io / ipaas-quickstarts

quickstarts for the fabric8 project
Apache License 2.0
66 stars 86 forks source link

system tests don't work on OpenShift #1369

Open jstrachan opened 8 years ago

jstrachan commented 8 years ago

this is a rather complex problem. Right now when using OpenShift mode, we use S2I binary builds which use ImageStreams.

The problem is we can't refer to an image stream created in one namespace from another namespace. So we can't use CD Pipelines with kubernetesApply() or use mvn fabric8:deploy for a different namespace or use fabric8-arquillian system testing with image streams until we figure out some way to:

One approach could be to just not use ImageStreams and stick with regular docker images which are labelled using the CD release number as we do for kubernetes.

Any ideas?

jstrachan commented 8 years ago

incidentally they now mostly work on OpenShift in kubernetes mode; they just don't yet work for the new S2I binary builder and ImageStreams (i.e. openshift or auto mode)