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

Initial commit #1

Merged
merged 4 commits into from
Aug 22, 2018
Merged

Initial commit #1

merged 4 commits into from
Aug 22, 2018

Conversation

lucassz
Copy link
Contributor

@lucassz lucassz commented Jul 5, 2018

Initial Terraform code implementing steps 1 and 2 of ospc-org/ospc.org#913, minus the Heroku part. Currently has no dependencies other than two ECR repositories for Celery and Flask with a functional image pushed to them, and can set up a working backend.

@hdoupe

@hdoupe
Copy link
Contributor

hdoupe commented Jul 11, 2018

@lucassz this looks pretty neat. Can we sit down in the next couple days and get me set up to deploy with these scripts? I think it'll help me be a bit more familiar and comfortable with these deployment methods if I can get my hands dirty, do some deploys, run some tests, etc.

@hdoupe
Copy link
Contributor

hdoupe commented Jul 12, 2018

@lucassz at some point, can you add something like a README.md document explaining:

  • why terraform?
  • system architecture
    • redis
    • flask
    • celery
    • ...
    • relations between the services
  • deployment instructions
  • tear down instructions

This can go in a follow up PR, too. You can work on this in parallel with projects that you pick up after this PR is merged. I don't want you to be bogged down with this all summer.

@lucassz
Copy link
Contributor Author

lucassz commented Jul 18, 2018

@hdoupe README.md has been added. Please let me know if any other information would be helpful within it.

@hdoupe
Copy link
Contributor

hdoupe commented Aug 22, 2018

@lucassz The test app is running on #1 right now. Thanks for revamping our infrastructure and deployment process. From a devops perspective, this improves the webapp many times over. Futher, by decoupling Redis, Flask, and the Celery, data from several tasks could be shared which reduced complexity significantly in the webapp relating to the aggregation of outputs and to distributing, querying and collecting jobs.

@hdoupe hdoupe merged commit c9df5d9 into ospc-org:master Aug 22, 2018
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

Successfully merging this pull request may close these issues.

2 participants