ONF-ABC deployment config files

Change-Id: Iafc58be8c388ad4e3642cec8d8f5bb08e0f3bcad
(cherry picked from commit 1efa7810b3c3d580146ecb8fa8797d50898b326f)
diff --git a/deployment-configs/onf-abc.yml b/deployment-configs/onf-abc.yml
new file mode 100644
index 0000000..2e6220d
--- /dev/null
+++ b/deployment-configs/onf-abc.yml
@@ -0,0 +1,61 @@
+# 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/ABC physical POD 1
+
+---
+
+pod_config:
+  repo_url: 'https://gerrit.opencord.org/pod-configs'
+  file_name: 'onf-abc.yml'
+
+make_release: 'false'
+
+maas:
+  ip: '10.255.21.1'
+  api_key: '3LKARGmAUQ8Rp7jJBU:5V7gkLUDvEEktBZnYh:TxLSprnNcgLmQAZQLm63Mv5Va7vhvSFT'
+  head_system_id: '4fe84k'
+
+dev_node:
+  name: 'ONF - ABC'
+  user: 'cord'
+
+head:
+  ip: '10.255.21.2'
+  user: 'cord'
+  pass: 'cord'
+
+compute_nodes:
+  -
+    ipmi:
+      ip: '10.255.21.203'
+      user: 'root'
+      pass: 'Google321'
+  -
+    ipmi:
+      ip: '10.255.21.204'
+      user: 'root'
+      pass: 'Google321'
+  -
+    ipmi:
+      ip: '10.255.21.205'
+      user: 'root'
+      pass: 'Google321'
+
+fabric_switches:
+  -
+    mac: 'cc:37:ab:61:80:48'
+    ip: '10.255.20.201'
+    user: 'root'
+    pass: 'onl'