diff options
author | arun chapagain <arun.chapagain@huawei.com> | 2020-11-10 01:01:36 +0530 |
---|---|---|
committer | arun chapagain <arun.chapagain@huawei.com> | 2020-11-10 11:10:53 +0530 |
commit | a7d1aca6ecae49687a4c8ea4b6c5d09e09188a4e (patch) | |
tree | a7088c254854162b7c1b7d822fee6db9fc399178 /asdc-controller/src/test/resources/resource-examples/service-ubuntu16test/base_ubuntu16.env | |
parent | db17dd3511b757cb4d5b0a63cfdcda3bb60b51a0 (diff) |
adding test case for Csar distribution
Issue-ID: SO-3080
Signed-off-by: arun chapagain <arun.chapagain@huawei.com>
Change-Id: I7d734dfffe5b216a4b1fddc9a3bb2a076715b94f
Diffstat (limited to 'asdc-controller/src/test/resources/resource-examples/service-ubuntu16test/base_ubuntu16.env')
-rw-r--r-- | asdc-controller/src/test/resources/resource-examples/service-ubuntu16test/base_ubuntu16.env | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/asdc-controller/src/test/resources/resource-examples/service-ubuntu16test/base_ubuntu16.env b/asdc-controller/src/test/resources/resource-examples/service-ubuntu16test/base_ubuntu16.env new file mode 100644 index 0000000000..b868a4b318 --- /dev/null +++ b/asdc-controller/src/test/resources/resource-examples/service-ubuntu16test/base_ubuntu16.env @@ -0,0 +1,10 @@ +parameters: + admin_plane_net_name: "admin" + ubuntu16_flavor_name: "onap.small" + ubuntu16_image_name: "ubuntu-16.04-daily" + ubuntu16_key_name: "cleouverte" + ubuntu16_name_0: "ubuntu16" + ubuntu16_pub_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key" + vf_module_id: "Ubuntu16-VF-module" + vnf_id: "Ubuntu16-VNF" + vnf_name: "Ubuntu16-VNF-name" |