docs(vm302): split test env into dedicated dir, mark SE 21c as TODO
Move VM302-TESTING.md from lxc108-oracle/roa-windows-setup/test/ into a new proxmox/vm302-oracle-test/ directory (sibling of vm109/vm201) so the test environment is documented separately from the setup scripts. Add a dual-edition test plan (XE validated / SE TODO) and a stub for capturing the production SE errors next time they reproduce. Cross-link from roa-windows-setup/README.md, proxmox/README.md master index and CLAUDE.md entry points. Setup scripts stay in lxc108-oracle — they are not VM-specific. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -68,6 +68,12 @@ proxmox/
|
||||
│ ├── monitor-ssl-certificates.sh
|
||||
│ └── setup-new-iis-sites.ps1 # Setup site-uri IIS noi (Dokploy)
|
||||
│
|
||||
├── vm302-oracle-test/ # VM 302 - oracle-test-302 (test ROA Windows + Oracle 21c)
|
||||
│ ├── README.md # Info VM, status testare XE/SE, workflow
|
||||
│ └── docs/
|
||||
│ ├── dual-edition-test-plan.md # Plan testare 21c XE + SE
|
||||
│ └── issues-se-prod.md # TODO: log erori prod Oracle SE
|
||||
│
|
||||
├── lxc110-moltbot/ # LXC 110 - MoltBot (AI Telegram Bot)
|
||||
│ ├── README.md # Configurare, securitate, comenzi
|
||||
│ └── docs/
|
||||
@@ -319,6 +325,34 @@ echo | openssl s_client -connect roa.romfast.ro:443 -servername roa.romfast.ro 2
|
||||
|
||||
---
|
||||
|
||||
### VM 302 - oracle-test-302 (Test ROA Windows + Oracle 21c)
|
||||
**Director:** `vm302-oracle-test/`
|
||||
**IP:** 10.0.20.130 | **Host:** pvemini | **Rol:** mediu de test pentru scripturile `lxc108-oracle/roa-windows-setup/`
|
||||
|
||||
| Fișier | Descriere |
|
||||
|--------|-----------|
|
||||
| `README.md` | Info VM, status testare XE/SE, quick start, snapshots |
|
||||
| `docs/dual-edition-test-plan.md` | Plan testare dual: Oracle 21c XE + Standard Edition |
|
||||
| `docs/issues-se-prod.md` | TODO: log erori întâlnite în producție pe Oracle SE |
|
||||
|
||||
**Status testare scripturi ROA Windows:**
|
||||
- Oracle 21c **XE** — OK (validat pe VM 302)
|
||||
- Oracle 21c **SE** — **TODO** (netestat în mediu test, erori în prod)
|
||||
|
||||
**Quick Start:**
|
||||
```bash
|
||||
# Start VM (stopped între teste)
|
||||
ssh root@10.0.20.201 "qm start 302"
|
||||
|
||||
# Stop după test
|
||||
ssh root@10.0.20.201 "qm shutdown 302"
|
||||
|
||||
# Snapshot înainte de test
|
||||
ssh root@10.0.20.201 "qm snapshot 302 pre-test --description 'Before ROA test'"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Hartă Rapidă Resurse
|
||||
|
||||
### Noduri Proxmox Cluster
|
||||
@@ -345,6 +379,7 @@ echo | openssl s_client -connect roa.romfast.ro:443 -servername roa.romfast.ro 2
|
||||
| **109** | **standby-dr** | **Windows Server** | **`vm109-windows-dr/`** |
|
||||
| **201** | **roacentral** | **Windows 11** | **`vm201-windows/`** |
|
||||
| 300 | Win11-Template | Windows 11 | `cluster/README.md` |
|
||||
| **302** | **oracle-test-302** | **Windows 11 + Oracle 21c (test ROA)** | **`vm302-oracle-test/`** |
|
||||
|
||||
---
|
||||
|
||||
@@ -375,6 +410,12 @@ echo | openssl s_client -connect roa.romfast.ro:443 -servername roa.romfast.ro 2
|
||||
- **Test DR săptămânal** → `vm109-windows-dr/scripts/weekly-dr-test-proxmox.sh`
|
||||
- **Plan testare DR** → `vm109-windows-dr/docs/PLAN_TESTARE_MONITORIZARE.md`
|
||||
|
||||
### Windows VM 302 - Test ROA Setup (XE + SE)
|
||||
- **Info VM și quick start** → `vm302-oracle-test/README.md`
|
||||
- **Plan testare dual-edition** → `vm302-oracle-test/docs/dual-edition-test-plan.md`
|
||||
- **Erori prod Oracle SE (TODO)** → `vm302-oracle-test/docs/issues-se-prod.md`
|
||||
- **Scripturi setup ROA Windows** → `lxc108-oracle/roa-windows-setup/`
|
||||
|
||||
### Windows VM 201
|
||||
- **Reînnoiesc certificate SSL** → `vm201-windows/docs/vm201-certificat-letsencrypt-iis.md`
|
||||
- **Rezolv probleme VM locked** → `vm201-windows/docs/vm201-troubleshooting-backup-nfs.md`
|
||||
@@ -433,6 +474,6 @@ echo | openssl s_client -connect roa.romfast.ro:443 -servername roa.romfast.ro 2
|
||||
|
||||
---
|
||||
|
||||
**Ultima actualizare:** 2026-03-02
|
||||
**Ultima actualizare:** 2026-04-25
|
||||
**Autor:** Marius Mutu
|
||||
**Proiect:** ROMFASTSQL - Infrastructure Documentation
|
||||
|
||||
Reference in New Issue
Block a user