Skip to content

feat: deployment to azure with terraform and ansible#110

Open
sachmii wants to merge 4 commits into
mainfrom
feat/109/deployment-to-azure
Open

feat: deployment to azure with terraform and ansible#110
sachmii wants to merge 4 commits into
mainfrom
feat/109/deployment-to-azure

Conversation

@sachmii

@sachmii sachmii commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Summary

This PR adds infrastructure and deployment support for Azure using Terraform and Ansible. It introduces CI/CD and documentation updates to support the new deployment workflow, while keeping the API unchanged.

Component

  • Client: client/
  • API contract: api/
  • Spring ingestion: services/spring-ingestion/
  • Spring logbook: services/spring-logbook/
  • Spring alerts: services/spring-alerts/
  • GenAI: services/py-intelligence/
  • Infrastructure: infra/
  • CI/CD: .github/workflows/
  • Documentation

API Impact

  • This changes the API.
  • api/openapi.yaml was updated.
  • This does not change the API.

Testing

  • I tested this locally.
  • I added or updated tests.
  • Tests are not applicable for this change.

Checklist

  • Branch name follows (feat|fix)/(issue_id)/(name_of_issue).
  • The change is limited to the intended component(s).
  • Documentation was updated if needed.

Related Issue

Closes #109

@sachmii sachmii linked an issue Jul 2, 2026 that may be closed by this pull request
9 tasks
@sachmii sachmii self-assigned this Jul 2, 2026
@sachmii sachmii requested review from memreo and tahahundekari July 2, 2026 18:36
@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@sachmii, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 50 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f8b5add3-eee6-4b5f-93f1-64e5292a4f5b

📥 Commits

Reviewing files that changed from the base of the PR and between 94becd2 and 72ac631.

📒 Files selected for processing (10)
  • .github/workflows/deploy-azure.yml
  • README.md
  • infra/ansible/ansible.cfg
  • infra/ansible/inventory.tmpl
  • infra/ansible/playbook.yml
  • infra/docker-compose.prod.yml
  • infra/terraform/main.tf
  • infra/terraform/outputs.tf
  • infra/terraform/providers.tf
  • infra/terraform/variables.tf
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/109/deployment-to-azure

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sachmii sachmii added documentation Improvements or additions to documentation ci Pull request responsible for continuous integration cd Pull request responsible for continuous deployment infra Pull requests that update infrastructure code. labels Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cd Pull request responsible for continuous deployment ci Pull request responsible for continuous integration documentation Improvements or additions to documentation infra Pull requests that update infrastructure code.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: deployment to azure with terraform + ansible

1 participant