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

IP/hostname detection #248

Closed eoyslebo closed 7 years ago

eoyslebo commented 8 years ago

My issues are resolved, but I figured I would leave some feedback on my installation experiences running http://stackstorm.com/install.sh:

The IP address was not detected correctly. Ubuntu 14.04 LTS had configured my networking interface as em1. I resolved this by changing the network interface name to eth0 (by setting GRUB_CMDLINE_LINUX_DEFAULT="biosdevname=0" in /etc/default/grub and running grub-update).

Issues with detecting the network interface are somewhat documented, but it took me a while to realize what was wrong. The error message I was getting when trying to log in was "Unable to reach auth service. [auth:https://:9100]", and it wasn't immediately obvious to me that the installation had failed.

One last note: it would be useful if there was an uninstall.sh script, or a way to completely remove all changes made by the installer so as to be able to go back to a known good state and try again.