https://github.com/bitflight-devops/vm-flightsimulator-sandbox
Verification harness for the vm-blackbox plugin — reproducible two-VM scenario (Ubuntu/Postgres + Windows/Tomcat) for end-to-end plugin assessment
https://github.com/bitflight-devops/vm-flightsimulator-sandbox
Last synced: about 2 months ago
JSON representation
Verification harness for the vm-blackbox plugin — reproducible two-VM scenario (Ubuntu/Postgres + Windows/Tomcat) for end-to-end plugin assessment
- Host: GitHub
- URL: https://github.com/bitflight-devops/vm-flightsimulator-sandbox
- Owner: bitflight-devops
- Created: 2026-03-18T14:41:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-19T05:37:03.000Z (3 months ago)
- Last Synced: 2026-03-19T05:38:16.649Z (3 months ago)
- Language: HCL
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vm-flightsimulator-sandbox
A two-VM scenario harness for verifying the [vm-blackbox Claude Code plugin](https://github.com/bitflight-devops/vm-flightsimulator).
See [PLAN.md](./PLAN.md) for the full milestone plan, constants, and verification checklist.
This scenario is designed to be orchestrated by the vm-blackbox Claude Code plugin.
## VMs
- **ubuntu** (`192.168.56.10`) — Ubuntu 22.04 server hosting PostgreSQL 16 and the `petpoll` database.
- **windows** (`192.168.56.11`) — Windows Server 2022 hosting Eclipse Temurin 21, Apache Tomcat 10.1, and the `petpoll` Spring Boot web application on port 8595.