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)
Wed, Jun 26, 11:31 AM
Unknown Object (File)
Wed, Jun 26, 11:31 AM
Unknown Object (File)
Wed, Jun 26, 11:31 AM
Unknown Object (File)
Wed, Jun 26, 11:28 AM
Unknown Object (File)
Wed, Jun 26, 11:00 AM
Unknown Object (File)
Sun, Jun 16, 8:19 PM
Unknown Object (File)
Sun, Jun 16, 8:18 PM
Unknown Object (File)
Sun, Jun 16, 8:18 PM

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