aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/vrr_config.json
blob: fdfb1279970ff4ea22e7813abc57e0d6570639b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
	"metadata": {
		"author": "ks220y@att.com",
		"service-template-name": "VRR-baseconfiguration",
		"service-template-version": "1.0.0",
		"release": "1802",
		"service-type": "AVPN",
		"vnf-type": "VRR"
	},
	"topology_template": {
		"inputs": {
			"request-id": {
				"required": true,
				"type": "string"
			},
			"service-instance-id": {
				"required": true,
				"type": "string"
			},
			"action-name": {
				"required": true,
				"type": "string"
			},
			"scope-type": {
				"required": true,
				"type": "string"
			},
			"hostname": {
				"required": true,
				"type": "string"
			}
		},
		"node_templates": {
			"base-config-template": {
				"type": "artifact-config-template",
				"properties": {
					"action-names": [
						"resource-assignment-action"
					]
				},
				"capabilities": {
					"content": {
						"properties": {
							"content": "db://base-config-template"
						}
					},
					"mapping": {
						"properties": {
							"mapping": [
								{
									"name": "vnf-id",
									"input-param": true,
									"property": {
										"type": "string",
										"required": true
									},
									"dictionary-name": "vnf-id",
									"dictionary-source": "input"
								},
								{
									"name": "group-name",
									"input-param": true,
									"property": {
										"type": "string",
										"required": true
									},
									"dictionary-name": "group-name",
									"dictionary-source": "input"
								}
							]
						}
					}
				}
			},
			"resource-assignment-action": {
				"type": "dg-resource-assignment",
				"interfaces": {
					"CONFIG": {
						"operations": {
							"ResourceAssignment": {
								
							}
						}
					}
				},
				"capabilities": {
					"dg-node": {
						
					}
				},
				"requirements": {
					"component-dependency": {
						"capability": "component-node",
						"node": "resource-assignment",
						"relationship": "tosca.relationships.DependsOn"
					}
				}
			},
			"licence-template": {
				"type": "artifact-config-template",
				"properties": {
					"action-names": [
						"resource-assignment-action"
					]
				},
				"capabilities": {
					"content": {
						"properties": {
							"content": "db://licence-template"
						}
					},
					"mapping": {
						"properties": {
							"mapping": [
								{
									"name": "bundle-id",
									"input-param": true,
									"property": {
										"type": "string"
									},
									"dictionary-name": "bundle-id",
									"dictionary-source": "input"
								},
								{
									"name": "bundle-mac",
									"input-param": true,
									"property": {
										"type": "string",
										"required": true
									},
									"dictionary-name": "bundle-mac",
									"dictionary-source": "input"
								}
							]
						}
					}
				}
			},
			"resource-assignment": {
				"type": "component-resource-assignment",
				"interfaces": {
					"org-onap-ccsdk-config-assignment-service-ConfigAssignmentNode": {
						"operations": {
							"process": {
								"inputs": {
									"action-name": "{ \"get_input\" : \"action-name\" }",
									"resource-type": "vnf-type",
									"template-names": [
										"base-config-template",
										"licence-template"
									],
									"request-id": "{ \"get_input\" : \"request-id\" }",
									"resource-id": "{ \"get_input\" : \"vnf-id\" }"
								},
								"outputs": {
									"resource-assignment-params": "",
									"status": ""
								}
							}
						}
					}
				},
				"capabilities": {
					"component-node": {
						
					}
				}
			}
		}
	}
}