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

removed junosspace from config schema

parent bc8763da
No related branches found
No related tags found
No related merge requests found
......@@ -54,16 +54,6 @@ CONFIG_SCHEMA = {
"required": ["hostname", "port", "name"],
"additionalProperties": False
},
"junosspace-credentials": {
"type": "object",
"properties": {
"api": {"type": "string"},
"username": {"type": "string"},
"password": {"type": "string"}
},
"required": ["api", "username", "password"],
"additionalProperties": False
},
"interface-address": {
"type": "object",
"properties": {
......@@ -88,7 +78,7 @@ CONFIG_SCHEMA = {
"minItems": 1,
"items": {"type": "integer"}
},
"junosspace": {"$ref": "#/definitions/junosspace-credentials"},
"managed-routers": {"type": "string"},
"unmanaged-interfaces": {
"type": "array",
"items": {"$ref": "#/definitions/interface-address"}
......@@ -101,7 +91,7 @@ CONFIG_SCHEMA = {
"ssh",
"redis",
"redis-databases",
"junosspace"]
"managed-routers"]
},
{
"required": [
......@@ -109,7 +99,7 @@ CONFIG_SCHEMA = {
"ssh",
"sentinel",
"redis-databases",
"junosspace"]
"managed-routers"]
}
],
"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