Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker environment variable needs to be consistent across deployments in both simulation and physical equipments (vehicle and intersection) #206

Open
dan-du-car opened this issue May 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dan-du-car
Copy link
Collaborator

dan-du-car commented May 23, 2024

Summary

Environment variables managements are different between simulation (XIL) and physical deployment. In the simulation environment, docker compose file uses a combination of env_file and environment (https://github.com/usdot-fhwa-stol/carma-config/blob/develop/xil_cloud_telematics/docker-compose.yml), see below:
image
image

However, in physical deployment, the docker compose file uses environment for all variables, see link and a sample screenshot:
image

Reasoning for new functionality

For the easy of deployment across different testing environment, this env variable management needs to be consistent and deployment documentation needs to be updated.

@dan-du-car dan-du-car added the enhancement New feature or request label May 23, 2024
@dan-du-car dan-du-car changed the title Docker environment needs to be consistent across deployments in both simulation and physical equipments (vehicle, intersection) Docker environment variable needs to be consistent across deployments in both simulation and physical equipments (vehicle, intersection) May 23, 2024
@dan-du-car dan-du-car changed the title Docker environment variable needs to be consistent across deployments in both simulation and physical equipments (vehicle, intersection) Docker environment variable needs to be consistent across deployments in both simulation and physical equipments (vehicle and intersection) May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant