WIP Adding vEE, vNodlocal, vNodglobal tenants to ecord

Change-Id: I78d356cf346eac5f42d6c2a1f6f289ee7948cc11
diff --git a/ecord-test-subscriber-playbook.yml b/ecord-test-subscriber-playbook.yml
new file mode 100644
index 0000000..9356ed3
--- /dev/null
+++ b/ecord-test-subscriber-playbook.yml
@@ -0,0 +1,27 @@
+---
+# pod-test-playbook.yml
+# Tests CiaB cord-pod XOS configuration
+
+- name: Include vars
+  hosts: all
+  tasks:
+    - name: Include variables
+      include_vars: "{{ item }}"
+      with_items:
+        - "profile_manifests/{{ cord_profile }}.yml"
+        - profile_manifests/local_vars.yml
+
+- name: Create test subscriber
+  hosts: head
+  roles:
+    - test-ecord-subscriber-config
+
+- include: add-onboard-containers-playbook.yml
+
+- name: Enable the test subscriber
+  hosts: xos_ui
+  connection: docker
+  roles:
+    - test-ecord-subscriber-enable
+
+