X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fguides%2Fonap-user%2Fdesign%2Fparameter_resolution%2Fubuntu_example%2Fcba-after-enrichment%2FTemplates%2Fbase_ubuntuCDS-template.vtl;fp=docs%2Fguides%2Fonap-user%2Fdesign%2Fparameter_resolution%2Fubuntu_example%2Fcba-after-enrichment%2FTemplates%2Fbase_ubuntuCDS-template.vtl;h=0000000000000000000000000000000000000000;hb=55fca955305bb3a44c9aecc93a3e28ecae8a2ade;hp=bfbe352d6f7cbae23c5f506f902cef6445aad7e2;hpb=415f66ae09ed3963420601c36be101fca95be4af;p=doc.git diff --git a/docs/guides/onap-user/design/parameter_resolution/ubuntu_example/cba-after-enrichment/Templates/base_ubuntuCDS-template.vtl b/docs/guides/onap-user/design/parameter_resolution/ubuntu_example/cba-after-enrichment/Templates/base_ubuntuCDS-template.vtl deleted file mode 100755 index bfbe352d6..000000000 --- a/docs/guides/onap-user/design/parameter_resolution/ubuntu_example/cba-after-enrichment/Templates/base_ubuntuCDS-template.vtl +++ /dev/null @@ -1,69 +0,0 @@ -{ - "resource-accumulator-resolved-data": [ - { - "param-name": "service-instance-id", - "param-value": "${service-instance-id}" - }, - { - "param-name": "vnf-id", - "param-value": "${vnf-id}" - }, - { - "param-name": "vf_module_id", - "param-value": "${vf-module-id}" - }, - { - "param-name": "vnf_id", - "param-value": "${vnf-id}" - }, - { - "param-name": "vnf_name", - "param-value": "${vnf_name}" - }, - { - "param-name": "vf_module_name", - "param-value": "${vf_module_name}" - }, - { - "param-name": "ubuntuCDS_pub_key", - "param-value": "${ubuntuCDS_pub_key}" - }, - { - "param-name": "ubuntuCDS_image_name", - "param-value": "${ubuntuCDS_image_name}" - }, - { - "param-name": "ubuntuCDS_flavor_name", - "param-value": "${ubuntuCDS_flavor_name}" - }, - { - "param-name": "ubuntuCDS_name_0", - "param-value": "${ubuntuCDS_name_0}" - }, - { - "param-name": "admin_plane_net_name", - "param-value": "${admin_plane_net_name}" - } - ], - "capability-data": [ - { - "capability-name": "aai-vf-module-put", - "key-mapping": [ - { - "payload": [ - { - "param-name": "vf-module", - "param-value": "vf-module" - } - ], - "output-key-mapping": [ - { - "resource-name": "aai-vf-module-put", - "resource-value": "${status}" - } - ] - } - ] - } - ] -} \ No newline at end of file