Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature: Figure out how to stand up a Jazz stack from any machine #245

Open
bleggett opened this issue Jun 14, 2018 · 2 comments
Open

Comments

@bleggett
Copy link
Contributor

Split out from #110

Right now we require/assume you are running the installer from a CentOS 7 box in EC2.

We should support running the installer from any kind of OS, from your local laptop, etc.

One way to do this might be to create a "script container" Docker image to replace the current CentOS box. Vagrant is also an option.

@ghost
Copy link

ghost commented Jan 9, 2019

@bleggett Vagrant is mainly for development environments. Not a well solution for production systems. What is your idea?

@bleggett
Copy link
Contributor Author

bleggett commented Jan 9, 2019

@francis-ve You're correct, Vagrant is not a great option.

This summary is old, we are solving this gap by standing up an ECS cluster in AWS, so that we do not need to configure the local machine much, and the installer can be run from anywhere that has AWS credentials.

We are tracking this effort in #424 (Add ECS support) and #382 (Rewrite installer to support cross-platform execution)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant