Modifying pod configs for edgecore

Change-Id: Ie9cfb6e87cea4fb70de54caeffbbb4a18e241d80
diff --git a/deployment-configs/edgecore-pod1.yml b/deployment-configs/edgecore-pod1.yml
new file mode 100644
index 0000000..8985212
--- /dev/null
+++ b/deployment-configs/edgecore-pod1.yml
@@ -0,0 +1,41 @@
+# 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 ONF/ON.Lab physical POD 1
+
+---
+
+nodes:
+  -
+    ip: '192.168.99.181'
+    user: 'cord'
+    pass: 'cord'
+
+fabric_switches:
+  -
+    mac: '3c:2c:99:ea:89:f5'
+    ip: '192.168.99.183'
+    user: 'root'
+    pass: 'onl'
+
+olts:
+  -
+    ip: '192.168.99.182'
+    user: 'root'
+    pass: 'onl'
+
+srcHost:
+  ip: '10.0.3.56'
+  user: 'root'
+  pass: 'root'
diff --git a/kubernetes-configs/edgecore.conf b/kubernetes-configs/edgecore-pod1.conf
similarity index 100%
rename from kubernetes-configs/edgecore.conf
rename to kubernetes-configs/edgecore-pod1.conf
diff --git a/kubernetes-configs/edgecore.yaml b/kubernetes-configs/edgecore-pod1.yaml
similarity index 100%
rename from kubernetes-configs/edgecore.yaml
rename to kubernetes-configs/edgecore-pod1.yaml