9 | | === Naming convention |
10 | | |
11 | | ==== Domains |
12 | | There are currently 3 domains in COSMOS: |
13 | | ||='''Testbed Domain'''=||='''Description'''=|| |
14 | | || bed.cosmos-lab.org || Main deployment in NYC (name is short for testbed) || |
15 | | || sb1.cosmos-lab.org || Development sandbox at WINLAB, Rutgers University || |
16 | | || sb2.cosmos-lab.org || Forthcoming sandbox at Columbia University || |
17 | | |
18 | | Domains are controlled by the same central services, but cannot be sliced between either RF or networks. |
19 | | |
20 | | ==== Device Types |
21 | | ||='''Abbreviation'''=||='''Description'''=|| |
22 | | || sw || Ethernet switch || |
23 | | || opt || Optical switch || |
24 | | || rdm || ROADM (reconfigurable optical add-drop multiplexer) || |
25 | | || srv || Experiment dedicated Server || |
26 | | || cm || Out-of-band control device interface used by back-end services || |
27 | | || node || Dedicated computer with direct-attached RF device (e.g. NUC with SDR, or USRP 2974's SSH interface) || |
28 | | || sdr || Directly addressible software defined radio (e.g. USRP 2974 or N310's FPGA interface) || |
29 | | |
30 | | ==== Outdoor Deployment Site Names |
31 | | |
32 | | ||='''Abbreviation'''=||='''Site'''=||='''Description'''=||='''Location'''=|| |
33 | | || co1 || core 1 || CU CS Building CRF compute || [https://www.google.com/maps/place/Seeley+W.+Mudd+Building/@40.8095488,-73.9602526,15z/data=!4m5!3m4!1s0x0:0x5891c65b9ba2dc24!8m2!3d40.8095488!4d-73.9602526 map] || |
34 | | || co2 || core 2 || Datacenter at 32 Avenue of the Americas || [https://www.google.com/maps/place/32+6th+Ave,+New+York,+NY+10013 map] || |
35 | | || lg1 || large 1 || CU Mudd building 18th floor rooftop || [https://www.google.com/maps/place/40%C2%B048'33.8%22N+73%C2%B057'36.6%22W map] || |
36 | | || md1 || medium 1 || CU Mudd building 1st floor (120th Street) || [https://www.google.com/maps/place/40%C2%B048'33.9%22N+73%C2%B057'35.1%22W map] || |
37 | | || md2 || medium 2 || CU Mudd building 2nd floor (Amesterdam Ave) || [https://www.google.com/maps/place/40%C2%B048'33.0%22N+73%C2%B057'34.4%22W map] || |
38 | | ''CU - Columbia University'' |
39 | | |
40 | | ==== Hierarchical naming |
41 | | Resources are named using the following scheme. |
42 | | |
43 | | Devices that ''DO NOT'' belong to a specific sector of a large site: |
44 | | `{device_type}#-{site_name}#.{domain}.cosmos-lab.org` |
45 | | |
46 | | Devices that are part of a specific sector of a large site: |
47 | | `{device_type}#-{sector}#-{site_name}#.{domain}.cosmos-lab.org` |
48 | | |
49 | | Example of core resources: |
50 | | - Core 1 (co1) |
51 | | - sw1-co1.bed.cosmos-lab.org |
52 | | - sw2-co1.bed.cosmos-lab.org |
53 | | - opt1-co1.bed.cosmos-lab.org |
54 | | - rdm1-co1.bed.cosmos-lab.org |
55 | | - rdm2-co1.bed.cosmos-lab.org |
56 | | - srv1-co1.bed.cosmos-lab.org |
57 | | - srv2-co1.bed.cosmos-lab.org |
58 | | - cm1-co1.bed.cosmos-lab.org |
59 | | - cm2-co1.bed.cosmos-lab.org |
60 | | |
61 | | |
62 | | Example of a fully populated large site: |
63 | | - Large Site 1 (lg1) |
64 | | - Shared: |
65 | | - srv1-lg1.bed.cosmos-lab.org |
66 | | - srv2-lg1.bed.cosmos-lab.org |
67 | | - srv3-lg1.bed.cosmos-lab.org |
68 | | - srv4-lg1.bed.cosmos-lab.org |
69 | | - cm1-lg1.bed.cosmos-lab.org |
70 | | - cm2-lg1.bed.cosmos-lab.org |
71 | | - cm3-lg1.bed.cosmos-lab.org |
72 | | - cm4-lg1.bed.cosmos-lab.org |
73 | | - sw1-lg1.bed.cosmos-lab.org |
74 | | - opt1-lg1.bed.cosmos-lab.org |
75 | | - rdm1-lg1.bed.cosmos-lab.org |
76 | | - rdm2-lg1.bed.cosmos-lab.org |
77 | | - Sector 1 (s1): |
78 | | - node1-s1-lg1.bed.cosmos-lab.org |
79 | | - sdr1-s1-lg1.bed.cosmos-lab.org |
80 | | - sdr2-s1-lg1.bed.cosmos-lab.org |
81 | | - cm1-s1-lg1.bed.cosmos-lab.org |
82 | | - sw1-s1-lg1.bed.cosmos-lab.org |
83 | | - Sector 2 (s2): |
84 | | - node1-s2-lg1.bed.cosmos-lab.org |
85 | | - sdr1-s2-lg1.bed.cosmos-lab.org |
86 | | - sdr2-s2-lg1.bed.cosmos-lab.org |
87 | | - cm1-s2-lg1.bed.cosmos-lab.org |
88 | | - sw1-s2-lg1.bed.cosmos-lab.org |
89 | | - Sector 3 (s3): |
90 | | - node1-s3-lg1.bed.cosmos-lab.org |
91 | | - sdr1-s3-lg1.bed.cosmos-lab.org |
92 | | - sdr2-s3-lg1.bed.cosmos-lab.org |
93 | | - cm1-s3-lg1.bed.cosmos-lab.org |
94 | | - sw1-s3-lg1.bed.cosmos-lab.org |