From: Anil Belur Date: Thu, 15 Jun 2023 03:14:04 +0000 (+1000) Subject: CI: Symlink file to common-packer X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=5ea3af0ae043173903f4a75de0b02c4601ca6ce3 CI: Symlink file to common-packer 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 --- diff --git a/packer/provision/devstack-centos.yaml b/packer/provision/devstack-centos.yaml new file mode 120000 index 00000000..dc027787 --- /dev/null +++ b/packer/provision/devstack-centos.yaml @@ -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 index 00000000..46d6e784 --- /dev/null +++ b/packer/provision/devstack-pre-pip-centos.yaml @@ -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 index 00000000..b2f6b256 --- /dev/null +++ b/packer/templates/devstack-pre-pip-yoga.json @@ -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 index 00000000..60505d9f --- /dev/null +++ b/packer/templates/devstack.json @@ -0,0 +1 @@ +../common-packer/templates/devstack.json \ No newline at end of file