diff options
author | Byung-Woo Jun <byung-woo.jun@est.tech> | 2021-01-27 19:33:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-27 19:33:26 +0000 |
commit | 7eb6a14401d9decdf4e5ca72ba5cedd4f7f67e24 (patch) | |
tree | 5bc752f9b31b862520506caa8cb6537ab0538bef /asdc-controller/src/test/resources/resource-examples/service-ubuntu16test/base_ubuntu16.env | |
parent | d1d4a11973a54033329c4823ccb03a560b7333b6 (diff) | |
parent | a7d1aca6ecae49687a4c8ea4b6c5d09e09188a4e (diff) |
Merge "adding test case for Csar distribution Issue-ID: SO-3080"
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" |