|
4 | 4 |
|
5 | 5 | ### TestManager Parameters
|
6 | 6 |
|
7 |
| -| Name | Description | Value | |
8 |
| -| ------------------------------------- | ----------------------------------------------------------------------- | -------------------------------------------------------------------------------- | |
9 |
| -| `config.replicaCount` | The amount of containers to run | `1` | |
10 |
| -| `config.type` | The type of service to create | `LoadBalancer` | |
11 |
| -| `config.appPort` | The port to expose the service and application on | `8000` | |
12 |
| -| `config.nodePort` | The nodePort to use if the the service type is LoadBalancer or NodePort | `30342` | |
13 |
| -| `config.commonAnnotations` | The annotations to set on the Test Manager application | `{}` | |
14 |
| -| `config.debug` | Whether or not to enable debug mode for the application | `False` | |
15 |
| -| `config.logLevel` | The log level to use for the application | `debug` | |
16 |
| -| `config.rtcPort` | The port of the Viavi RTC | `5099` | |
17 |
| -| `config.protocolsFilePath` | The location of the Protocols File | `./` | |
18 |
| -| `config.viaviPollIntervalSeconds` | The Viavi polling interval in seconds. | `10` | |
19 |
| -| `config.viaviKpiStartDelaySeconds` | The Viavi start delay in seconds. | `30` | |
20 |
| -| `config.tmaPath` | The path on the "Control Host" to use to execute the TMA. | `C:/Program Files (x86)/VIAVI/TM500/5G NR - NLA 6.21.0/Test Mobile Application/` | |
| 7 | +| Name | Description | Value | |
| 8 | +| ------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------- | |
| 9 | +| `config.replicaCount` | The amount of containers to run | `1` | |
| 10 | +| `config.type` | The type of service to create | `LoadBalancer` | |
| 11 | +| `config.appPort` | The port to expose the service and application on | `8000` | |
| 12 | +| `config.nodePort` | The nodePort to use if the the service type is LoadBalancer or NodePort | `30342` | |
| 13 | +| `config.commonAnnotations` | The annotations to set on the Test Manager application | `{}` | |
| 14 | +| `config.debug` | Whether or not to enable debug mode for the application | `False` | |
| 15 | +| `config.logLevel` | The log level to use for the application | `debug` | |
| 16 | +| `config.rtcPort` | The port of the Viavi RTC | `5099` | |
| 17 | +| `config.protocolsFilePath` | The location of the Protocols File | `.` | |
| 18 | +| `config.viaviPollIntervalSeconds` | The Viavi polling interval in seconds. | `10` | |
| 19 | +| `config.tmaPath` | The path on the "Control Host" to use to execute the TMA. | `C:/Program Files (x86)/VIAVI/TM500/5G NR - NLA 7.3.0/Test Mobile Application/` | |
21 | 20 | | `config.sshKey` | The SSH key to use for accessing ORAN components | `blahblah
|
22 | 21 | blahblahblah
|
23 | 22 | blahblahblahblah
|
24 |
| -` | |
25 |
| -| `config.pcapStorage.accessMode` | The access mode to use for the PCAP storage PVC | `ReadWriteMany` | |
26 |
| -| `config.pcapStorage.path` | The path to use for the PCAP storage PVC | `/mnt/pcaps` | |
27 |
| -| `config.pcapStorage.size` | The size to use for the PCAP storage PVC | `10Gi` | |
28 |
| -| `config.pcapStorage.storageClassName` | The storage class to use for the PCAP storage PVC | `azurefile` | |
29 |
| -| `config.gui.host` | The hostname of the GUI service | `portal` | |
30 |
| -| `config.gui.port` | The port of the GUI service | `8000` | |
31 |
| -| `config.sma.host` | The hostname of the Suite Manager service | `suitemanager` | |
32 |
| -| `config.sma.port` | The port of the Suite Manager service | `8000` | |
33 |
| -| `config.cma.host` | The hostname of the Config Manager service | `configmanager` | |
34 |
| -| `config.cma.port` | The port of the Config Manager service | `8000` | |
35 |
| -| `config.rma.host` | The hostname of the Results Manager service | `resultsmanager` | |
36 |
| -| `config.rma.port` | The port of the Results Manager service | `8000` | |
37 |
| -| `config.apg.host` | The hostname of the API Gateway service | `apigateway` | |
38 |
| -| `config.apg.port` | The port of the API Gateway service | `8000` | |
39 |
| -| `config.dma.host` | The hostname of the Deploy Manager service | `deploymanager` | |
40 |
| -| `config.dma.port` | The port of the Deploy Manager service | `8000` | |
41 |
| -| `config.controlHost` | The hostname for the the Control TMA Host | `example` | |
42 |
| -| `config.controlShare` | The name of the Samba Sharename on the Control TMA Host | `Public` | |
43 |
| -| `config.controlUsername` | The username to use for the Control TMA Host | `username` | |
44 |
| -| `config.controlPassword` | The password to use for the Control TMA Host | `password` | |
| 23 | +` | |
| 24 | +| `config.pcapStorage.accessMode` | The access mode to use for the PCAP storage PVC | `ReadWriteMany` | |
| 25 | +| `config.pcapStorage.path` | The path to use for the PCAP storage PVC | `/mnt/pcaps` | |
| 26 | +| `config.pcapStorage.size` | The size to use for the PCAP storage PVC | `10Gi` | |
| 27 | +| `config.pcapStorage.storageClassName` | The storage class to use for the PCAP storage PVC | `azurefile` | |
| 28 | +| `config.gui.host` | The hostname of the GUI service | `portal` | |
| 29 | +| `config.gui.port` | The port of the GUI service | `8000` | |
| 30 | +| `config.sma.host` | The hostname of the Suite Manager service | `suitemanager` | |
| 31 | +| `config.sma.port` | The port of the Suite Manager service | `8000` | |
| 32 | +| `config.cma.host` | The hostname of the Config Manager service | `configmanager` | |
| 33 | +| `config.cma.port` | The port of the Config Manager service | `8000` | |
| 34 | +| `config.rma.host` | The hostname of the Results Manager service | `resultsmanager` | |
| 35 | +| `config.rma.port` | The port of the Results Manager service | `8000` | |
| 36 | +| `config.apg.host` | The hostname of the API Gateway service | `apigateway` | |
| 37 | +| `config.apg.port` | The port of the API Gateway service | `8000` | |
| 38 | +| `config.dma.host` | The hostname of the Deploy Manager service | `deploymanager` | |
| 39 | +| `config.dma.port` | The port of the Deploy Manager service | `8000` | |
| 40 | +| `config.controlHost` | The hostname for the the Control TMA Host | `example` | |
| 41 | +| `config.controlShare` | The name of the Samba Sharename on the Control TMA Host | `Public` | |
| 42 | +| `config.controlUsername` | The username to use for the Control TMA Host | `username` | |
| 43 | +| `config.controlPassword` | The password to use for the Control TMA Host | `password` | |
45 | 44 |
|
46 | 45 | ### TestManager Image Parameters
|
47 | 46 |
|
48 | 47 | | Name | Description | Value |
|
49 | 48 | | ------------------- | -------------------------------------------------- | ---------------------------------------------- |
|
50 | 49 | | `image.repository` | The repository to use for the Test Manager image | `ghcr.io/cdecatapult/soniclabs-testmanager-ts` |
|
51 | 50 | | `image.pullPolicy` | The pull policy to use for the Test Manager image | `Always` |
|
52 |
| -| `image.tag` | The tag to use for the Test Manager image | `v0.4.42` | |
| 51 | +| `image.tag` | The tag to use for the Test Manager image | `v0.5.2` | |
53 | 52 | | `image.pullSecrets` | The pull secrets to use for the Test Manager image | `["soniclabs"]` |
|
54 | 53 |
|
55 | 54 | ### TestManager Ingress parameters
|
|
0 commit comments