Setup common-packer and initial builder 37/37/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 4 Apr 2019 19:17:35 +0000 (12:17 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 4 Apr 2019 19:17:35 +0000 (12:17 -0700)
Change-Id: If229a8993d24488ad665dfcd5222d271b9596ca6
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.gitmodules [new file with mode: 0644]
packer/common-packer [new submodule]
packer/provision/local-builder.yaml [new symlink]
packer/templates/builder.json [new symlink]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..268f2b5
--- /dev/null
@@ -0,0 +1,3 @@
+[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 (submodule)
index 0000000..68cc818
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 68cc818abbb50411023d70149d97a52bba1d8456
diff --git a/packer/provision/local-builder.yaml b/packer/provision/local-builder.yaml
new file mode 120000 (symlink)
index 0000000..2ff626b
--- /dev/null
@@ -0,0 +1 @@
+../common-packer/provision/local-builder.yaml
\ No newline at end of file
diff --git a/packer/templates/builder.json b/packer/templates/builder.json
new file mode 120000 (symlink)
index 0000000..bd227be
--- /dev/null
@@ -0,0 +1 @@
+../common-packer/templates/builder.json
\ No newline at end of file