Merge "[VOL-2698] - Support the power switch in berlin pod"
diff --git a/deployment-configs/dt-berlin-pod.yaml b/deployment-configs/dt-berlin-pod.yaml
index 7b79e55..f9b1416 100644
--- a/deployment-configs/dt-berlin-pod.yaml
+++ b/deployment-configs/dt-berlin-pod.yaml
@@ -69,6 +69,7 @@
       onu: ALPHe3d1cf5c
       c_tag: 11
       s_tag: 11
+      power_switch_port: 6
     -
       ip: 127.0.0.1
       user: community
@@ -79,6 +80,7 @@
       onu: ALPHe3a69d03
       c_tag: 7
       s_tag: 11
+      power_switch_port: 8
     #GPON ONU
     # -
     #   ip: 127.0.0.1
@@ -112,3 +114,9 @@
       dp_iface_gateway: null
       container_type: null
       container_name: null
+
+web_power_switch:
+  ip: '10.34.90.48'
+  user: 'admin'
+  password: 'secret'
+  type: 'EPC'
diff --git a/deployment-configs/flex-ocp-cord.yaml b/deployment-configs/flex-ocp-cord.yaml
index dafa114..6ac35c3 100644
--- a/deployment-configs/flex-ocp-cord.yaml
+++ b/deployment-configs/flex-ocp-cord.yaml
@@ -126,3 +126,4 @@
   ip: '10.192.20.56'
   user: 'admin'
   password: '1234'
+  type: 'DLI'