syndesisio / fuse-online-install

Installation templates and other objects for installing Red Hat Fuse Online (based on Syndesis)
Apache License 2.0
13 stars 37 forks source link

fix(ENTESB-13200): Sort out shortcomings in templates #229

Closed phantomjinx closed 4 years ago

heiko-braun commented 4 years ago

That’s a good start, but we need to restore the param IMAGESTREAM_NAMESPACE and corresponding imagestreams as well. On the eval cluster, the images are imported manually and referenced from a different namespace.

phantomjinx commented 4 years ago

That’s a good start, but we need to restore the param IMAGESTREAM_NAMESPACE and corresponding imagestreams as well. On the eval cluster, the images are imported manually and referenced from a different namespace.

The images are definitely tagged with the image namespace, eg. fuse-ignite, after the perl import script is executed. However, that can be encompassed by setting the SYNDESIS_REGISTRY parameter to ':/fuse-ignite'.

We can get some of the ImageStreams back using the operator install forge command (obviously can add them manually) but I note the syndesis-db one has disappeared from the operator code entirely.

So I think perhaps a collaborative coding session going through a diff of 1.8 and 1.9 might be useful to address some of these differences.

heiko-braun commented 4 years ago

Superseded by #231