jboss-fuse / fuse-openshift-cartridge

an openshift cartridge for running Fuse and Fuse Fabric
Other
14 stars 25 forks source link

Unable to create OpenShift Containers using Fuse in OpenShift Online #70

Closed luciddreamz closed 2 years ago

luciddreamz commented 9 years ago

Fabric8's OpenShiftContainerProvider.create method appears to be attempting to create new Fuse conatainers on OpenShift Online by referencing the Fuse cartridge name (in this case 'fuse-6.1.1'). Fuse is not installed in OpenShift Online and cannot be referenced by name when creating a new container. Instead, a URL to the cartridge manifest should be provided, as in 'https://raw.githubusercontent.com/jboss-fuse/fuse-openshift-cartridge/master/metadata/manifest.yml'.

screen shot 2015-10-03 at 1 17 32 pm

jamesfalkner commented 8 years ago

In the GUI one can workaround this via the Wiki tab, navigating to root/fabric/profiles/openshift.profile/io.fabric8.openshift.properties and overriding the default.cartridge.url setting as shown. screen shot 2016-03-03 at 11 43 08 am