Adding MCORD ONF POD deployment configs

Change-Id: I3ced959b60adfbf7e02c3b856b56259059506f58
diff --git a/deployment-configs/onlab-mcord-pod1.yml b/deployment-configs/onlab-mcord-pod1.yml
new file mode 100644
index 0000000..8f4ed3b
--- /dev/null
+++ b/deployment-configs/onlab-mcord-pod1.yml
@@ -0,0 +1,56 @@
+# 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
+
+---
+
+pod_config:
+  repo_url: 'https://gerrit.opencord.org/pod-configs'
+  file_name: 'onlab-mcord-pod1.yml.yml'
+
+make_release: 'false'
+
+maas:
+  ip: '10.90.0.2'
+  api_key: 'gFH8GA9FLp3bWpesZX:rVyJz3ThB93FrrNyPw:Fu9KZEwBenXRLUu9TMXVkMjLJsuXNXDb'
+  head_system_id: '4y3h8b'
+
+dev_node:
+  name: 'onf-mcord-dev'
+  user: 'cord'
+
+head:
+  ip: '10.90.2.10'
+  user: 'cord'
+  pass: 'cord'
+
+compute_nodes:
+  -
+    ipmi:
+      ip: '10.90.0.12'
+      user: 'admin'
+      pass: 'admin'
+  -
+    ipmi:
+      ip: '10.90.0.13'
+      user: 'admin'
+      pass: 'admin'
+
+fabric_switches:
+  -
+    mac: '48:0f:cf:ae:7e:90'
+    ip: '10.6.0.101'
+    user: 'root'
+    pass: 'onl'