diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2018-11-07 14:52:03 -0600 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2018-11-07 14:52:03 -0600 |
commit | c28b2a38fc987f74b636740d19ba5122f7db15f1 (patch) | |
tree | 5300104d2a0a568f8d7ed725c2f7947fb594b726 | |
parent | 24f7b9c89a7ff45e06dcea7f89d0d8f86ef187a5 (diff) |
Add common-packer templates
Change-Id: I8f048626d2fbd68be84b4e3cb0dbb3e3da95672c
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r-- | packer/provision/local-builder.yaml | 2 | ||||
l--------- | packer/templates/builder.json | 1 |
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 000000000..ddfe3a998 --- /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 000000000..bd227be50 --- /dev/null +++ b/packer/templates/builder.json @@ -0,0 +1 @@ +../common-packer/templates/builder.json
\ No newline at end of file |