Skip to content
Snippets Groups Projects
Commit c05e6933 authored by Sam Roberts's avatar Sam Roberts
Browse files

Merge branch 'develop' into feature/REPORTING-307-msr-vpn-proxy-endpoint

parents d1c81d53 884094dc
No related branches found
No related tags found
1 merge request!2Feature/reporting 307 msr vpn proxy endpoint
...@@ -226,7 +226,6 @@ CONFIG_SCHEMA = { ...@@ -226,7 +226,6 @@ CONFIG_SCHEMA = {
'oneOf': [ 'oneOf': [
{ {
'required': [ 'required': [
'ops-db',
'ssh', 'ssh',
'redis', 'redis',
'redis-databases', 'redis-databases',
...@@ -237,7 +236,6 @@ CONFIG_SCHEMA = { ...@@ -237,7 +236,6 @@ CONFIG_SCHEMA = {
}, },
{ {
'required': [ 'required': [
'ops-db',
'ssh', 'ssh',
'sentinel', 'sentinel',
'redis-databases', 'redis-databases',
......
...@@ -28,12 +28,6 @@ def data_config_filename(): ...@@ -28,12 +28,6 @@ def data_config_filename():
with tempfile.NamedTemporaryFile() as f: with tempfile.NamedTemporaryFile() as f:
config = { config = {
"ops-db": {
"hostname": "xxxxxxx.yyyyy.zzz",
"dbname": "xxxxxx",
"username": "xxxxxx",
"password": "xxxxxxxx"
},
"ssh": { "ssh": {
"username": "uSeR-NaMe", "username": "uSeR-NaMe",
"private-key": "private-key-filename", "private-key": "private-key-filename",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment