Giving the right nodes to the pod-config
Change-Id: If02aa25ffdd3907a65ffe9637f3d3d697d1a06be
diff --git a/deployment-configs/dt-berlin-pod-gpon-DT.yaml b/deployment-configs/dt-berlin-pod-gpon-DT.yaml
index 54557d8..65c58ae 100644
--- a/deployment-configs/dt-berlin-pod-gpon-DT.yaml
+++ b/deployment-configs/dt-berlin-pod-gpon-DT.yaml
@@ -21,11 +21,21 @@
ONOS_SSH_PORT: 30115
OLT_PORT: 9191
KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
-
- # This tells the control node how to reach the Kubernetes nodes.
+
+# This tells the control node how to reach the Kubernetes nodes.
nodes:
-
- ip: '127.0.0.1'
+ ip: '10.34.90.40'
+ user: 'community'
+ pass: 'admin'
+ -
+ ip: '10.34.90.41'
+ user: 'community'
+ pass: 'admin'
+ -
+ ip: '10.34.90.42'
+ user: 'community'
+ pass: 'admin'
fabric_switches:
-
diff --git a/deployment-configs/dt-berlin-pod-multi-olt.yaml b/deployment-configs/dt-berlin-pod-multi-olt.yaml
index 4d683a4..dc6a23c 100644
--- a/deployment-configs/dt-berlin-pod-multi-olt.yaml
+++ b/deployment-configs/dt-berlin-pod-multi-olt.yaml
@@ -22,10 +22,20 @@
OLT_PORT: 9191
KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
- # This tells the control node how to reach the Kubernetes nodes.
+# This tells the control node how to reach the Kubernetes nodes.
nodes:
-
- ip: '127.0.0.1'
+ ip: '10.34.90.40'
+ user: 'community'
+ pass: 'admin'
+ -
+ ip: '10.34.90.41'
+ user: 'community'
+ pass: 'admin'
+ -
+ ip: '10.34.90.42'
+ user: 'community'
+ pass: 'admin'
fabric_switches:
-
diff --git a/deployment-configs/dt-berlin-pod-openonugo-DT.yaml b/deployment-configs/dt-berlin-pod-openonugo-DT.yaml
index 54557d8..65c58ae 100644
--- a/deployment-configs/dt-berlin-pod-openonugo-DT.yaml
+++ b/deployment-configs/dt-berlin-pod-openonugo-DT.yaml
@@ -21,11 +21,21 @@
ONOS_SSH_PORT: 30115
OLT_PORT: 9191
KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
-
- # This tells the control node how to reach the Kubernetes nodes.
+
+# This tells the control node how to reach the Kubernetes nodes.
nodes:
-
- ip: '127.0.0.1'
+ ip: '10.34.90.40'
+ user: 'community'
+ pass: 'admin'
+ -
+ ip: '10.34.90.41'
+ user: 'community'
+ pass: 'admin'
+ -
+ ip: '10.34.90.42'
+ user: 'community'
+ pass: 'admin'
fabric_switches:
-
diff --git a/deployment-configs/dt-berlin-pod.yaml b/deployment-configs/dt-berlin-pod.yaml
index 020d681..1faf916 100644
--- a/deployment-configs/dt-berlin-pod.yaml
+++ b/deployment-configs/dt-berlin-pod.yaml
@@ -25,7 +25,17 @@
# This tells the control node how to reach the Kubernetes nodes.
nodes:
-
- ip: '127.0.0.1'
+ ip: '10.34.90.40'
+ user: 'community'
+ pass: 'admin'
+ -
+ ip: '10.34.90.41'
+ user: 'community'
+ pass: 'admin'
+ -
+ ip: '10.34.90.42'
+ user: 'community'
+ pass: 'admin'
fabric_switches:
-