From 18642f67fcd7268a914fb6632f0f755336e8ba24 Mon Sep 17 00:00:00 2001 From: amine ezziati Date: Fri, 24 Jul 2020 09:08:42 +0200 Subject: Add CLAMP E2E tests Issue-ID: TEST-240 Signed-off-by: amine ezziati Change-Id: Ib612f1670aca10d9ac9f15fadb9cab58a7d8e5a8 Signed-off-by: mrichomme --- .../templates/heat-files/ubuntu18/base_ubuntu18.env | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/onaptests/templates/heat-files/ubuntu18/base_ubuntu18.env (limited to 'src/onaptests/templates/heat-files/ubuntu18/base_ubuntu18.env') diff --git a/src/onaptests/templates/heat-files/ubuntu18/base_ubuntu18.env b/src/onaptests/templates/heat-files/ubuntu18/base_ubuntu18.env new file mode 100644 index 0000000..062468a --- /dev/null +++ b/src/onaptests/templates/heat-files/ubuntu18/base_ubuntu18.env @@ -0,0 +1,19 @@ +parameters: +# Metadata required by ONAP + vnf_id: Ubuntu18-VNF + vf_module_id: Ubuntu18-VF-module + vnf_name: Ubuntu18-VNF-name + +# Server parameters, naming required by ONAP + ubuntu18_image_name: ubuntu-18.04-daily + ubuntu18_flavor_name: onap.small + ubuntu18_pub_key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC + ubuntu18_name_0: ubuntu18 + +# Network parameters, naming required by ONAP + admin_plane_net_name: admin + +# APP/USER_DATA + dcae_collector_ip: 10.4.2.166 + # 30417 is https node port to VES + dcae_collector_port: 30417 -- cgit 1.2.3-korg