Adding different variants of ecord manifest

Change-Id: I5ae33585956dfbe5736869c8b93da8d0a0dc7934
diff --git a/inventory/ecord b/inventory/ecord
new file mode 100644
index 0000000..b7a06c6
--- /dev/null
+++ b/inventory/ecord
@@ -0,0 +1,8 @@
+; ecord configuration
+
+[all:vars]
+cord_profile=ecord
+
+[head]
+localhost ansible_connection=local
+
diff --git a/inventory/ecord-global b/inventory/ecord-global
new file mode 100644
index 0000000..0bd2a1e
--- /dev/null
+++ b/inventory/ecord-global
@@ -0,0 +1,8 @@
+; ecord-global configuration
+
+[all:vars]
+cord_profile=ecord-global
+
+[head]
+localhost ansible_connection=local
+
diff --git a/inventory/mock-ecord b/inventory/mock-ecord
new file mode 100644
index 0000000..0dae463
--- /dev/null
+++ b/inventory/mock-ecord
@@ -0,0 +1,8 @@
+; mock-ecord configuration
+
+[all:vars]
+cord_profile=mock-ecord
+
+[head]
+localhost ansible_connection=local
+
diff --git a/inventory/mock-ecord-global b/inventory/mock-ecord-global
new file mode 100644
index 0000000..c8d2596
--- /dev/null
+++ b/inventory/mock-ecord-global
@@ -0,0 +1,8 @@
+; mock-ecord-global configuration
+
+[all:vars]
+cord_profile=mock-ecord-global
+
+[head]
+localhost ansible_connection=local
+