CI: Symlink file to common-packer 40/11340/3
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 15 Jun 2023 03:14:04 +0000 (13:14 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 15 Jun 2023 03:58:48 +0000 (13:58 +1000)
Symlink is required as the jobs are designed to pick
up the files from the packer dir.

Change-Id: Ie3aa7b857baf6d19a32347e1fc1c29ada39e1147
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
packer/provision/devstack-centos.yaml [new symlink]
packer/provision/devstack-pre-pip-centos.yaml [new symlink]
packer/templates/devstack-pre-pip-yoga.json [new symlink]
packer/templates/devstack.json [new symlink]

diff --git a/packer/provision/devstack-centos.yaml b/packer/provision/devstack-centos.yaml
new file mode 120000 (symlink)
index 0000000..dc02778
--- /dev/null
@@ -0,0 +1 @@
+../common-packer/provision/devstack-centos.yaml
\ No newline at end of file
diff --git a/packer/provision/devstack-pre-pip-centos.yaml b/packer/provision/devstack-pre-pip-centos.yaml
new file mode 120000 (symlink)
index 0000000..46d6e78
--- /dev/null
@@ -0,0 +1 @@
+../common-packer/provision/devstack-pre-pip-centos.yaml
\ No newline at end of file
diff --git a/packer/templates/devstack-pre-pip-yoga.json b/packer/templates/devstack-pre-pip-yoga.json
new file mode 120000 (symlink)
index 0000000..b2f6b25
--- /dev/null
@@ -0,0 +1 @@
+../common-packer/templates/devstack-pre-pip-yoga.json
\ No newline at end of file
diff --git a/packer/templates/devstack.json b/packer/templates/devstack.json
new file mode 120000 (symlink)
index 0000000..60505d9
--- /dev/null
@@ -0,0 +1 @@
+../common-packer/templates/devstack.json
\ No newline at end of file