Closed mokele closed 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
director_marathon_name = "-".join((framework, cluster, 'director'))
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.
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