Skip to content

Commit

Permalink
Add ToolsDB credentials, and add first database (#26)
Browse files Browse the repository at this point in the history
As discussed in the Phab task, it doesn't seem to be possible to add all
databases ending with _p as we did for Quarry, so we had to add dbs on
request.

This one was requested by KCVelaga_WMF in T367393.

Bug: T367393
  • Loading branch information
dhinus authored Jul 4, 2024
1 parent a974d90 commit 2c39774
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/templates/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,7 @@ extraConfigs:
password: {{ replicaPass }}
sqlalchemy_uri: mysql+mysqldb://[email protected]:3306/information_schema?ssl=1
allow_run_async: true
- database_name: s55986__automod_metrics_p
password: {{ toolsdbPass }}
sqlalchemy_uri: mysql+mysqldb://[email protected]:3306/information_schema?ssl=1
allow_run_async: true
Binary file modified ansible/vars/secrets-eqiad1.yaml
Binary file not shown.

0 comments on commit 2c39774

Please sign in to comment.