[Engine-devel] Fwd: Re: Please review: All In One Feature page

On 04/01/2012 04:26 PM, Itamar Heim wrote:
On 04/01/2012 12:09 PM, Alex Lourie wrote:
Hi All
I've written a new wiki page [1] for a feature we've developed, called All in One. This allows configuring VDSM on the same host with rhevm (ovirt) automatically during setup.
1. "Plugin will wait to allow JBoss to start correctly. This is done because other steps involve using REST API (with ovirtsdk), which requires JBoss to be up. "
how are you planning to perform this check?
Currently we do not check for it. The following operations will fail though if it is not up.
2. "Plugin will create a local host and add it to host list." worth mentioning bootstrapping code was changed to allow to not reboot a host for this.
Sure, I'll add a note.
3. "The plugin works by providing parameters, group and sequences and adding them into the Controller object (the main object of the setup flow), which will invoke appropriate logic during the setup operation. "
nice - I like it is modular code.
-- Alex Lourie.

On 04/01/2012 10:21 PM, Alex Lourie wrote:
On 04/01/2012 04:26 PM, Itamar Heim wrote:
On 04/01/2012 12:09 PM, Alex Lourie wrote:
Hi All
I've written a new wiki page [1] for a feature we've developed, called All in One. This allows configuring VDSM on the same host with rhevm (ovirt) automatically during setup.
1. "Plugin will wait to allow JBoss to start correctly. This is done because other steps involve using REST API (with ovirtsdk), which requires JBoss to be up. "
how are you planning to perform this check?
Currently we do not check for it. The following operations will fail though if it is not up.
the engine has a health check servlet. I suggets you poll it till you get HTTP 200 to determine it is up.
participants (2)
-
Alex Lourie
-
Itamar Heim