Skip to content
Snippets Groups Projects
Commit 71d1556f authored by Erik Reid's avatar Erik Reid
Browse files

aded 'infinera-dna' to config file format

parent 5e21d7e6
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,18 @@ CONFIG_SCHEMA = { ...@@ -46,6 +46,18 @@ CONFIG_SCHEMA = {
}, },
"required": ["hostname", "port"], "required": ["hostname", "port"],
"additionalProperties": False "additionalProperties": False
},
"infinera-dna": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {"type": "string"},
"address": {"type": "string"}
},
"required": ["name", "address"],
"additionalProperties": False
}
} }
}, },
"required": [ "required": [
...@@ -54,7 +66,8 @@ CONFIG_SCHEMA = { ...@@ -54,7 +66,8 @@ CONFIG_SCHEMA = {
"oid_list.conf", "oid_list.conf",
"routers_community.conf", "routers_community.conf",
"ssh", "ssh",
"redis"], "redis",
"infinera-dna"],
"additionalProperties": False "additionalProperties": False
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment