[PR #11] [MERGED] Claude/phase 3 lxc flow #12

Closed
opened 2026-06-02 20:54:32 +08:00 by ivenator1 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ivenator1/proxmox-management/pull/11
Author: @ivenator1
Created: 5/30/2026
Status: Merged
Merged: 5/30/2026
Merged by: @ivenator1

Base: mainHead: claude/phase-3-lxc-flow


📝 Commits (6)

  • ef79357 fix: add jinja2 to core dependencies
  • c17ffd2 fix: pass project_dir=os.getcwd() to ansible_runner.run() in cli.py
  • 47a5e9e fix: surface discovery errors and run shell primitive in check mode
  • d2d72ee fix: resolve inventory to absolute path in invoke_primitive; fix proxmox_nodes:vars parser bug
  • 6a46662 fix: propagate --check and -e fleet_dry_run=true to Python driver dry_run
  • 502cbd2 docs: add manager venv setup instructions to CLAUDE.md and README

📊 Changes

9 files changed (+34 additions, -7 deletions)

View changed files

📝 CLAUDE.md (+14 -0)
📝 README.md (+5 -3)
📝 ansible/primitives/run_shell.yml (+2 -0)
📝 proxmox_fleet/cli.py (+6 -0)
📝 proxmox_fleet/driver.py (+1 -1)
📝 proxmox_fleet/flows/lxc.py (+2 -0)
📝 proxmox_fleet/inventory.py (+1 -2)
📝 proxmox_fleet/runner.py (+2 -1)
📝 pyproject.toml (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ivenator1/proxmox-management/pull/11 **Author:** [@ivenator1](https://github.com/ivenator1) **Created:** 5/30/2026 **Status:** ✅ Merged **Merged:** 5/30/2026 **Merged by:** [@ivenator1](https://github.com/ivenator1) **Base:** `main` ← **Head:** `claude/phase-3-lxc-flow` --- ### 📝 Commits (6) - [`ef79357`](https://github.com/ivenator1/proxmox-management/commit/ef793577eb07cbd22233007a9af9f9b49c3fc399) fix: add jinja2 to core dependencies - [`c17ffd2`](https://github.com/ivenator1/proxmox-management/commit/c17ffd23b621962dca32dd59b0d852d78f3d06fc) fix: pass project_dir=os.getcwd() to ansible_runner.run() in cli.py - [`47a5e9e`](https://github.com/ivenator1/proxmox-management/commit/47a5e9e00e117d98b3623a72c824eea2811f6829) fix: surface discovery errors and run shell primitive in check mode - [`d2d72ee`](https://github.com/ivenator1/proxmox-management/commit/d2d72ee69b5ab91cc01feda324500e533f83ddd0) fix: resolve inventory to absolute path in invoke_primitive; fix proxmox_nodes:vars parser bug - [`6a46662`](https://github.com/ivenator1/proxmox-management/commit/6a46662487314c34ed9acc55b58c20efc7aeea65) fix: propagate --check and -e fleet_dry_run=true to Python driver dry_run - [`502cbd2`](https://github.com/ivenator1/proxmox-management/commit/502cbd24a737ba6825cdb37677ceaa5526224ef1) docs: add manager venv setup instructions to CLAUDE.md and README ### 📊 Changes **9 files changed** (+34 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `CLAUDE.md` (+14 -0) 📝 `README.md` (+5 -3) 📝 `ansible/primitives/run_shell.yml` (+2 -0) 📝 `proxmox_fleet/cli.py` (+6 -0) 📝 `proxmox_fleet/driver.py` (+1 -1) 📝 `proxmox_fleet/flows/lxc.py` (+2 -0) 📝 `proxmox_fleet/inventory.py` (+1 -2) 📝 `proxmox_fleet/runner.py` (+2 -1) 📝 `pyproject.toml` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
ivenator1 2026-06-02 20:54:32 +08:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ivenator1/proxmox-management#12
No description provided.