source: trunk/wikifiles/hello-geni/omni_config @ 1341

Last change on this file since 1341 was 1194, checked in by nriga@bbn.com, 12 years ago

The example omni_config file for this example.

File size: 1.6 KB
Line 
1[omni]
2default_cf = pgeni
3users = inki
4
5# ---------- Users ----------
6[inki]
7urn = urn:publicid:IDN+pgeni.gpolab.bbn.com+user+inki
8keys = ~/.ssh/gcf_id_rsa.pub
9
10# ---------- Frameworks ----------
11[pgeni]
12type = pg
13ch = https://www.emulab.net:443/protogeni/xmlrpc/ch
14sa = https://www.pgeni.gpolab.bbn.com:443/protogeni/xmlrpc/sa
15cert = ~/.ssl/niky-gpo-pgeni-cleartext.pem
16key = ~/.ssl/niky-gpo-pgeni-cleartext.pem
17
18# -------- AM Nicknames ----------
19[aggregate_nicknames]
20pg-gpo=,https://pgeni.gpolab.bbn.com/protogeni/xmlrpc/am
21pg-utah=,https://www.emulab.net/protogeni/xmlrpc/am
22pg-ky=,https://www.uky.emulab.net/protogeni/xmlrpc/am
23plc=,https://www.planet-lab.org:12346
24
25# Mesoscale myplc AMs
26plc-gpo=,http://myplc.gpolab.bbn.com:12346/
27plc-clemson=,http://myplc.clemson.edu:12346/
28plc-stanford=,https://myplc.stanford.edu:12346/
29plc-wisconsin=,https://wings-openflow-1.wail.wisc.edu:12346/
30plc-washington=,https://of.cs.washington.edu:12346/
31plc-rutgers=,https://plc.orbit-lab.org:12346/
32plc-indiana=,https://myplc.grnoc.iu.edu:12346/
33plc-gatech=,https://myplc.cip.gatech.edu:12346/
34
35#Mesoscale OpenFlow AMs
36of-gpo=,https://foam.gpolab.bbn.com:3626/foam/gapi/1
37of-stanford=,https://openflow4.stanford.edu:3626/foam/gapi/1
38of-clemson=,https://foam.clemson.edu:3626/foam/gapi/1
39of-wisconsin=,https://foam.wail.wisc.edu:3626/foam/gapi/1
40of-rutgers=,https://foam.oflow.cip.gatech.edu:3626/foam/gapi/1
41of-indiana=,https://foam.noc.iu.edu:3626/foam/gapi/1
42of-gatech=,https://nox.orbit-lab.org:3626/foam/gapi/1
43of-nlr=,https://foam.nlr.net:3626/foam/gapi/1
44of-i2=,https://foam.net.internet2.edu:3626/foam/gapi/1
45
46
Note: See TracBrowser for help on using the repository browser.