adoroszlai commented on issue #238: HDDS-2588. Consolidate compose environments URL: https://github.com/apache/hadoop-ozone/pull/238#issuecomment-557261385 Thanks @elek for your thoughts. I think (1) and (2) are addressed by the followup commit, which extracts monitoring and profiling into separate configs. (Let me know if any of the configs are miscategorized.) They can be mixed in as desired by one of: ``` # no COMPOSE_FILE var # => only Ozone export COMPOSE_FILE=docker-compose.yaml:monitoring.yaml # => add monitoring export COMPOSE_FILE=docker-compose.yaml:profiling.yaml # => add profiling export COMPOSE_FILE=docker-compose.yaml:monitoring.yaml:profiling.yaml # => add both ``` I need to think (or talk) about your third point (3) more.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
