msimonin / ombt-orchestrator

Framework to evaluate different message buses using oslo.messaging (via ombt)
GNU General Public License v3.0
3 stars 4 forks source link

`./cli.py prepare` should reload the broker option from the env #60

Open msimonin opened 6 years ago

msimonin commented 6 years ago

Currently calling ./cli.py prepare from the command line applies the default configuration of the broker (qdr complete graph of size 4). We don't want to run in this situation :

./cli.py deploy rabbitmq
./cli.py destroy
# The following will install qdr instead of rabbitmq (usually we don't want to change the bus when iterating)
./cli.py prepare 
jrbalderrama commented 6 years ago

What is the status of this issue. It looks like it was already addressed in the code with https://github.com/msimonin/ombt-orchestrator/blob/ac7000bef5814d18adb029993306332f97fac854/orchestrator/cli.py#L53 and this https://github.com/msimonin/ombt-orchestrator/blob/ac7000bef5814d18adb029993306332f97fac854/orchestrator/tasks.py#L262