diff options
author | 2023-06-15 13:20:55 +1000 | |
---|---|---|
committer | 2023-06-15 13:59:24 +1000 | |
commit | 0aac51a75c52960e954ea404429c88836c49c588 (patch) | |
tree | bac881056de1975b5106d7b43d59495b638e881d | |
parent | bb2d7a1572b1242ab2a1d26ea096e6095668a781 (diff) |
CI: Symlink files to common-packer
Symlink is required as the jobs are designed to pick
up the files from the packer dir.
Issue-ID: CIMAN-33
Change-Id: I3b703de162d0511dcc2db8a150153f3d4779bac2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
l--------- | packer/provision/devstack-centos.yaml | 1 | ||||
l--------- | packer/provision/devstack-pre-pip-centos.yaml | 1 | ||||
l--------- | packer/templates/devstack-pre-pip-yoga.json | 1 | ||||
l--------- | packer/templates/devstack.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/packer/provision/devstack-centos.yaml b/packer/provision/devstack-centos.yaml new file mode 120000 index 000000000..dc027787b --- /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 000000000..46d6e784a --- /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 000000000..b2f6b2567 --- /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 000000000..60505d9f7 --- /dev/null +++ b/packer/templates/devstack.json @@ -0,0 +1 @@ +../common-packer/templates/devstack.json
\ No newline at end of file |