Adding new POD config file

Change-Id: Ic1e26d6088f23054650d901c9bfe0399512135f2
(cherry picked from commit 3ac6d76b983bf1eece385c409594d261a66c46d4)
(cherry picked from commit 2854a4832b84feb1660ff6b3fb80b04f3d15bbb8)
diff --git a/abc.yml b/abc.yml
new file mode 100644
index 0000000..e1c7c45
--- /dev/null
+++ b/abc.yml
@@ -0,0 +1,75 @@
+---
+# 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.
+
+cord_scenario: cord
+cord_profile: rcord
+
+vagrant_vms:
+  - 'corddev'
+
+# Variables
+fabric_ip: '10.6.1.1/24'
+management_ip: '10.255.20.1/24'
+external_ip: '10.255.21.2/24'
+external_gw: '10.255.21.254'
+external_iface: 'eno3'
+management_network: 10.255.20.0/24
+
+deploy_docker_registry: "10.255.21.2:5000"
+
+headnode: cord@10.255.21.2
+
+# NOTE: The `host_cord_profile_dir` variable below is the path to the cord_profile dir that
+# gets mounted to corddev VM.This `cord_profile` dir typically lives in a directory
+# one level up from the `cord` directory
+host_cord_profile_dir: "/var/jenkins_home_google/workspace/cord_profile"
+
+build_targets:
+  - 'setup-automation'
+
+copy_cord_prereqs:
+  - 'config-ssh-key'
+
+skipTags:
+  - 'set_compute_node_password'
+
+# Wait until headnode prepped before building containers, for consistent DNS
+docker_images_prereqs:
+  - 'prep-headnode'
+
+# node topology
+physical_node_list:
+  - name: head1
+    aliases:
+      - head
+
+password_compute_node: ubuntu
+password_maas_admin: admin
+password_maas_user: cord
+
+# Inventory for ansible, used to generate inventory.ini
+inventory_groups:
+  config:
+    localhost:
+      ansible_connection: local
+  build:
+    corddev:
+  head:
+    head1:
+      ansible_host: 10.255.21.2
+      ansible_port: 22
+      ansible_user: cord
+      ansible_ssh_pass: cord
+  compute:
diff --git a/deployment-configs/abc.yml b/deployment-configs/abc.yml
new file mode 100644
index 0000000..aa6ac06
--- /dev/null
+++ b/deployment-configs/abc.yml
@@ -0,0 +1,68 @@
+# 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: '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: 'a8:2b:b5:d2:a6:78'
+    ip: '10.255.20.201'
+    user: 'root'
+    pass: 'onl'
+    role: 'spine-1'
+  -
+    mac: 'a8:2b:b5:bd:13:a7'
+    ip: '10.255.20.202'
+    user: 'root'
+    pass: 'onl'
+    role: 'leaf-1'