Files
loc_az_hci/docs/temporary/DEPLOYMENT_PROGRESS.md
defiQUG c39465c2bd
Some checks failed
Test / test (push) Has been cancelled
Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 09:04:46 -08:00

2.4 KiB

Deployment Progress Tracker

Completed Tasks

  1. Environment Setup

    • .env file configured
    • Proxmox connections verified
    • ISO uploaded to Proxmox
  2. VM Creation

    • All 4 VMs created via API
    • VMs started and running
    • Configuration fixes attempted
  3. Scripts Created

    • Setup scripts for all services
    • VM creation scripts
    • Status checking scripts

Pending Tasks (In Order)

Phase 1: VM Configuration Verification

Prerequisite: None
Status: Ready to execute

  • Verify VM hardware via Proxmox Web UI
  • Fix any missing network/disk/ISO configurations
  • Verify boot order

Action Required:

  1. Access https://192.168.1.206:8006
  2. Check each VM's hardware configuration
  3. Fix any issues manually

Phase 2: Ubuntu Installation

Prerequisite: Phase 1 complete
Status: Waiting for Phase 1

  • Install Ubuntu 24.04 on cloudflare-tunnel (VM 100)
  • Install Ubuntu 24.04 on k3s-master (VM 101)
  • Install Ubuntu 24.04 on git-server (VM 102)
  • Install Ubuntu 24.04 on observability (VM 103)

Action Required:

  1. Open VM console in Proxmox Web UI
  2. Complete Ubuntu installation
  3. Configure static IPs during installation

Phase 3: OS Verification

Prerequisite: Phase 2 complete
Status: Waiting for Phase 2

  • Run: ./scripts/check-vm-status.sh
  • Verify all VMs are reachable
  • Verify SSH access works
  • Verify Ubuntu installation

Action Required:

./scripts/check-vm-status.sh

Phase 4: Service Setup

Prerequisite: Phase 3 shows all VMs ready
Status: Waiting for Phase 3

  • Setup Cloudflare Tunnel (VM 100)
  • Setup K3s (VM 101)
  • Setup Git Server (VM 102)
  • Setup Observability (VM 103)

Action Required: See VM_STATUS_REPORT.md for detailed instructions

🔍 Current Blockers

  1. VM Configuration: Some hardware may need manual configuration via Web UI
  2. OS Installation: Ubuntu must be installed before proceeding
  3. Network Setup: Static IPs must be configured during OS installation

📋 Quick Reference

Proxmox Web UI: https://192.168.1.206:8006
VM IPs:

  • 192.168.1.60 (cloudflare-tunnel)
  • 192.168.1.188 (k3s-master)
  • 192.168.1.121 (git-server)
  • 192.168.1.82 (observability)

Verification Script: ./scripts/check-vm-status.sh
Status Report: VM_STATUS_REPORT.md