[node-patches] Change in ovirt-node[master]: remove snmp from auto-install
mburns at redhat.com
mburns at redhat.com
Thu Oct 11 13:28:29 UTC 2012
Michael Burns has uploaded a new change for review.
Change subject: remove snmp from auto-install
......................................................................
remove snmp from auto-install
Change-Id: I2e20bce549eeb58c7f2d9b8da35cb36bbb73f503
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M scripts/ovirt-auto-install.py
1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/01/8501/1
diff --git a/scripts/ovirt-auto-install.py b/scripts/ovirt-auto-install.py
index 92b382f..6554b69 100755
--- a/scripts/ovirt-auto-install.py
+++ b/scripts/ovirt-auto-install.py
@@ -26,7 +26,6 @@
from ovirtnode.network import *
from ovirtnode.log import *
from ovirtnode.kdump import *
-from ovirtnode.snmp import *
def config_networking():
@@ -87,8 +86,6 @@
install = Install()
print "Configuring KDump"
kdump_auto()
-print "Configuring SNMP"
-snmp_auto()
try:
from ovirt_config_setup.rhn import *
print "Configuring RHN"
--
To view, visit http://gerrit.ovirt.org/8501
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2e20bce549eeb58c7f2d9b8da35cb36bbb73f503
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list