commit | 3d03a6fc3ae418efac43d5376494ff0b5ba401ad | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Jan 11 15:49:49 2022 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Jan 11 15:49:49 2022 -0800 |
tree | e3c318c51a189a93b97b5d88492bbd65e1722e0b | |
parent | 47d7d05757ddd6eac300c797dec2b6578177fe71 [diff] |
[VOL-4536] Setting the correct cluster IP in deployment config for VOLTHA certification jobs Change-Id: Ia250aeb6d277ae8a809bcb4076e4ebe9c7b77df3
diff --git a/deployment-configs/menlo-certification-pod-radisys-1600g-DT.yaml b/deployment-configs/menlo-certification-pod-radisys-1600g-DT.yaml index 9a36556..e654630 100644 --- a/deployment-configs/menlo-certification-pod-radisys-1600g-DT.yaml +++ b/deployment-configs/menlo-certification-pod-radisys-1600g-DT.yaml
@@ -28,10 +28,6 @@ ip: '10.90.0.240' user: 'cord' pass: 'cord' - - - ip: '10.90.0.241' - user: 'cord' - pass: 'cord' fabric_switches: [] # The switch is shared across 3 PODs, thus is externally controlled
diff --git a/deployment-configs/menlo-certification-pod-radisys-1600x-DT.yaml b/deployment-configs/menlo-certification-pod-radisys-1600x-DT.yaml index a87e0e9..afa2826 100644 --- a/deployment-configs/menlo-certification-pod-radisys-1600x-DT.yaml +++ b/deployment-configs/menlo-certification-pod-radisys-1600x-DT.yaml
@@ -25,10 +25,6 @@ # This tells the control node how to reach the Kubernetes nodes. nodes: - - ip: '10.90.0.240' - user: 'cord' - pass: 'cord' - - ip: '10.90.0.241' user: 'cord' pass: 'cord'
diff --git a/deployment-configs/menlo-certification-pod-radisys-3200g-DT.yaml b/deployment-configs/menlo-certification-pod-radisys-3200g-DT.yaml index 49acdec..4fe17ca 100644 --- a/deployment-configs/menlo-certification-pod-radisys-3200g-DT.yaml +++ b/deployment-configs/menlo-certification-pod-radisys-3200g-DT.yaml
@@ -25,11 +25,7 @@ # This tells the control node how to reach the Kubernetes nodes. nodes: - - ip: '10.90.0.240' - user: 'cord' - pass: 'cord' - - - ip: '10.90.0.241' + ip: '10.90.0.242' user: 'cord' pass: 'cord'