aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@orange.com>2021-03-19 17:50:37 +0100
committerLukasz Rajewski <lukasz.rajewski@orange.com>2021-03-19 18:59:53 +0100
commitd2c5f361fa3a246dfa23c2c582ec498322a97282 (patch)
tree50f8ecf48470eac3845444b42dc29fa8a0033549 /heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
parent1ff5827ffde7af1d8aed23890a571455300ade6d (diff)
Implementation of config-assign and config-deploy actions
Implementation of config-assign and config-deploy actions Issue-ID: INT-1868 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Ibe61ea32bb1d0fbfc5396adf54c7d2fcbc7bbf30
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json')
-rw-r--r--heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json48
1 files changed, 32 insertions, 16 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json b/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
index b5697555..5fb59cf5 100644
--- a/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
+++ b/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
@@ -7,14 +7,18 @@
"service-instance-id": {
"description": "",
"required": false,
- "type": "string",
- "status": "",
- "constraints": [
- {}
- ],
- "entry_schema": {
- "type": ""
- }
+ "type": "string"
+ },
+ "vnf-id": {
+ "description": "",
+ "required": false,
+ "type": "string"
+ },
+ "vf-modules-list": {
+ "type": "json"
+ },
+ "config-deploy-setup": {
+ "type": "json"
}
},
"derived_from": "tosca.datatypes.Dynamic"
@@ -26,14 +30,18 @@
"service-instance-id": {
"description": "",
"required": false,
- "type": "string",
- "status": "",
- "constraints": [
- {}
- ],
- "entry_schema": {
- "type": ""
- }
+ "type": "string"
+ },
+ "vnf-id": {
+ "description": "",
+ "required": false,
+ "type": "string"
+ },
+ "vf-modules-list": {
+ "type": "json"
+ },
+ "config-deploy-setup": {
+ "type": "json"
}
},
"derived_from": "tosca.datatypes.Dynamic"
@@ -60,6 +68,14 @@
"description": "The source folder or file relative to 'Templates/k8s-profiles' folder",
"type": "string"
},
+ "k8s-rb-config-template-name": {
+ "description": "The name of configuration template for config-assign operation",
+ "type": "string"
+ },
+ "k8s-rb-config-template-source": {
+ "description": "The source of configuration template for config-assign operation",
+ "type": "string"
+ },
"private1-prefix-id": {
"description": "",
"required": false,