summaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-11-07 14:52:03 -0600
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-11-07 14:52:03 -0600
commitc28b2a38fc987f74b636740d19ba5122f7db15f1 (patch)
tree5300104d2a0a568f8d7ed725c2f7947fb594b726 /packer
parent24f7b9c89a7ff45e06dcea7f89d0d8f86ef187a5 (diff)
Add common-packer templates
Change-Id: I8f048626d2fbd68be84b4e3cb0dbb3e3da95672c Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'packer')
-rw-r--r--packer/provision/local-builder.yaml2
l---------packer/templates/builder.json1
2 files changed, 3 insertions, 0 deletions
diff --git a/packer/provision/local-builder.yaml b/packer/provision/local-builder.yaml
new file mode 100644
index 00000000..ddfe3a99
--- /dev/null
+++ b/packer/provision/local-builder.yaml
@@ -0,0 +1,2 @@
+---
+- import_playbook: ../common-packer/provision/baseline.yaml
diff --git a/packer/templates/builder.json b/packer/templates/builder.json
new file mode 120000
index 00000000..bd227be5
--- /dev/null
+++ b/packer/templates/builder.json
@@ -0,0 +1 @@
+../common-packer/templates/builder.json \ No newline at end of file