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

Merge branch 'develop' into feature/REPORTING-297-msr-mdvpn-endpoint

parents d258e42e 884094dc
No related branches found
No related tags found
1 merge request!1Feature/reporting 297 msr mdvpn endpoint
......@@ -226,7 +226,6 @@ CONFIG_SCHEMA = {
'oneOf': [
{
'required': [
'ops-db',
'ssh',
'redis',
'redis-databases',
......@@ -237,7 +236,6 @@ CONFIG_SCHEMA = {
},
{
'required': [
'ops-db',
'ssh',
'sentinel',
'redis-databases',
......
......@@ -28,12 +28,6 @@ def data_config_filename():
with tempfile.NamedTemporaryFile() as f:
config = {
"ops-db": {
"hostname": "xxxxxxx.yyyyy.zzz",
"dbname": "xxxxxx",
"username": "xxxxxx",
"password": "xxxxxxxx"
},
"ssh": {
"username": "uSeR-NaMe",
"private-key": "private-key-filename",
......
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