Page MenuHomePhabricator

[services] Tunnelbroker - Add config ini file for dev-mode
ClosedPublic

Authored by max on May 25 2022, 12:46 PM.
Tags
None
Referenced Files
F2210107: D4127.id13128.diff
Sun, Jul 7, 8:44 PM
F2209986: D4127.id13193.diff
Sun, Jul 7, 7:53 PM
F2209942: D4127.id13131.diff
Sun, Jul 7, 7:39 PM
Unknown Object (File)
Fri, Jul 5, 4:00 PM
Unknown Object (File)
Fri, Jul 5, 1:16 PM
Unknown Object (File)
Fri, Jul 5, 9:35 AM
Unknown Object (File)
Fri, Jul 5, 7:22 AM
Unknown Object (File)
Fri, Jul 5, 12:01 AM

Details

Summary

Introducing configuration file for tunnelbroker dev-mode.
This configuration file will be loaded on the dev-mode service start.
To use the local rabbitMQ docker container we will use amqp.uri = amqp://comm:comm@rabbitmq connection string parameter which corresponds the docker-compose settings.

For the local dynamoDB (localstack) docker image *-test tables we are using the dynamodb table names section, which contains test table names.

Linear task: ENG-1101

Test Plan

Replace tunnelbroker.ini with tunnelbroker-dev.ini file and start the service yarn run-tunnelbroker-service.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

max held this revision as a draft.

Dev-mode config file path was added to the Constants.h.

tomek added 1 blocking reviewer(s): karol.

Adding @karol-bisztyga as blocking because he was introducing dev mode in other services.

This revision is now accepted and ready to land.May 26 2022, 5:03 AM