CORD-912
OpenCloud support
Change-Id: I170597cacd76c84c795a7bf4c8e77e068ebcd72a
diff --git a/prep-buildnode-playbook.yml b/prep-buildnode-playbook.yml
new file mode 100644
index 0000000..62d27ad
--- /dev/null
+++ b/prep-buildnode-playbook.yml
@@ -0,0 +1,18 @@
+---
+# prep-buildnode-playbook.yml
+# Prep build node to create artifacts
+
+- 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: Install docker on buildnode, configure
+ hosts: build
+ roles:
+ - docker-install
+