added explicit install target
[sfa.git] / cmdline / demoAggregate.sh
1 #!/bin/bash
2
3 source configSfi.sh
4
5 CWD=`pwd`
6 DEMO_AUTH='planetlab.us'
7 DEMO_PL_AUTH='planetlab.us.pl'
8
9 echo XXXXX ------------------------------------------------
10 echo XXXXX list contents of authority
11 echo XXXXX ------------------------------------------------
12
13 python ./sfi.py list $DEMO_PL_AUTH
14
15 echo XXXXX ------------------------------------------------
16 echo XXXXX show contents of authority
17 echo XXXXX ------------------------------------------------
18
19 python ./sfi.py show $DEMO_PL_AUTH
20
21
22 echo XXXXX ------------------------------------------------
23 echo XXXXX show users authority
24 echo XXXXX ------------------------------------------------
25
26 python ./sfi.py show $DEMO_PL_AUTH
27
28 echo XXXXX ------------------------------------------------
29 echo XXXXX list available node +rspec+
30 echo XXXXX ------------------------------------------------
31
32 python ./sfi.py nodes
33
34 echo XXXXX ------------------------------------------------
35 echo XXXXX list available node +dns+
36 echo XXXXX ------------------------------------------------
37
38 python ./sfi.py nodes dns
39
40 echo XXXXX ------------------------------------------------
41 echo XXXXX list slices at the aggregate
42 echo XXXXX ------------------------------------------------
43
44 python ./sfi.py slices 
45
46
47 echo XXXXX ------------------------------------------------
48 echo XXXXX list resources being used by pl_tmack
49 echo XXXXX ------------------------------------------------
50
51 python ./sfi.py resources planetlab.us.pl.tmack
52
53
54
55