Skip to content

Deploy new azure infra#122

Merged
jschoedl merged 1 commit into
mainfrom
chore/new-azure
Jul 2, 2026
Merged

Deploy new azure infra#122
jschoedl merged 1 commit into
mainfrom
chore/new-azure

Conversation

@imol-ai

@imol-ai imol-ai commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

Summary

Deploy the new azure infra on my account after the other team members have exhausted their quotas.

Type of change

  • Bug fix
  • New feature
  • Refactor / cleanup
  • Infrastructure / CI
  • Documentation

API changes

  • This PR does not affect the API
  • This PR changes the API → api/openapi.yaml updated and api/scripts/gen-all.sh re-run

Definition of Done

  • CI passes
  • Pre-commit hooks pass locally
  • Relevant tests added or updated

Summary by CodeRabbit

  • New Features

    • Updated the deployment setup to point to the latest server and SSH host details, keeping automated provisioning aligned with the current environment.
  • Documentation

    • Refreshed the “Try it out” link in the README to a new Azure deployment URL.
    • Removed the outdated unavailability note.
  • Chores

    • Improved repository safety by ignoring a local SSH private key file.
    • Updated infrastructure lock metadata for the cloud provider.

@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 51f25b34-6a61-4b85-a5fb-b4f29e037d07

📥 Commits

Reviewing files that changed from the base of the PR and between ddeedef and a526134.

⛔ Files ignored due to path filters (1)
  • infra/id_rsa.pub is excluded by !**/*.pub
📒 Files selected for processing (7)
  • .github/workflows/deploy-ansible.yml
  • .gitignore
  • README.md
  • infra/.gitkeep
  • infra/.terraform.lock.hcl
  • infra/inventory.ini
  • infra/main.tf

📝 Walkthrough

Walkthrough

This PR migrates infrastructure configuration to a new VM host IP (4.223.70.80), updates the SSH public key reference in Terraform to a relative local path, adjusts the deployment workflow's keyscan target, updates the inventory grouping, adds an id_rsa ignore entry, refreshes a Terraform provider lock hash, and updates the README deployment link.

Changes

VM Host Migration and Config Updates

Layer / File(s) Summary
Host IP and SSH key path updates
infra/inventory.ini, .github/workflows/deploy-ansible.yml, infra/main.tf, .gitignore
Inventory and deploy workflow now target the new VM IP (4.223.70.80) under a [web] group, Terraform reads the SSH public key from a relative ./id_rsa.pub path, and id_rsa is added to .gitignore.
Lockfile and README updates
infra/.terraform.lock.hcl, README.md
Terraform lockfile gains an additional azurerm provider hash, and the README's "Try it out!" link points to a new Docker Compose deployment URL.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~4 minutes

Poem

A new IP hops into view,
id_rsa hides from sight, it's true,
Hashes stacked, the lockfile grows,
README points where the new build flows,
Hop hop hooray, deployment's anew! 🐇

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main change: deploying new Azure infrastructure and related deployment configuration updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/new-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.

@imol-ai imol-ai requested review from jschoedl and paulwiese June 30, 2026 22:32

@paulwiese paulwiese left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jschoedl jschoedl merged commit 54c5194 into main Jul 2, 2026
2 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