e0d48c57f04a7df11b2ebd747ceba8b45f278aed
[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 list available node +rspec+
24 echo XXXXX ------------------------------------------------
25
26 python ./sfi.py nodes
27
28 echo XXXXX ------------------------------------------------
29 echo XXXXX list available node +hrn+
30 echo XXXXX ------------------------------------------------
31
32 python ./sfi.py nodes hrn
33