diff options
author | amine ezziati <aymane.ezziati@gmail.com> | 2020-07-24 09:08:42 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-11-06 17:35:33 +0100 |
commit | 18642f67fcd7268a914fb6632f0f755336e8ba24 (patch) | |
tree | f4d3bd61d3e8158ebf8bd337cdc07a46c6172eb6 /src/onaptests/templates/vnf-services | |
parent | 31dc9d07a9bd5c98304ae7d58e995321d3e1507f (diff) |
Add CLAMP E2E tests
Issue-ID: TEST-240
Signed-off-by: amine ezziati <mohamedamine.ezziati@orange.com>
Change-Id: Ib612f1670aca10d9ac9f15fadb9cab58a7d8e5a8
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'src/onaptests/templates/vnf-services')
-rw-r--r-- | src/onaptests/templates/vnf-services/ubuntu18agent-service.yaml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/onaptests/templates/vnf-services/ubuntu18agent-service.yaml b/src/onaptests/templates/vnf-services/ubuntu18agent-service.yaml new file mode 100644 index 0000000..baf804e --- /dev/null +++ b/src/onaptests/templates/vnf-services/ubuntu18agent-service.yaml @@ -0,0 +1,39 @@ +--- +basicclamp-1: + vnfs: + - vnf_name: basicclamp-1 + heat_files_to_upload: onaptests/templates/heat-files/ubuntu18/ubuntu18agent.zip + vnf_parameters: [ + {"name": "ubuntu18_image_name", + "value": "ubuntu-agent" + }, + {"name": "ubuntu18_key_name", + "value": "cleouverte" + }, + {"name": "ubuntu18_pub_key", + "value": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAA\ +BAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGx\ +ilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4\ +utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3r\ +h+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBh\ +t+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key" + }, + {"name": "ubuntu18_flavor_name", + "value": "onap.small" + }, + {"name": "VM_name", + "value": "ubuntu18agent-VM-01" + }, + {"name": "vnf_id", + "value": "ubuntu18agent-VNF-instance" + }, + {"name": "vf_module_id", + "value": "ubuntu18agent-vfmodule-instance" + }, + {"name": "vnf_name", + "value": "ubuntu18agent-VNF" + }, + {"name": "admin_plane_net_name", + "value": "admin" + } + ] |