diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-25 11:40:33 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-25 11:40:33 +0200 |
| commit | f4f731f47d0b0c64dfba1b139e32bd15149cbeaf (patch) | |
| tree | e8c60618d202c83ac5a2696e137f6790780c68e7 /.hyperstack-vm2-state.json | |
| parent | cd063bc60a93ed4664d0246218d70880cd3ee291 (diff) | |
repo: add gitignore, photo-enhance review notes, and pi plans
- .gitignore: exclude VM state files (ephemeral, contain keys/IDs)
and untrack the three existing state files already in history
- photo-enhance-review.md: findings review that drove the pipeline redesign
- pi/plans/: gt language planning documents
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to '.hyperstack-vm2-state.json')
| -rw-r--r-- | .hyperstack-vm2-state.json | 90 |
1 files changed, 0 insertions, 90 deletions
diff --git a/.hyperstack-vm2-state.json b/.hyperstack-vm2-state.json deleted file mode 100644 index 8480b29..0000000 --- a/.hyperstack-vm2-state.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "vm_id": 698909, - "vm_name": "hyperstack2-20260324205518", - "environment_name": "snonux-ollama", - "region": "CANADA-1", - "flavor_name": "n3-A100x1", - "image_name": "Ubuntu Server 24.04 LTS R570 CUDA 12.8 with Docker", - "key_name": "earth", - "public_ip": "69.19.136.171", - "created_at": "2026-03-24T20:55:19Z", - "services": { - "vllm_enabled": true, - "ollama_enabled": false, - "comfyui_enabled": false - }, - "security_rules": [ - { - "direction": "ingress", - "ethertype": "IPv4", - "protocol": "tcp", - "port_range_min": 22, - "port_range_max": 22, - "remote_ip_prefix": "79.100.218.77/32" - }, - { - "direction": "ingress", - "ethertype": "IPv4", - "protocol": "udp", - "port_range_min": 56710, - "port_range_max": 56710, - "remote_ip_prefix": "79.100.218.77/32" - }, - { - "direction": "ingress", - "ethertype": "IPv4", - "protocol": "tcp", - "port_range_min": 11434, - "port_range_max": 11434, - "remote_ip_prefix": "192.168.3.0/24" - }, - { - "direction": "egress", - "ethertype": "IPv4", - "protocol": "any", - "port_range_min": 1, - "port_range_max": 65535, - "remote_ip_prefix": "0.0.0.0/0" - }, - { - "direction": "ingress", - "ethertype": "IPv4", - "protocol": "tcp", - "port_range_min": 22, - "port_range_max": 22, - "remote_ip_prefix": "79.100.218.77/32" - }, - { - "direction": "egress", - "ethertype": "IPv6", - "protocol": "any", - "port_range_min": 1, - "port_range_max": 65535, - "remote_ip_prefix": "0.0.0.0/0" - }, - { - "direction": "ingress", - "ethertype": "IPv4", - "protocol": "tcp", - "port_range_min": 11434, - "port_range_max": 11434, - "remote_ip_prefix": "192.168.3.0/24" - }, - { - "direction": "ingress", - "ethertype": "IPv4", - "protocol": "udp", - "port_range_min": 56710, - "port_range_max": 56710, - "remote_ip_prefix": "79.100.218.77/32" - } - ], - "bootstrapped_at": "2026-03-24T20:57:46Z", - "vllm_setup_at": "2026-03-24T21:30:54Z", - "vllm_model": "bullpoint/Qwen3-Coder-Next-AWQ-4bit", - "vllm_container_name": "vllm_qwen3", - "vllm_preset": null, - "status": "ACTIVE", - "vm_state": "active", - "provisioned_at": "2026-03-24T21:30:54Z" -}
\ No newline at end of file |
