deleting ocp pod2 from flex, cleanup based on flex inventory list

Change-Id: I0a7a843af638c51cea3ee0f655f579f6e18bc559
diff --git a/deployment-configs/flex-ocp-pod2.yaml b/deployment-configs/flex-ocp-pod2.yaml
deleted file mode 100644
index 9d37407..0000000
--- a/deployment-configs/flex-ocp-pod2.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2017-present Open Networking Foundation
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# Automated deployment configuration for Flex OCP POD 1
-
----
-
-kube_config: 'flex-ocp-cord.conf'
-
-nodes:
-  -
-    ip: '10.192.20.41'
-    user: 'cord'
-    pass: 'cord'
-  -
-    ip: '10.192.20.42'
-    user: 'cord'
-    pass: 'cord'
-  -
-    ip: '10.192.20.43'
-    user: 'cord'
-    pass: 'cord'
-  -
-    ip: '10.192.20.44'
-    user: 'cord'
-    pass: 'cord'
diff --git a/kubernetes-configs/flex-ocp-pod2.yml b/kubernetes-configs/flex-ocp-pod2.yml
deleted file mode 100644
index b9dc600..0000000
--- a/kubernetes-configs/flex-ocp-pod2.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2017-present Open Networking Foundation
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# Automated deployment configuration for Flex OCP POD 1
-
----
-
-pod_config: 'flex-ocp-cord.conf'
-
-node1:
-  ip: '10.192.20.41'
-  user: 'cord'
-  pass: 'cord'
-
-node2:
-  ip: '10.192.20.42'
-  user: 'cord'
-  pass: 'cord'
-
-node3:
-  ip: '10.192.20.43'
-  user: 'cord'
-  pass: 'cord'
-
-node4:
-  ip: '10.192.20.44'
-  user: 'cord'
-  pass: 'cord'