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

removed 'alarmsd-db' from config format

parent 11a1a9d7
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,6 @@ CONFIG_SCHEMA = { ...@@ -23,7 +23,6 @@ CONFIG_SCHEMA = {
"type": "object", "type": "object",
"properties": { "properties": {
"alarms-db": {"$ref": "#/definitions/database_credentials"},
"ops-db": {"$ref": "#/definitions/database_credentials"}, "ops-db": {"$ref": "#/definitions/database_credentials"},
"oid_list.conf": {"type": "string"}, "oid_list.conf": {"type": "string"},
"ssh": { "ssh": {
...@@ -76,7 +75,6 @@ CONFIG_SCHEMA = { ...@@ -76,7 +75,6 @@ CONFIG_SCHEMA = {
} }
}, },
"required": [ "required": [
"alarms-db",
"ops-db", "ops-db",
"oid_list.conf", "oid_list.conf",
"ssh", "ssh",
......
...@@ -22,12 +22,6 @@ TEST_DATA_DIRNAME = os.path.realpath(os.path.join( ...@@ -22,12 +22,6 @@ TEST_DATA_DIRNAME = os.path.realpath(os.path.join(
def data_config_filename(tmp_dir_name): def data_config_filename(tmp_dir_name):
config = { config = {
"alarms-db": {
"hostname": "xxxxxxx.yyyyy.zzz",
"dbname": "xxxxxx",
"username": "xxxxxx",
"password": "xxxxxxxx"
},
"ops-db": { "ops-db": {
"hostname": "xxxxxxx.yyyyy.zzz", "hostname": "xxxxxxx.yyyyy.zzz",
"dbname": "xxxxxx", "dbname": "xxxxxx",
......
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