Opened 12 years ago

Last modified 12 years ago

#5 assigned defect

Failure instrumentizing passive-only slice

Reported by: johren@bbn.com Owned by: nasir@netlab.uky.edu
Priority: major Component: Bootstrapping
Version: SPIRAL4 Keywords:
Cc: Dependencies:

Description

I created a sliver configured to only install and enable passive services (full rspec attached):

<gemini:node type="mp_node">

<gemini:services>

<gemini:active enable="no" install="no"/> <gemini:passive enable="yes" install="yes"/>

</gemini:services>

</gemini:node>

When I ran instrumentize.py on this slice, I got the following traceback and the instrumentize quits early.

Placing the LAMP Cert on Node:"GN" to allow it to complete setup

Traceback (most recent call last):

File "./instrumentize.py", line 327, in <module>

gemini_util.install_Active_measurements(my_managernodes_sliver_urn?,my_managerGN_sliver_urn?,username,USERURN,SLICEURN,my_managerLAMPCERT?,LOGFILE,keyfile,debug)

File "/home/geniuser/src/UW/gemini_util.py", line 1404, in install_Active_measurements

if (nodes_sliver_urns[node_sliver_urn]active?enable? != 'yes'):

KeyError?: 'enable' Running Active Services Install Scripts on Node: "GN"

Active Services Scripts on Node: "GN" completed.

Attachments (1)

gec14-passive.xml (2.9 KB) - added by johren@bbn.com 12 years ago.

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by johren@bbn.com

Attachment: gec14-passive.xml added

comment:1 Changed 12 years ago by johren@bbn.com

Type: taskdefect

comment:2 Changed 12 years ago by nasir@netlab.uky.edu

Status: newassigned
Note: See TracTickets for help on using tickets.