basho-labs / riak-mesos-tools

CLI and other tools for interacting with the Riak Mesos Framework.
Apache License 2.0
3 stars 6 forks source link

director uninstall does not include framework name in marathon app-name prefix #46

Closed mokele closed 8 years ago

mokele commented 8 years ago

install uses director_marathon_name = "-".join((framework, cluster, 'director')) yet uninstall uses `/' + cluster + '-director' so it is not currently possible to remove the directory via riak-mesos-tools

sanmiguel commented 8 years ago

Hi! I just merged #50 (and tagged the tools at 1.3.1 ) which addresses this.

I'll close the issue but please feel free to reopen if you continue to have this problem.