Joey Armstrong | a3d896a | 2023-02-17 08:33:46 -0500 | [diff] [blame] | 1 | Docker Images |
| 2 | ============= |
| 3 | |
| 4 | - VOLTHA images released to and hosted on Docker. |
| 5 | - Images are built by jenkins then consumed as dogfood by testing. |
| 6 | |
| 7 | .. list-table:: VOLTHA Docker Images |
Mahir Gunyel | 3b3fc8d | 2024-04-24 12:06:05 -0700 | [diff] [blame] | 8 | :widths: 20, 110 |
Joey Armstrong | a3d896a | 2023-02-17 08:33:46 -0500 | [diff] [blame] | 9 | :header-rows: 1 |
| 10 | |
| 11 | * - Image |
Joey Armstrong | a3d896a | 2023-02-17 08:33:46 -0500 | [diff] [blame] | 12 | - Description |
| 13 | * - `Search=voltha* <https://hub.docker.com/search?q=voltha>`_ |
Joey Armstrong | a3d896a | 2023-02-17 08:33:46 -0500 | [diff] [blame] | 14 | - All Docker images with prefix='voltha' |
Eric Ball | 3e4d6d6 | 2024-09-17 09:28:06 -0700 | [diff] [blame] | 15 | * - :vol-docker:`bbsim` |
Mahir Gunyel | 3b3fc8d | 2024-04-24 12:06:05 -0700 | [diff] [blame] | 16 | - BroadBand Simulator (BBSim) is a tool to simulate a PON network with OLTs, ONUs and RGs. |
Eric Ball | 3e4d6d6 | 2024-09-17 09:28:06 -0700 | [diff] [blame] | 17 | * - :vol-docker:`bbsim-sadis-server` |
Mahir Gunyel | 3b3fc8d | 2024-04-24 12:06:05 -0700 | [diff] [blame] | 18 | - BBSim Sadis Server. |
| 19 | Designed to aggregate Sadis entries from multiple BBSim instances running on the same kubernetes cluster. |
Eric Ball | 3e4d6d6 | 2024-09-17 09:28:06 -0700 | [diff] [blame] | 20 | * - :vol-docker:`voltha-rw-core` |
Mahir Gunyel | 3b3fc8d | 2024-04-24 12:06:05 -0700 | [diff] [blame] | 21 | - Voltha Core |
Eric Ball | 3e4d6d6 | 2024-09-17 09:28:06 -0700 | [diff] [blame] | 22 | * - :vol-docker:`voltha-openolt-adapter` |
Mahir Gunyel | 3b3fc8d | 2024-04-24 12:06:05 -0700 | [diff] [blame] | 23 | - Open OLT adapter |
Eric Ball | 3e4d6d6 | 2024-09-17 09:28:06 -0700 | [diff] [blame] | 24 | * - :vol-docker:`voltha-openonu-adapter-go` |
Mahir Gunyel | 3b3fc8d | 2024-04-24 12:06:05 -0700 | [diff] [blame] | 25 | - Open ONU adapter |
Eric Ball | 3e4d6d6 | 2024-09-17 09:28:06 -0700 | [diff] [blame] | 26 | * - :vol-docker:`voltha-ci-tools` |
Mahir Gunyel | 3b3fc8d | 2024-04-24 12:06:05 -0700 | [diff] [blame] | 27 | - Versioned containers for running CI process on VOLTHA codebase |
Eric Ball | 3e4d6d6 | 2024-09-17 09:28:06 -0700 | [diff] [blame] | 28 | * - :vol-docker:`voltha-cli` |
Mahir Gunyel | 3b3fc8d | 2024-04-24 12:06:05 -0700 | [diff] [blame] | 29 | - Provides SSH access to the VOLTHA CLI |
Eric Ball | 3e4d6d6 | 2024-09-17 09:28:06 -0700 | [diff] [blame] | 30 | * - :vol-docker:`voltha-ofagent-go` |
Mahir Gunyel | 3b3fc8d | 2024-04-24 12:06:05 -0700 | [diff] [blame] | 31 | - OpenFlow management interface for Voltha |
Eric Ball | 3e4d6d6 | 2024-09-17 09:28:06 -0700 | [diff] [blame] | 32 | * - :vol-docker:`voltha-onos` |
Mahir Gunyel | 3b3fc8d | 2024-04-24 12:06:05 -0700 | [diff] [blame] | 33 | - Provides a version of ONOS with the required VOLTHA control plane applications installed |