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
Unknown Object (File)
Sun, Apr 20, 11:04 AM
Unknown Object (File)
Fri, Apr 18, 3:55 PM
Unknown Object (File)
Thu, Apr 17, 8:10 AM
Unknown Object (File)
Sat, Apr 12, 3:14 AM
Unknown Object (File)
Sat, Apr 12, 3:14 AM
Unknown Object (File)
Sat, Apr 12, 3:14 AM
Unknown Object (File)
Sat, Apr 12, 3:14 AM
Unknown Object (File)
Wed, Apr 9, 12:23 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
Branch
add-tunnelbroker-dev-ini
Lint
No Lint Coverage
Unit
No Test Coverage

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