Skip to content

Commit

Permalink
ci(Gorgone): fix gorgone configuration to use the correct centreon-st…
Browse files Browse the repository at this point in the history
…orage db

Refs:MON-37990
  • Loading branch information
Evan-Adam committed Jul 22, 2024
1 parent dc48196 commit e5cba5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gorgone/tests/robot/config/gorgone_core_central.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ centreon:
username: "@DBUSER@"
password: "@DBPASSWORD@"
db_realtime:
dsn: "mysql:host=@DBHOST@:port=3306;dbname=centreon-storage"
dsn: "mysql:host=@DBHOST@:port=3306;dbname=@DBNAME_STORAGE@"
username: "@DBUSER@"
password: "@DBPASSWORD@"
1 change: 1 addition & 0 deletions gorgone/tests/robot/resources/resources.resource
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Setup Gorgone Config
${CMD} Catenate
... sed -i -e 's/@KEYTHUMBPRINT@/${key_thumbprint}/g'
... -e 's/@DBNAME@/${DBNAME}/g'
... -e 's/@DBNAME_STORAGE@/${DBNAME_STORAGE}/g'
... -e 's/@DBHOST@/${DBHOST}/g'
... -e 's/@DBPASSWORD@/${DBPASSWORD}/g'
... -e 's/@DBUSER@/${DBUSER}/g'
Expand Down

0 comments on commit e5cba5a

Please sign in to comment.