Greg Padgett has submitted this change and it was merged.
Change subject: agent, broker: api to retrieve host status
......................................................................
agent, broker: api to retrieve host status
Add client library with api to retrieve host status from storage. This
required some refactoring to move selected agent logic to a shared
location in the source tree.
Change-Id: I03997f51a4e512d5456f59d6794dce6ce8495287
Signed-off-by: Greg Padgett <gpadgett(a)redhat.com>
---
M configure.ac
M ovirt_hosted_engine_ha/Makefile.am
M ovirt_hosted_engine_ha/agent/Makefile.am
M ovirt_hosted_engine_ha/agent/constants.py.in
M ovirt_hosted_engine_ha/agent/hosted_engine.py
M ovirt_hosted_engine_ha/broker/constants.py.in
M ovirt_hosted_engine_ha/broker/listener.py
C ovirt_hosted_engine_ha/client/Makefile.am
A ovirt_hosted_engine_ha/client/__init__.py
A ovirt_hosted_engine_ha/client/client.py
C ovirt_hosted_engine_ha/env/Makefile.am
A ovirt_hosted_engine_ha/env/__init__.py
R ovirt_hosted_engine_ha/env/config.py
R ovirt_hosted_engine_ha/env/constants.py.in
A ovirt_hosted_engine_ha/env/path.py
M ovirt_hosted_engine_ha/lib/Makefile.am
R ovirt_hosted_engine_ha/lib/brokerlink.py
M ovirt_hosted_engine_ha/lib/exceptions.py
A ovirt_hosted_engine_ha/lib/metadata.py
M ovirt_hosted_engine_ha/lib/vds_client.py
20 files changed, 289 insertions(+), 82 deletions(-)
Approvals:
Sandro Bonazzola: Looks good to me, but someone else must approve
Greg Padgett: Verified; Looks good to me, approved
Oved Ourfali: Looks good to me, but someone else must approve
--
To view, visit
http://gerrit.ovirt.org/18731
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I03997f51a4e512d5456f59d6794dce6ce8495287
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-hosted-engine-ha
Gerrit-Branch: master
Gerrit-Owner: Greg Padgett <gpadgett(a)redhat.com>
Gerrit-Reviewer: Greg Padgett <gpadgett(a)redhat.com>
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>