summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/bootstrap-scenarios.yml
diff options
context:
space:
mode:
Diffstat (limited to 'xci/playbooks/bootstrap-scenarios.yml')
-rw-r--r--xci/playbooks/bootstrap-scenarios.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/xci/playbooks/bootstrap-scenarios.yml b/xci/playbooks/bootstrap-scenarios.yml
new file mode 100644
index 00000000..e7bd7dc9
--- /dev/null
+++ b/xci/playbooks/bootstrap-scenarios.yml
@@ -0,0 +1,10 @@
+---
+#
+# This file is aimed to be used by scenarios to plug into the XCI.
+# Ideally, all they need to do at this point is to include their
+# role using a statement like the following one
+#
+# - name: Include foobar role
+# include_role:
+# name: "foobar"
+# when: OPNFV_SCENARIO == "foobar"