aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions
diff options
context:
space:
mode:
authorgummar <raj.gumma@est.tech>2020-03-04 14:35:07 +0000
committergummar <raj.gumma@est.tech>2020-03-04 16:12:19 +0000
commitf4ac359d80d043a2d0e6eaf1730813b81f2c837f (patch)
tree14710c41d82417c2005840d173f5a0f980026755 /components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions
parent7a8bfb25a92a9400862d70e690313a4e743124da (diff)
Fix case for all Software upgrade actions
Issue-ID: CCSDK-2145 Signed-off-by: gummar <raj.gumma@est.tech> Change-Id: Ic29056d100ffba9d6d1c2a6b3f73d6a95f3bee28
Diffstat (limited to 'components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions')
-rw-r--r--components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/PNF_CDS_RESTCONF.json32
-rw-r--r--components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/data_types.json8
2 files changed, 20 insertions, 20 deletions
diff --git a/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/PNF_CDS_RESTCONF.json b/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/PNF_CDS_RESTCONF.json
index 747fd8c19..d84fd8182 100644
--- a/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/PNF_CDS_RESTCONF.json
+++ b/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/PNF_CDS_RESTCONF.json
@@ -30,12 +30,12 @@
"get_input" : "resolution-key"
}
},
- "downloadNESW-properties" : {
+ "downloadNESw-properties" : {
"resolution-key" : {
"get_input" : "resolution-key"
}
},
- "activateNESW-properties" : {
+ "activateNESw-properties" : {
"resolution-key" : {
"get_input" : "resolution-key"
}
@@ -118,11 +118,11 @@
}
}
},
- "downloadNESW" : {
+ "downloadNESw" : {
"steps" : {
"activate-process" : {
"description" : "Trigger download new software for sw upgrade",
- "target" : "downloadNESW",
+ "target" : "downloadNESw",
"activities" : [ {
"call_operation" : ""
} ]
@@ -133,18 +133,18 @@
"required" : true,
"type" : "string"
},
- "downloadNESW-properties" : {
- "description" : "Dynamic PropertyDefinition for downloadNESW workflow(software-upgrade).",
+ "downloadNESw-properties" : {
+ "description" : "Dynamic PropertyDefinition for downloadNESw workflow(software-upgrade).",
"required" : true,
- "type" : "dt-downloadNESW-properties"
+ "type" : "dt-downloadNESw-properties"
}
}
},
- "activateNESW" : {
+ "activateNESw" : {
"steps" : {
"activate-process" : {
"description" : "Trigger activation of target software version for pnf upgrade",
- "target" : "activateNESW",
+ "target" : "activateNESw",
"activities" : [ {
"call_operation" : ""
} ]
@@ -155,10 +155,10 @@
"required" : true,
"type" : "string"
},
- "activateNESW-properties" : {
- "description" : "Dynamic PropertyDefinition for activateNESW workflow(software-upgrade).",
+ "activateNESw-properties" : {
+ "description" : "Dynamic PropertyDefinition for activateNESw workflow(software-upgrade).",
"required" : true,
- "type" : "dt-activateNESW-properties"
+ "type" : "dt-activateNESw-properties"
}
}
},
@@ -290,7 +290,7 @@
}
}
},
- "downloadNESW" : {
+ "downloadNESw" : {
"type" : "component-script-executor",
"interfaces" : {
"ComponentScriptExecutor" : {
@@ -304,7 +304,7 @@
"inputs" : {
"script-type" : "kotlin",
"script-class-reference" : "cba.pnf.swug.RestconfSoftwareUpgrade",
- "dynamic-properties" : "*downloadNESW-properties"
+ "dynamic-properties" : "*downloadNESw-properties"
},
"outputs" : {
"response-data" : "",
@@ -341,7 +341,7 @@
}
}
},
- "activateNESW" : {
+ "activateNESw" : {
"type" : "component-script-executor",
"interfaces" : {
"ComponentScriptExecutor" : {
@@ -355,7 +355,7 @@
"inputs" : {
"script-type" : "kotlin",
"script-class-reference" : "cba.pnf.swug.RestconfSoftwareUpgrade",
- "dynamic-properties" : "*activateNESW-properties"
+ "dynamic-properties" : "*activateNESw-properties"
},
"outputs" : {
"response-data" : "",
diff --git a/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/data_types.json b/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/data_types.json
index 2a42ac091..cd91f4b3a 100644
--- a/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/data_types.json
+++ b/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/data_types.json
@@ -32,8 +32,8 @@
},
"derived_from": "tosca.datatypes.Dynamic"
},
- "dt-downloadNESW-properties": {
- "description": "Dynamic DataType definition for the downloadNESW workflow(upgrade-software).",
+ "dt-downloadNESw-properties": {
+ "description": "Dynamic DataType definition for the downloadNESw workflow(upgrade-software).",
"version": "1.0.0",
"properties": {
"pnf-id": {
@@ -45,8 +45,8 @@
},
"derived_from": "tosca.datatypes.Dynamic"
},
- "dt-activateNESW-properties": {
- "description": "Dynamic DataType definition for the activateNESW workflow(upgrade-software).",
+ "dt-activateNESw-properties": {
+ "description": "Dynamic DataType definition for the activateNESw workflow(upgrade-software).",
"version": "1.0.0",
"properties": {
"pnf-id": {