fixed what looked like a typo in pculist.kid, restores 'view all'
authorStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 9 Jun 2009 22:34:42 +0000 (22:34 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 9 Jun 2009 22:34:42 +0000 (22:34 +0000)
use explicit model name, rather than translate names in pcucontrol/reboot.py
use TurboGears from f8 as base for install.
disable crazy pam module to let crond work correctly.
there is no pcu_id for messages.
run synciwithplc in automate-default

Monitor.spec
automate-default.sh
monitor/wrapper/emailTxt.py
pcucontrol/reboot.py
pcutest.py
web/MonitorWeb/monitorweb/templates/pculist.kid

index 6c64a73..45a791e 100644 (file)
@@ -53,6 +53,8 @@ Group: Applications/System
 
 Requires: python
 Requires: python-setuptools-devel
+Requires: python-peak-util-extremes
+Requires: TurboGears
 
 Requires: openssh-clients
 Requires: perl-libwww-perl
@@ -209,16 +211,16 @@ rm -rf $RPM_BUILD_ROOT
 /%{_initrddir}/monitor-runlevelagent
 
 %post server-deps
-easy_install --build-directory /var/tmp -UZ Elixir
-easy_install --build-directory /var/tmp -UZ ElementTree
-# TODO: something is bad wrong with this approach.
-#easy_install --build-directory /var/tmp -UZ http://pypi.python.org/packages/2.5/E/Extremes/Extremes-1.1-py2.5.egg
-#easy_install --build-directory /var/tmp -UZ "Paste==1.5.1"
-#easy_install --build-directory /var/tmp -UZ "PasteDeploy==1.3.1"
-
-easy_install --build-directory /var/tmp -UZ http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.5.3.tar.gz
-easy_install --build-directory /var/tmp -UZ http://files.turbogears.org/eggs/TurboGears-1.0.7-py2.5.egg
-
+#easy_install --build-directory /var/tmp -UZ Elixir
+#easy_install --build-directory /var/tmp -UZ ElementTree
+## TODO: something is bad wrong with this approach.
+##easy_install --build-directory /var/tmp -UZ http://pypi.python.org/packages/2.5/E/Extremes/Extremes-1.1-py2.5.egg
+#easy_install --build-directory /var/tmp -UZ http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.5.3.tar.gz
+#easy_install --build-directory /var/tmp -UZ http://files.turbogears.org/eggs/TurboGears-1.0.7-py2.5.egg
+
+if grep 'pam_loginuid.so' /etc/pam.d/crond ; then
+    sed -i -e 's/^session    required   pam_loginuid.so/#session    required   pam_loginuid.so/g' /etc/pam.d/crond
+fi
 # NOTE: add the default xml stuff if it's not already in the default xml config.
 if ! grep '<category id="plc_monitor">' /etc/planetlab/default_config.xml ; then 
     sed -i 's|<category id="plc_net">| <category id="plc_monitor">\n <name>Monitor Service Configuration</name>\n <description>Monitor</description>\n <variablelist>\n <variable id="enabled" type="boolean">\n <name>Enabled</name>\n <value>true</value>\n <description>Enable on this machine.</description>\n </variable>\n <variable id="email">\n <value></value>\n </variable>\n <variable id="dbpassword">\n <value></value>\n </variable>\n <variable id="host" type="hostname">\n <name>Hostname</name>\n <value>pl-virtual-06.cs.princeton.edu</value>\n <description>The fully qualified hostname.</description>\n </variable>\n <variable id="ip" type="ip">\n <name>IP Address</name>\n <value/>\n <description>The IP address of the monitor server.</description>\n </variable>\n </variablelist>\n </category>\n <category id="plc_net">|' /etc/planetlab/default_config.xml
index 24a9e61..2858c63 100755 (executable)
@@ -60,6 +60,7 @@ fi
 #TODO: should add a call to ssh-add -l to check if the keys are loaded or not.
 source ${MONITOR_SCRIPT_ROOT}/agent.sh
 
+${MONITOR_SCRIPT_ROOT}/syncwithplc.py $DATE || :
 
 echo "Performing FindAll Nodes"
 #########################
index dee06f7..cd3ab2a 100644 (file)
@@ -235,7 +235,7 @@ Thank you very much for your help,
 the host did not come back online.  You may be able to learn more by visiting
 this link:
 
-       https://monitor.planet-lab.org/monitor/pcuview?pcu_id=%(pcu_id)s
+       https://monitor.planet-lab.org/monitor/pcuview?loginbase=%(loginbase)s
 
 We need your help resolving this issue in a few ways:  
 
index 5744141..30c7cb5 100755 (executable)
@@ -365,7 +365,7 @@ def model_to_object(modelname):
        elif "ePowerSwitch" in modelname:
                return ePowerSwitchNew
        elif "IPMI" in modelname:
-               return IPMI
+               return OpenIPMI
        elif "BlackBoxPSMaverick" in modelname:
                return BlackBoxPSMaverick
        elif "PM211MIP" in modelname:
@@ -452,7 +452,8 @@ def reboot_test_new(nodename, values, verbose, dryrun):
                values.update(values['plc_pcu_stats'])
 
        try:
-               modelname = convert_oldmodelname_to_newmodelname(values['model'], values['pcu_id'])
+               #modelname = convert_oldmodelname_to_newmodelname(values['model'], values['pcu_id'])
+               modelname = values['model']
                if modelname:
                        object = eval('%s(values, verbose)' % modelname)
                        rb_ret = object.reboot(values[nodename], dryrun)
index a99e907..39ef7dd 100755 (executable)
@@ -7,6 +7,7 @@ import time
 from monitor import config
 
 api06 = plc.PLC(plc.Auth(config.API06_AUTH_USER, config.API06_AUTH_PASSWORD).auth, config.API06_SERVER)
+api06 = plc.api
 
 if True:
        # update old model names to new model names.
index debed84..db3cef4 100644 (file)
@@ -27,7 +27,7 @@ from links import *
                    size='3' maxlength='3' />                                                          
             <label class='pagesize_label'> items/page </label>                                     
             <img class='reset' src="/planetlab/icons/clear.png" alt="reset visible size"           
-                 onmousedown='plekit_pagesize_reset("pculist","pculist_pagesize", "pculist_search_and");' />
+                 onmousedown='plekit_pagesize_reset("pculist","pculist_pagesize", 999);' />
     </fieldset></form></td></tr>                                                                        
     
     <tr class='search_area'><td class='search_area' colspan='5'>