Open rawlingsj opened 8 years ago
FWIW @oscerd this is why the new cassandra app isn't appearing in the fabric8 console Run menu.
I thought there was a fix for that @jstrachan?
Understood.. So for the moment the only is using mvn fabric8:run
Il 29/lug/2016 21:52, "James Rawlings" notifications@github.com ha scritto:
FWIW @oscerd https://github.com/oscerd this is why the new cassandra app isn't appearing in the fabric8 console Run menu.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fabric8io/fabric8/issues/6195#issuecomment-236277374, or mute the thread https://github.com/notifications/unsubscribe-auth/AE3r14B4Dv-_qEQkVfknVC4R70WR0azuks5qaln0gaJpZM4JYhHw .
AFAICS the new f-m-p only generates .yml resources. The packaging distro of fabric8-ipaas and fabric8-devops apps are currently expecting .json files.
https://github.com/fabric8io/fabric8-devops/blob/master/packages/distro/src/main/assembly/templates.xml https://github.com/fabric8io/fabric8-ipaas/blob/master/packages/distro/src/main/assembly/templates.xml
I could change the assemply to include yaml files (see this potential commit https://github.com/rawlingsj/fabric8-ipaas/commit/5d041a7c6dc359496eeeccdf195dcf82c2dae9a5) but I'm not sure if this will affect gofabric8 when it turns the distros into configmaps for Kubernetes, or if the console can handle yaml resources when users use the one-click Run menu.