StorminStanley / st2workroom

Vagrant environment used to play with StackStorm, develop StackStorm for your environment, or develop on StackStorm itself!
Apache License 2.0
23 stars 21 forks source link

There should be an automated uninstaller for easy uninstallation of st2 and its deps. #270

Closed lakshmi-kannan closed 7 years ago

lakshmi-kannan commented 8 years ago

Requested by @blach on slack.

manasdk commented 8 years ago

I guess our base assumption was that a VM is cheap to create and destroy. I guess this is not true?

Kami commented 8 years ago

Yes, that should still be our assumption, imo.

Right now, creating a complete uninstaller is basically impossible since it would also mess with system dependencies (Python libraries, Ruby libraries, etc.). On top of that, users should also dedicate server to StackStorm, otherwise they will encounter dependency hell themselves.

In the future, when things are more contained, we can at least make it easier to uninstall st2 services and related Python dependencies.