aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json')
-rw-r--r--tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json105
1 files changed, 105 insertions, 0 deletions
diff --git a/tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json b/tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json
new file mode 100644
index 00000000..95d2681f
--- /dev/null
+++ b/tutorials/ApacheCNF/templates/cba/Templates/config-setup-mapping.json
@@ -0,0 +1,105 @@
+[
+ {
+ "name": "vnf-id",
+ "property": {
+ "description": "",
+ "required": false,
+ "type": "string"
+ },
+ "input-param": false,
+ "dictionary-name": "vnf-id",
+ "dictionary-source": "capability",
+ "dependencies": [],
+ "version": 0
+ },
+ {
+ "name": "vnf-relationship-list",
+ "property": {
+ "description": "Details about VNF relationships from AAI",
+ "type": "json"
+ },
+ "input-param": false,
+ "dictionary-name": "vnf-relationship-list",
+ "dictionary-source": "aai-data",
+ "dependencies": [
+ "vnf-id"
+ ]
+ },
+ {
+ "name": "service-instance-id",
+ "property": {
+ "description": "",
+ "required": false,
+ "type": "string",
+ "status": "",
+ "constraints": [
+ {}
+ ],
+ "entry_schema": {
+ "type": ""
+ }
+ },
+ "input-param": false,
+ "dictionary-name": "service-instance-id",
+ "dictionary-source": "capability",
+ "dependencies": [
+ "vnf-relationship-list"
+ ],
+ "version": 0
+ },
+ {
+ "name": "vf-modules-list-sdnc",
+ "property": {
+ "description": "list of modules associated with vnf from MDSAL",
+ "type": "json"
+ },
+ "input-param": false,
+ "dictionary-name": "vf-modules-list",
+ "dictionary-source": "sdnc",
+ "dependencies": [
+ "service-instance-id",
+ "vnf-id"
+ ]
+ },
+ {
+ "name": "vf-modules-list-aai",
+ "property": {
+ "description": "list of modules associated with vnf from AAI",
+ "type": "json"
+ },
+ "input-param": false,
+ "dictionary-name": "vf-modules-list",
+ "dictionary-source": "aai-data",
+ "dependencies": [
+ "service-instance-id",
+ "vnf-id"
+ ]
+ },
+ {
+ "name": "config-deploy-setup",
+ "property": {
+ "description": "configuration for config value setup",
+ "type": "json"
+ },
+ "input-param": false,
+ "dictionary-name": "config-deploy-setup",
+ "dictionary-source": "capability",
+ "dependencies": [
+ "vf-modules-list-aai",
+ "vf-modules-list-sdnc"
+ ]
+ },
+ {
+ "name": "service-instance-name",
+ "property": {
+ "description": "Service instance name retrieved based on service instance id",
+ "type": "string"
+ },
+ "input-param": false,
+ "dictionary-name": "service-instance-name",
+ "dictionary-source": "sdnc",
+ "dependencies": [
+ "service-instance-id"
+ ]
+ }
+]