| 3 | | == Concepts == |
| 4 | | === Domains === |
| 5 | | === Sites === |
| 6 | | === Nodes === |
| 7 | | === Reservations === |
| 8 | | === Images === |
| 9 | | === Experiments / Tutorials === |
| | 3 | == Concepts |
| | 4 | This is a brief overview of the main concepts and terms needed to follow [wiki:CosmosOverview/Workflow] |
| | 5 | |
| | 6 | === Resources |
| | 7 | Everything that Experimenters can interact with is referred to as a [wiki:Resources Resource] |
| | 8 | |
| | 9 | To run an experiment, you will configure the resources that you need. |
| | 10 | |
| | 11 | This includes: |
| | 12 | * Compute machines |
| | 13 | * capable of having disk images loaded and saved |
| | 14 | * users can log into them with ssh after provisioning |
| | 15 | * Software Defined Radios |
| | 16 | * FPGA images loaded with UHD |
| | 17 | * Radio paramaters controlled with UHD or other API |
| | 18 | * RF Frontends |
| | 19 | * api to control switches, filters, and gain |
| | 20 | * Network switches |
| | 21 | * connectivity defined with API |
| | 22 | * Optical Devices |
| | 23 | * space switch, roadms, and other devices controlled with optical config service |
| | 24 | |
| | 25 | |
| | 26 | Note, some resources will fall into more than one of the above categories, such as a compute machine with integrated SDR, like the [wiki:Hardware/sdr/usrp2974 USRP 2974] |
| | 27 | |
| | 28 | === Domains |
| | 29 | Resources are grouped under Domains. Each domain won't interfere with any others, and they are reserved completely separately. |
| | 30 | |
| | 31 | The hardware in a domain may span several sites. |
| | 32 | |
| | 33 | === Sites |
| | 34 | Physically separate locations where hardware is installed. This may refer |
| | 35 | === Nodes |
| | 36 | === Reservations |
| | 37 | === Images |
| | 38 | Images refer to a full disk image, that can be loaded onto, or saved from the testbed machines. |
| | 39 | |
| | 40 | For instructions on how to work with images, refer to [wiki:UserGuide/OmfQuickStart] |
| | 41 | |
| | 42 | For details on the available images, Refer to [wiki:UserGuide/ImageVersions] |
| | 43 | === Tutorials |