From: Andrew Grimberg Date: Wed, 20 Jun 2018 21:27:25 +0000 (-0700) Subject: Setup common-packer and initial builder X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=44153a1e15cdf83ea91277de3b94c5a23ac96cef Setup common-packer and initial builder Change-Id: I22232cad9c0a506f173b14eace6f2227f4727966 Signed-off-by: Andrew Grimberg --- diff --git a/.gitmodules b/.gitmodules index bffd428..9163b9c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "jjb/global-jjb"] path = jjb/global-jjb url = https://github.com/lfit/releng-global-jjb.git +[submodule "packer/common-packer"] + path = packer/common-packer + url = https://github.com/lfit/releng-common-packer.git diff --git a/packer/common-packer b/packer/common-packer new file mode 160000 index 0000000..4d9e425 --- /dev/null +++ b/packer/common-packer @@ -0,0 +1 @@ +Subproject commit 4d9e425a95d5e61072e2539555842cae91806c7b diff --git a/packer/provision/local-builder.yaml b/packer/provision/local-builder.yaml new file mode 100644 index 0000000..ddfe3a9 --- /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 0000000..bd227be --- /dev/null +++ b/packer/templates/builder.json @@ -0,0 +1 @@ +../common-packer/templates/builder.json \ No newline at end of file