-
Notifications
You must be signed in to change notification settings - Fork 42
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
Update docker docs #237
base: develop
Are you sure you want to change the base?
Update docker docs #237
Conversation
dmcken
commented
Nov 12, 2021
- Fixed docker-compose command documentation to use network_importer (not network-importer) as defined in docker-compose.yml
- Added table of all currently defined environment variables to docs/configuration.md based on what I found in network_importer/config.py. I hope to work on this to fill in the missing entries as I would prefer to work with this project using docker.
Fixed docker-compose service name in example commands.
List all the currently defined environment variables. The empty values can be used as a focus on what to fix next so the service can be better dockerized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this PR, I added few comments and suggestions inline
| BATFISH_PORT_V2 | batfish | port_v2 | | ||
| BATFISH_USE_SSL | batfish | use_ssl | | ||
| | drivers.mapping | <should this be made into ENV variables?> | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure how we could fit everything into an environment variable ... probably best to keep it as it for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| | drivers.mapping | <should this be made into ENV variables?> | | |
| | drivers | mapping | |
| | inventory | supported_platforms | | ||
| | inventory | backend (duplicate of main.backend?) | | ||
| | inventory.settings | <TODO> | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| | inventory.settings | <TODO> | | |
| | inventory.settings | Backend specific | |
| | drivers.mapping | <should this be made into ENV variables?> | | ||
| | inventory | supported_platforms | | ||
| | inventory | backend (duplicate of main.backend?) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes the doc is not correct, this setting doesn't exist.
please could you remove it from this table and update the doc as well ?