aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-02-08 15:25:19 -0800
committerMarco Platania <platania@research.att.com>2019-02-08 15:25:19 -0800
commit992832a29265fd57bdb3d2cb67f956e38790a498 (patch)
tree8c24e0b495dfe61c03a0306839c78e598c49eeed /robot/assets
parent6f25ec375bf86fba43efbe605d59e6c8acefaf84 (diff)
Add create VNFC to Robot
- Add template file and create functions to AAI section - Modify heatbridge to create VNFCs Change-Id: I66ec14241568e58f9d59bae8fb08c081d6a72822 Issue-ID: TEST-137 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'robot/assets')
-rw-r--r--robot/assets/templates/aai/add_vnfc_body.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/robot/assets/templates/aai/add_vnfc_body.template b/robot/assets/templates/aai/add_vnfc_body.template
new file mode 100644
index 00000000..88ababd3
--- /dev/null
+++ b/robot/assets/templates/aai/add_vnfc_body.template
@@ -0,0 +1,7 @@
+{
+"vnfc-name": "${vnfc_name}",
+"nfc-naming-code": "${vnfc_nc}",
+"nfc-function": "${vnfc_func}",
+"in-maint": "false",
+"is-closed-loop-disabled": "false"
+} \ No newline at end of file