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

Expose `backup_dir` parameter to the `cli backup` command #49

Closed msimonin closed 6 years ago

msimonin commented 6 years ago

Partially addressed in https://github.com/msimonin/ombt-orchestrator/commit/7b537b9dd64832f0cd1458302754f5ebfbc2782b

Backuping the ombt agents files is done during the test_case where all the logs/outputs files are known to ansible through the variable ombt_conf. This variable isn't known when calling cli backup (and then the task backup) since we don't save the ombt_conf variable in the environment.

So calling backup outside a test case only call the backup task of all non ombt roles.

Let's keep things like that since we don't want to store ombt_conf in the env (this could be huge).