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

OC-923: Integrate PoC ECS infrastructure with octopus #729

Merged
merged 10 commits into from
Dec 9, 2024
Merged

Conversation

finlay-jisc
Copy link
Collaborator

The purpose of this PR was to work a proof of concept ECS setup I made separately into octopus's codebase. The terraform code creates:

  • An ECR for docker containers
  • A codepipeline which builds a docker container when the source branch (int/prod) is pushed to
  • An ECS service which runs a task using the latest of these docker containers
    The proof of concept just logs a simple message.

There is one per environment because the idea is that this infrastructure will be used to run scripts against each environment like the ARI import script.


Acceptance Criteria:

The proof of concept ECS setup can be deployed and run within octopus's environment.


Checklist:

  • Local manual testing conducted
  • Automated tests added
  • Documentation updated

Screenshots:

Service running on int
Screenshot 2024-11-27 102211

Service running on prod
Screenshot 2024-11-27 104143

Copy link

vercel bot commented Nov 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
octopus ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 9, 2024 2:03pm

@finlay-jisc finlay-jisc marked this pull request as ready for review November 27, 2024 10:50
@finlay-jisc finlay-jisc requested a review from a team as a code owner November 27, 2024 10:50
infra/modules/codepipeline/s3.tf Show resolved Hide resolved
infra/modules/ecs/tasks.tf Outdated Show resolved Hide resolved
infra/modules/codepipeline/codepipeline.tf Outdated Show resolved Hide resolved
infra/modules/ecs/services.tf Outdated Show resolved Hide resolved
@finlay-jisc finlay-jisc merged commit a64038b into main Dec 9, 2024
11 checks passed
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.

3 participants