When I run tendrl-upgrade with --help arugment, it tries to migrade graphite data first, and the shows the help as long as the 1st action haven't failed. This is very unusual design choice.
One can try this just after cloning the repo:
$ python2 ./tendrl/monitoring_integration/upgrades/delete_dashboards.py --help
Modifying brick path separator
find: The relative path ‘.cabal/bin’ is included in the PATH environment variable, which is insecure in combination with the -execdir action of find. Please remove that entry from $PATH
Migrating graphite data
sh: django-admin: command not found
sh: django-admin: command not found
Failed in deleting dashboards with error: No section: 'security'
When I run
tendrl-upgrade
with--help
arugment, it tries to migrade graphite data first, and the shows the help as long as the 1st action haven't failed. This is very unusual design choice.One can try this just after cloning the repo: