OK, good news/bad news.
I got all the pieces in the integration distribution here - its in a branch in the
hawkular repo:
https://github.com/hawkular/hawkular/tree/mazz/integration-assembly
This has everything - inventory, alerts, metrics, and bus - installed in the nest.
Bad news - metrics is broken. When you start, you'll get an exception because it
appears the embedded cassandra EAR initializes too late - after the metrics war tries to
find C*. You'll get deployment errors due to this.
But everything else appears to deploy successfully.
Just need to find out how to get metrics deployed properly with embedded C*. Can we put
some kind of optional dependency in the metrics WAR? Have it depend on the embedded EAR?