Hello Ohad Basan,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/17914

to review the following change.

Change subject: packaging: engine-setup - add vdsm stage
......................................................................

packaging: engine-setup - add vdsm stage

Adds vdsm stage in order to support ovirt live plugin after aio run

Change-Id: I03b42e98a3d31b76899837e875de8e3d6dc68774
Signed-off-by: Ohad Basan <oba...@redhat.com>
---
M packaging/setup/ovirt_engine_setup/constants.py
M packaging/setup/plugins/ovirt-engine-setup/all-in-one/vdsm.py
2 files changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/14/17914/1

diff --git a/packaging/setup/ovirt_engine_setup/constants.py 
b/packaging/setup/ovirt_engine_setup/constants.py
index d4592c2..88eda30 100644
--- a/packaging/setup/ovirt_engine_setup/constants.py
+++ b/packaging/setup/ovirt_engine_setup/constants.py
@@ -547,6 +547,7 @@
     AIO_CONFIG_AVAILABLE = 'osetup.aio.config.available'
     AIO_CONFIG_ROOT_PASSWORD = 'osetup.aio.config.rootpassword'
     AIO_CONFIG_STORAGE = 'osetup.aio.config.storage'
+    AIO_CONFIG_VDSM = 'osetup.aio.config.vdsm'
 
     UPGRADE_FROM_LEGACY_CONFIG = 'osetup.legacy.upgrade'
 
diff --git a/packaging/setup/plugins/ovirt-engine-setup/all-in-one/vdsm.py 
b/packaging/setup/plugins/ovirt-engine-setup/all-in-one/vdsm.py
index 9bd45f8..4eb6fa8 100644
--- a/packaging/setup/plugins/ovirt-engine-setup/all-in-one/vdsm.py
+++ b/packaging/setup/plugins/ovirt-engine-setup/all-in-one/vdsm.py
@@ -168,6 +168,7 @@
 
     @plugin.event(
         stage=plugin.Stages.STAGE_CLOSEUP,
+        name=osetupcons.Stages.AIO_CONFIG_VDSM,
         condition=lambda self: self.environment[
             osetupcons.AIOEnv.CONFIGURE
         ],


-- 
To view, visit http://gerrit.ovirt.org/17914
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I03b42e98a3d31b76899837e875de8e3d6dc68774
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Ohad Basan <oba...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to