Chore: Update common-packer to the latest v0.14.1 33/11533/2
authorAnil Belur <abelur@linuxfoundation.org>
Sat, 29 Jul 2023 01:46:23 +0000 (11:46 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Sun, 30 Jul 2023 03:20:23 +0000 (13:20 +1000)
- Symlink the packer hcl templates into local templates dir.

Change-Id: Ia10a6f619e235848a76de19bda1f8511663c8e52
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
packer/common-packer
packer/provision/devstack-centos.yaml
packer/templates/builder.pkr.hcl [new symlink]
packer/templates/devstack-pre-pip-yoga.pkr.hcl [new symlink]
packer/templates/devstack.pkr.hcl [new symlink]
packer/templates/docker.pkr.hcl [new symlink]

index 17bfe57..09cb3bc 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 17bfe57174ebf0e699cfcc235e83d6d568695651
+Subproject commit 09cb3bcf48185afdc5af0a548be904491ae215de
index dc02778..7f43aab 120000 (symlink)
@@ -1 +1 @@
-../common-packer/provision/devstack-centos.yaml
\ No newline at end of file
+../common-packer/provision/devstack.yaml
\ No newline at end of file
diff --git a/packer/templates/builder.pkr.hcl b/packer/templates/builder.pkr.hcl
new file mode 120000 (symlink)
index 0000000..8ea2d87
--- /dev/null
@@ -0,0 +1 @@
+../common-packer/templates/builder.pkr.hcl
\ No newline at end of file
diff --git a/packer/templates/devstack-pre-pip-yoga.pkr.hcl b/packer/templates/devstack-pre-pip-yoga.pkr.hcl
new file mode 120000 (symlink)
index 0000000..9be8ba8
--- /dev/null
@@ -0,0 +1 @@
+../common-packer/templates/devstack-pre-pip-yoga.pkr.hcl
\ No newline at end of file
diff --git a/packer/templates/devstack.pkr.hcl b/packer/templates/devstack.pkr.hcl
new file mode 120000 (symlink)
index 0000000..25b407e
--- /dev/null
@@ -0,0 +1 @@
+../common-packer/templates/devstack.pkr.hcl
\ No newline at end of file
diff --git a/packer/templates/docker.pkr.hcl b/packer/templates/docker.pkr.hcl
new file mode 120000 (symlink)
index 0000000..08567df
--- /dev/null
@@ -0,0 +1 @@
+../common-packer/templates/docker.pkr.hcl
\ No newline at end of file