Created
November 30, 2015 20:05
-
-
Save lakshmi-kannan/1f7b11a27bbe5ca4b196 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installation failures and next steps | |
==================================== | |
We have seen installer failing for the following reasons: | |
1) Problem: Installer is running behind a proxy. | |
Solution: While we make the installer resilient to handle proxies (probably next release), please use AWS to try out StackStorm. | |
Here are the image ids available in the us-east-1: | |
CentOS 6 - ami-1255b321 | |
CentOS 7 - ami-d440a6e7 | |
Ubuntu 14.04 - ami-5189a661 | |
2) Problem: Facter is not installed | |
Solution: Unfortunately, this is an upstream issue where the mirror fails. We are building a robust solution to reduce dependencies. Meanwhile, | |
delete /etc/st2workroom-bootstrapped file and re-run the bootstrap script. | |
3) Problem: Installation failures due to dependency installation failures. | |
Solution: Same as (2). Upstream mirrors sometimes go down. Delete /etc/st2workroom-bootstrapped file and re-run the bootstrap script. | |
If your failure isn't due to one of the above reasons, ping us on slack or email [email protected]. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment