Commit Graph

5 Commits

Author SHA1 Message Date
Houzhong Xu
45f93cc68c SWITCH: 从 Ansible 切换到 Terraform 管理 Nomad 配置
Some checks failed
Infrastructure CI/CD / Validate Infrastructure (push) Failing after 19s
Infrastructure CI/CD / Plan Infrastructure (push) Has been skipped
Infrastructure CI/CD / Apply Infrastructure (push) Has been skipped
Simple Test / test (push) Successful in 5s
- 创建 nomad-config Terraform 模块
- 声明式管理 Nomad 节点配置
- 更新 GitOps 工作流使用 Terraform
- 避免配置漂移,确保主客观统一
- 目标: 通过 IaC 修复 5个异常节点
2025-10-09 13:15:57 +00:00
Houzhong Xu
ea85f807d0 FIX: 更新工作流执行实际的节点修复
All checks were successful
Simple Test / test (push) Successful in 5s
- 添加 ansible/** 路径监听
- 执行 fix-nomad-nodes.yml 修复异常节点
- 目标节点: ch4, hcp1, warden, ash1d
2025-10-09 13:06:00 +00:00
Houzhong Xu
0f0436fd4a ADD: 简单测试工作流 - 验证 GitOps 基础功能
All checks were successful
Simple Test / test (push) Successful in 15s
2025-10-09 12:49:44 +00:00
Houzhong Xu
d12d1dc690 Fix: Use proper Gitea Runner workflow
- Remove hand-crafted Python webhook server
- Use standard Gitea Actions workflow
- Deploy via Ansible playbook
- Mature GitOps solution
2025-10-09 10:34:04 +00:00
Houzhong Xu
89ee6f7967 Clean repository: organized structure and GitOps setup
- Organized root directory structure
- Moved orphan files to proper locations
- Updated .gitignore to ignore temporary files
- Set up Gitea Runner for GitOps automation
- Fixed Tailscale access issues
- Added workflow for automated Nomad deployment
2025-10-09 06:13:45 +00:00