fabric8io / fabric8

fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
http://fabric8.io/
1.76k stars 504 forks source link

JON Plugin not working with 1.2 (1.x) #2968

Open abedwardsw opened 10 years ago

abedwardsw commented 10 years ago

As noted in related issue here: https://issues.jboss.org/browse/FUSEJON-96 You need to update the file jboss-fuse-plugin-7.3.1.redhat-379.jar/META-INF/rhq-plugin.xml to allow for Beta as well as redhat otherwise fabric8 1.2.0.Beta4 is not discovered <c:simple-property name="versionFile" default="**/system/.+/fabric-core/(((7.[2-9])|(1.[0-9])).[0-9].redhat[0-9]+)" displayName="Version File Pattern"

I wanted to cross post the issue here as:

  1. I don't have access to add comments to the issue FUSEJON-96
  2. In testing, I also noticed that it's not picking up any of the java-containers (I have a spring-boot one) that's not getting picked up by the auto discovery. I wanted to report this issue.
  3. I was wondering if some of the fabric folks could help. Currently I don't see the jon plugin source code in any git repo that I can find (other than the source.jar files). I would be happy to update the fix for the first issue if there is a public git repo. I guess the JON fabric management piece is not open sourced?

In my situation, I have paid subscriptions to JON, however I am working with some of the fabric8 stuff on future projects that will go live a bit later, after Fabric8 1.2 is GA. I wanted to start testing early and help provide feedback to the monitoring side of things as well.

Is there any thoughts to having a community supported version of the plugin that works with RHQ or JON? What are others out there doing for monitoring when using the open source version?

Would appreciate some input here.

davsclaus commented 9 years ago

@dhirajsb I assume JON plugins works fine with Fuse 6.2. But you may wanna check up on this ticket?