signalfx / maestro-ng

Orchestration of Docker-based, multi-host environments
https://signalfx.com
Apache License 2.0
683 stars 83 forks source link

Returning a unique list of ordered container objects from _order_depe… #184

Closed ac111 closed 7 years ago

ac111 commented 7 years ago

…ndencies to prevent duplication in term output on repeated calls to orchestrator operations

This one-liner is used to prevent duplicate container elements in returned list used for dependency tree walk, which prevents duplicate container line entries in terminal output when orchestrator calls (eg. start operation) are repeated.

ac111 commented 7 years ago

@zsuzhengdu @iangkent @mailjainrahul

ac111 commented 7 years ago

@mailjainrahul @iangkent @zsuzhengdu Please review this one-liner to our maestro-ng fork to resolve duplicate container entries on repeated calls to orchestrator operations (such as "start")