aboutsummaryrefslogtreecommitdiffstats
path: root/templates/vnf-services
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-09-14 18:16:26 +0200
committermrichomme <morgan.richomme@orange.com>2020-09-16 17:54:32 +0200
commitb6f965609e956d9d26f3359b75ef2aaf1d596a5f (patch)
tree2204eb1557e22b2a46645ffa7566da3efe7d8ea8 /templates/vnf-services
parenta85a306fb5ee8259b09c392c03ac499c828b5597 (diff)
Add cleanup function
Issue-ID: TEST-240 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I784e958f869a0cbee702c915509fe80d37d44b65 Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'templates/vnf-services')
-rw-r--r--templates/vnf-services/clearwater-ims-service.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/templates/vnf-services/clearwater-ims-service.yaml b/templates/vnf-services/clearwater-ims-service.yaml
new file mode 100644
index 0000000..51543da
--- /dev/null
+++ b/templates/vnf-services/clearwater-ims-service.yaml
@@ -0,0 +1,36 @@
+---
+clearwater_ims:
+ vnfs:
+ - vnf_name: clearwater_ims_vnf
+ heat_files_to_upload: templates/heat_files/clearwater_ims/clearwater_ims.zip
+ vnf_parameters: [
+ {"name": "public_net_id",
+ "value": "8b0fb448-0daf-4344-a958-74852c5a0530"},
+ {"name": "bono_image_name",
+ "value": "ubuntu-16.04-daily"},
+ {"name": "dime_image_name",
+ "value": "ubuntu-16.04-daily"},
+ {"name": "dns_image_name",
+ "value": "ubuntu-16.04-daily"},
+ {"name": "ellis_image_name",
+ "value": "ubuntu-16.04-daily"},
+ {"name": "homer_image_name",
+ "value": "ubuntu-16.04-daily"},
+ {"name": "robot_image_name",
+ "value": "ubuntu-16.04-daily"},
+ {"name": "sprout_image_name",
+ "value": "ubuntu-16.04-daily"},
+ {"name": "vellum_image_name",
+ "value": "ubuntu-16.04-daily"},
+ {"name": "dns_ip",
+ "value": "8.8.8.8"},
+ {"name": "clearwater_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": "clearwater_key_name",
+ "value": "cleouverte"}]