Patch to BootManager to implement the proposed run_level
authorStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 18 Feb 2009 23:47:38 +0000 (23:47 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 18 Feb 2009 23:47:38 +0000 (23:47 +0000)
commit008c4db00ad126481773f3b0f0bfdabe25553b0e
tree2ef2821fd615c4a5e9a6e42c1e72dc9b71baa7b5
parent8acad258abfff20c890f6cc60aeee0049502a769
Patch to BootManager to implement the proposed run_level
http://lists.planet-lab.org/pipermail/devel/2009-February/003283.html

basically:
BM will safe it's session key to make it available to the RunlevelAgent.py
exported by monitor-runlevelagent package.  This script is started and
runs continuously or until the system enter production.

build.sh copies the necessary files from the monitor-runlevelagent package
build.sh
source/BootAPI.py
source/BootManager.py
source/steps/StartRunlevelAgent.py [new file with mode: 0644]
source/steps/__init__.py