Adding new E-CORD ONF POD configs

Change-Id: I836c78a06b521bd68418f087c501f06dae0ba48c
diff --git a/onlab-ecord-global.yml b/onlab-ecord-global.yml
new file mode 100644
index 0000000..c39631d
--- /dev/null
+++ b/onlab-ecord-global.yml
@@ -0,0 +1,52 @@
+---
+# 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.
+
+# POD config for ONF E-CORD POD, E-CORD global
+cord_scenario: single
+cord_profile: ecord-global
+
+start_xos_prereqs:
+  - deploy-onos
+
+vagrant_vms: []
+
+cord_config_prereqs:
+  - config-ssh-key
+
+copy_cord_prereqs:
+  - config-ssh-key
+
+prep_buildnode_prereqs:
+  - copy-cord
+  - copy-config
+
+# Inventory for ansible, used to generate inventory.ini
+inventory_groups:
+  config:
+    localhost:
+      ansible_connection: local
+  build:
+    head1:
+      ansible_host: 10.90.1.10
+      ansible_port: 22
+      ansible_user: cord
+      ansible_ssh_pass: cord
+  head:
+    head1:
+      ansible_host: 10.90.1.10
+      ansible_port: 22
+      ansible_user: cord
+      ansible_ssh_pass: cord
+  compute: