Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: setup: add name for hostile services detection phase
......................................................................

packaging: setup: add name for hostile services detection phase

Change-Id: Ide6a22e008529c7d9d784912950f4107878c42fa
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M packaging/setup/ovirt_engine_setup/constants.py
M packaging/setup/plugins/ovirt-engine-common/base/system/hostile_services.py
2 files changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/20/23120/1

diff --git a/packaging/setup/ovirt_engine_setup/constants.py 
b/packaging/setup/ovirt_engine_setup/constants.py
index e594b1a..f3f4914 100644
--- a/packaging/setup/ovirt_engine_setup/constants.py
+++ b/packaging/setup/ovirt_engine_setup/constants.py
@@ -512,6 +512,7 @@
     SSH_KEY_AVAILABLE = 'osetup.pki.ssh.available'
     SYSTEM_NFS_CONFIG_AVAILABLE = 'osetup.system.nfs.available'
     SYSTEM_SYSCTL_CONFIG_AVAILABLE = 'osetup.system.sysctl.available'
+    SYSTEM_HOSTILE_SERVICES_DETECTION = 'osetup.system.hostile.detection'
     CONFIG_ISO_DOMAIN_AVAILABLE = 'osetup.config.iso_domain.available'
     APACHE_RESTART = 'osetup.apache.core.restart'
 
diff --git 
a/packaging/setup/plugins/ovirt-engine-common/base/system/hostile_services.py 
b/packaging/setup/plugins/ovirt-engine-common/base/system/hostile_services.py
index ed59793..58bbe30 100644
--- 
a/packaging/setup/plugins/ovirt-engine-common/base/system/hostile_services.py
+++ 
b/packaging/setup/plugins/ovirt-engine-common/base/system/hostile_services.py
@@ -63,6 +63,7 @@
 
     @plugin.event(
         stage=plugin.Stages.STAGE_TRANSACTION_BEGIN,
+        name=osetupcons.Stages.SYSTEM_HOSTILE_SERVICES_DETECTION,
         condition=lambda self: self._enabled,
     )
     def _transaction_begin(self):


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

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

Reply via email to