Opened 10 years ago

Closed 10 years ago

#98 closed enhancement (fixed)

Automatically append Slice Name to Host name to generate resource ID

Reported by: dbhat@bbn.com Owned by: dbhat@bbn.com
Priority: major Milestone: GEC21
Component: Labwiki Version: Sprint2
Keywords: Cc:
Dependencies:

Description

Currently, the problem is experimenters are required to enter their slice name multiple times to generate resource ID even after selecting their slice from drop down list.

One possible solution:

1) Define a convention for host names in the OEDL script E.g defProperty("resource<experimenter defined variable>", <hostname>, "Description")

2) In LabWiki, parse all properties beginning with the word "resource" separately

3) Append slice name selected by user from drop down list to the "resource" name to generate resource ID

4) Send new properties to EC for execution of experiment

I will setup a prototype on emmy9 to test this out.

Change History (3)

comment:1 Changed 10 years ago by dbhat@bbn.com

This code is now committed here:

https://github.com/mytestbed/labwiki_experiment_plugin/commit/3d5db3b5bc069d124d91f1ba34821a80d334a9eb

It has been deployed as part of emmy9.casa.umass.edu:5000. After running more tests I will move this to the production instance at gimi1.casa.umass.edu.

comment:2 Changed 10 years ago by johren@bbn.com

Milestone: GEC21
Version: SPIRAL6Sprint2

comment:3 Changed 10 years ago by johren@bbn.com

Resolution: fixed
Status: newclosed

This has been deployed on gimi1.

Note: See TracTickets for help on using tickets.