forked from nuagenetworks/nuage-metroae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstcv_global.json
32 lines (32 loc) · 1.13 KB
/
stcv_global.json
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
{
"$schema": "http://json-schema.org/draft-06/schema#",
"$id": "urn:nuage-metroae:stcvs",
"title": "STCv Globals",
"description": "Specify configuration for Nuage STCvs.",
"type": "object",
"additionalProperties": false,
"properties": {
"stcv_image_path": {
"type": "string",
"title": "STCv Image Path",
"description": "Path on the MetroAE host for the qcow2 image for the STCv VM",
"sectionBegin": "STCv",
"propertyOrder": 10
},
"stcv_image_filename": {
"type": "string",
"title": "STCv Image Filename",
"description": "Name of the qcow2 image for the STCv VM",
"propertyOrder": 20
},
"spirent_license_server": {
"title": "Spirent License Server",
"description": "IP address of the server where the STCv license is found",
"type": "string",
"format": "ipv4",
"sectionEnd": "STCv",
"propertyOrder": 30
}
},
"required": ["stcv_image_path", "stcv_image_filename", "spirent_license_server"]
}