Fwd: [wildfly-dev] Wildfly Provisioning
by John Mazzitelli
just passing this along...
----- Forwarded Message -----
From: "Stuart Douglas" <stuart.w.douglas(a)gmail.com>
To: wildfly-dev(a)lists.jboss.org
Sent: Tuesday, June 14, 2016 4:53:32 AM
Subject: [wildfly-dev] Wildfly Provisioning
Hi Everyone,
Recently a few of us had a meeting to discuss a new provisioning/patching system for Wildfly. I have written up the notes for this meeting which are at [1].
The document contains the full details, but the basic idea is to design a provisioning/patching/package management system for Wildfly and downstream products. This will not be based on our existing patching or feature pack code, but should take over the responsibilities of both.
Obviously this is still in the early stages, and any feedback is welcome.
Stuart
[1] https://github.com/stuartwdouglas/wildfly-provisioning/blob/master/docs/s...
9 years, 10 months
Hawkular in 1 slide
by Thomas Heute
Here is an attempt to depict Hawkular in 1 slide.
Please let me know if I forgot something, or ideas for improvement
Thomas
9 years, 10 months
Hawkular Services 0.0.2.Final
by Juraci Paixão Kröhling
Team,
Hawkular Services 0.0.2.Final has just been released. It includes the
fixes for /status and a consistent Hawkular-Tenant filter between Alerts
and Inventory. Metrics might follow later.
The distribution can be downloaded here:
https://repository.jboss.org/nexus/service/local/repositories/releases/co...
As the previous distributions, the Agent has to be configured with an
user. This can be accomplished by:
- Adding an user via bin/add-user.sh like:
./bin/add-user.sh \
-a \
-u <theusername> \
-p <thepassword> \
-g read-write,read-only
- Changing the Agent's credential on standalone.xml to the credentials
from the previous step or by passing hawkular.rest.user /
hawkular.rest.password as system properties (-Dhawkular.rest.user=jdoe)
Known issue:
https://issues.jboss.org/browse/HWKINVENT-186
- Juca.
9 years, 10 months
something is not right with hawkular-services websockets
by John Mazzitelli
There is something wrong with Hawkular-Services, specifically, the websocket stuff.
I'm having a hard time getting its embedded agent to create and maintain its websocket - many times it gets closed with an odd reason code of 1006 (no other explanation). In addition, sometimes (a lot of times) when I try to connect to it via websockets using a third-party tool, I'm getting the same behavior (code 1006).
The end result is we can't send messages to the embedded agent over that command-gateway stuff. It is very unstable, unlike the previous hawkular server distro (which was very reliable and always worked). I don't know what changed, but something did when we moved to hawkular-services builds.
As part of this, I'm also suspecting there is a problem with the ActiveMQ message bus stuff - I'm not convinced messages are always flowing correctly - but that could just be a result of the cmdgw stuff and how subscribers are removed when websocket clients are disconnected.
9 years, 10 months
Inventory and alerts release for tomorrow's H-Services
by Juraci Paixão Kröhling
Team,
There were a couple of commits last week on Alerts and Inventory that
fixes the auth and H-Tenant headers. Would it be possible to have a
release of those components by today, so that tomorrow's H-Services
incorporates those fixes?
- Juca.
9 years, 10 months
Hawkular Services 0.0.1.Final
by Juraci Paixão Kröhling
Team,
The first release of Hawkular Services is out: 0.0.1.Final . This should
be seen as a base distribution for adjusting the current Hawkular
clients to work with the authentication, authorization and tenancy changes.
The plan is to have one release per week, every Tuesday. If you want to
catch the release train, I'd suggest to have your component ready by Friday.
The distribution can be downloaded here:
https://repository.jboss.org/nexus/service/local/repositories/releases/co...
As the previous distributions, the Agent has to be configured with an
user. This can be accomplished by:
- Adding an user via bin/add-user.sh like:
./bin/add-user.sh -a -u <theusername> -p <thepassword>
- Changing the Agent's credential on standalone.xml to the credentials
from the previous step
- Juca.
9 years, 10 months
Hawkular Organization - Repositories - Vote
by Stefan Negrea
Hello Everybody,
Based on the emails and discussions from the past few weeks, I created a
community poll to finalize the decision on unmaintained Hawkular
repositories. The current Github org has a significant number of projects
that no longer receive development. For a full list of projects please see
[1], projects below red line are not active.
Please vote on what to do with repos below the red line and future repos
that will no longer be developed by Hawkular:
1) Move to new Hawkular-Archive organization
2) Keep in Hawkular organization marked as "obsolete"
Voting will be open until Monday, May 31st, 7:00 am (US Central).
Doodle Poll - http://doodle.com/poll/vnaqgppvunhaweks
Please contact me if you have any questions about the two options or have
any comments/feedback.
[1]
https://docs.google.com/spreadsheets/d/1IzoBP9glz3GgkcwTRF6cobQCylUaZFLhF...
Thank you,
Stefan Negrea
Software Engineer
9 years, 10 months
Any objections to using gitbooks?
by Gary Brown
Hi
Wondering if gitbooks was ever considered for the documentation? Seems ideal as we can version each book with the component(s) it relates to, and users can download a pdf version for use offline.
Was thinking about experimenting with it for the updated APM docs?
Any objections?
Regards
Gary
9 years, 10 months
CORS Filter in commons?
by Thomas Segismont
Hi everyone,
When Hawkular servers were secured by Keycloack, it was possible to
configure allowed origins for CORS requests. Now we no longer have a common
solution.
Standalone Metrics has JAX-RS filters and config parameters to configure
allowed headers and origins (this was developed for Openshift Metrics
IIRC). The hawkular-metrics-component does not have them currently, because
it used to be deployed along with Keycloack...
So is there interest in sharing the Metrics solution in commons? For those
who wonder what CORS support brings, it allows to develop your own web
pages (dashboard or hawkular-charts) on top of Hawkular servers.
Otherwise I will simply add the filters back to the Metrics component.
Regards,
--
Thomas Segismont
JBoss ON Engineering Team
9 years, 10 months