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)
Fri, Nov 22, 12:53 PM
Unknown Object (File)
Fri, Nov 22, 12:53 PM
Unknown Object (File)
Fri, Nov 22, 12:53 PM
Unknown Object (File)
Fri, Nov 22, 12:52 PM
Unknown Object (File)
Wed, Nov 13, 4:44 AM
Unknown Object (File)
Wed, Nov 13, 4:43 AM
Unknown Object (File)
Fri, Nov 8, 12:49 PM
Unknown Object (File)
Sun, Nov 3, 2:13 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