[VOL-2582] - Update the setting of web-power switch

- Remove the setting in onf-demo-pod(Menlo site)
- Add the setting in flex-ocp-cord(Flex site)

Change-Id: I5037c89070500c64ccff120bf0be033fe64554c8
Signed-off-by: HungWei Chiu <hungwei@opennetworking.org>
diff --git a/deployment-configs/flex-ocp-cord.yaml b/deployment-configs/flex-ocp-cord.yaml
index adf219a..dafa114 100644
--- a/deployment-configs/flex-ocp-cord.yaml
+++ b/deployment-configs/flex-ocp-cord.yaml
@@ -66,6 +66,7 @@
       onu: 'ALPHe3d1cfa7'
       c_tag: '901'
       s_tag: '111'
+      power_switch_port: 4
     -
       ip: '10.192.20.61'
       user: 'cord'
@@ -76,6 +77,7 @@
       onu: 'ALPHe3d1cea3'
       c_tag: '801'
       s_tag: '111'
+      power_switch_port: 0
     -
       ip: '10.192.20.46'
       user: 'cord'
@@ -86,6 +88,7 @@
       onu: 'ALPHe3d1ceb7'
       c_tag: '101'
       s_tag: '222'
+      power_switch_port: 1
 
   dst:
     -
@@ -118,3 +121,8 @@
       dp_iface_gateway: null
       container_type: null
       container_name: null
+
+web_power_switch:
+  ip: '10.192.20.56'
+  user: 'admin'
+  password: '1234'
diff --git a/deployment-configs/onf-demo-pod.yaml b/deployment-configs/onf-demo-pod.yaml
index 305d28e..8e83045 100644
--- a/deployment-configs/onf-demo-pod.yaml
+++ b/deployment-configs/onf-demo-pod.yaml
@@ -69,7 +69,6 @@
       onu: 'BRCM22222222'
       c_tag: '11'
       s_tag: '99'
-      power_switch_port: 7
     -
       ip: '10.128.100.71'
       user: 'cord'
@@ -80,7 +79,6 @@
       onu: 'ALPHe3d1cf9d'
       c_tag: '22'
       s_tag: '99'
-      power_switch_port: 4
     -
       ip: '10.128.100.71'
       user: 'cord'
@@ -91,7 +89,6 @@
       onu: 'ALPHe3d1ced5'
       c_tag: '33'
       s_tag: '99'
-      power_switch_port: 0
   dst:
     -
       ip: null
@@ -123,8 +120,3 @@
       dp_iface_gateway: null
       container_type: null
       container_name: null
-
-web_power_switch:
-  ip: '10.128.100.100'
-  user: 'admin'
-  password: '1234'