From 4fb55c5339986eb2e8e1c5b078744228bcfcf1d8 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Tue, 29 Sep 2020 10:27:29 +0200 Subject: Add heat zip files due to the gitignore, the heat files for basic_vm and clearwater_ims were not available Issue-ID: TEST-240 Signed-off-by: mrichomme Change-Id: Ia87999fbf28d0f1037227150fc247fae128d80d7 --- .../heat-files/clearwater_ims/clearwater_ims.zip | Bin 0 -> 24519 bytes .../templates/heat-files/ubuntu16/ubuntu16.zip | Bin 0 -> 1641 bytes .../templates/vnf-services/ubuntu16test-service.yaml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/onaptests/templates/heat-files/clearwater_ims/clearwater_ims.zip create mode 100644 src/onaptests/templates/heat-files/ubuntu16/ubuntu16.zip (limited to 'src/onaptests/templates') diff --git a/src/onaptests/templates/heat-files/clearwater_ims/clearwater_ims.zip b/src/onaptests/templates/heat-files/clearwater_ims/clearwater_ims.zip new file mode 100644 index 0000000..6acee5b Binary files /dev/null and b/src/onaptests/templates/heat-files/clearwater_ims/clearwater_ims.zip differ diff --git a/src/onaptests/templates/heat-files/ubuntu16/ubuntu16.zip b/src/onaptests/templates/heat-files/ubuntu16/ubuntu16.zip new file mode 100644 index 0000000..9a98baa Binary files /dev/null and b/src/onaptests/templates/heat-files/ubuntu16/ubuntu16.zip differ diff --git a/src/onaptests/templates/vnf-services/ubuntu16test-service.yaml b/src/onaptests/templates/vnf-services/ubuntu16test-service.yaml index 08485c9..a7e55e3 100644 --- a/src/onaptests/templates/vnf-services/ubuntu16test-service.yaml +++ b/src/onaptests/templates/vnf-services/ubuntu16test-service.yaml @@ -4,7 +4,7 @@ ubuntu16test: version: "1.0" vnfs: - vnf_name: ubuntu16test - heat_files_to_upload: src/onaptests/templates/heat_files/ubuntu16/ubuntu16.zip + heat_files_to_upload: src/onaptests/templates/heat-files/ubuntu16/ubuntu16.zip vnf_parameters: [ {"name": "ubuntu16_image_name", "value": "ubuntu-16.04-daily" -- cgit 1.2.3-korg