Provision dev container CT 250 on dc01-br1 #2

Closed
opened 2026-05-24 03:12:48 -03:00 by navigator · 4 comments
Owner

Per PLAN.md Section 5.1 — create LXC CT 250 on Proxmox cluster dc01-br1.

pct create 250 local:vztmpl/debian-13-standard_13.0-1_amd64.tar.zst \\
  --hostname gemmini-dev --cores 16 --memory 32768 --swap 8192 \\
  --rootfs local-lvm:200 \\
  --net0 name=eth0,bridge=vmbr0,tag=5,ip6=2804:710:d0:5::100/64,gw6=2804:710:d0:5::1 \\
  --features nesting=1,keyctl=1 --unprivileged 1 --onboot 1
pct start 250

Acceptance criteria:

  • CT 250 reachable at 2804:710:d0:5::100
  • 16 cores / 32 GiB RAM / 200 GiB rootfs verified
  • SSH access from workstation confirmed

Blocks #2 (toolchain install).

Per PLAN.md Section 5.1 — create LXC CT 250 on Proxmox cluster dc01-br1. ``` pct create 250 local:vztmpl/debian-13-standard_13.0-1_amd64.tar.zst \\ --hostname gemmini-dev --cores 16 --memory 32768 --swap 8192 \\ --rootfs local-lvm:200 \\ --net0 name=eth0,bridge=vmbr0,tag=5,ip6=2804:710:d0:5::100/64,gw6=2804:710:d0:5::1 \\ --features nesting=1,keyctl=1 --unprivileged 1 --onboot 1 pct start 250 ``` **Acceptance criteria:** - CT 250 reachable at 2804:710:d0:5::100 - 16 cores / 32 GiB RAM / 200 GiB rootfs verified - SSH access from workstation confirmed Blocks #2 (toolchain install).
Author
Owner
No description provided.
<!-- agent:claim by=dispatcher run=20260524T181417Z_issue2 ts=1779646458 -->
Author
Owner
No description provided.
<!-- agent:pinged ts=1779646452 -->
Author
Owner

Bloqueia toda a cadeia de toolchain → RTL. Sem CT 250 provisionado, swarm não consegue instalar Chipyard (#3), nem completar Scala/Chisel checkpoint (#4), nem chegar ao RTL.

Comando pronto (rodar como root no nó Proxmox dc01-br1):

pct create 250 local:vztmpl/debian-13-standard_13.0-1_amd64.tar.zst \
  --hostname gemmini-dev --cores 16 --memory 32768 --swap 8192 \
  --rootfs local-lvm:200 \
  --net0 name=eth0,bridge=vmbr0,tag=5,ip6=2804:710:d0:5::100/64,gw6=2804:710:d0:5::1 \
  --features nesting=1,keyctl=1 --unprivileged 1 --onboot 1
pct start 250

Depois: validar SSH ao 2804:710:d0:5::100 e comentar aqui pra desbloquear.

<!-- agent:blocked reason=needs-proxmox-access blocks=#3,#4,#7,RTL ts=$(date -u +%s) --> **Bloqueia toda a cadeia de toolchain → RTL.** Sem CT 250 provisionado, swarm não consegue instalar Chipyard (#3), nem completar Scala/Chisel checkpoint (#4), nem chegar ao RTL. **Comando pronto (rodar como root no nó Proxmox dc01-br1):** ```bash pct create 250 local:vztmpl/debian-13-standard_13.0-1_amd64.tar.zst \ --hostname gemmini-dev --cores 16 --memory 32768 --swap 8192 \ --rootfs local-lvm:200 \ --net0 name=eth0,bridge=vmbr0,tag=5,ip6=2804:710:d0:5::100/64,gw6=2804:710:d0:5::1 \ --features nesting=1,keyctl=1 --unprivileged 1 --onboot 1 pct start 250 ``` Depois: validar SSH ao `2804:710:d0:5::100` e comentar aqui pra desbloquear.
Author
Owner

Superseded by #46 — direction is to install Chipyard directly on the agent host instead of dedicating a separate LXC. Closing as superseded.

Superseded by #46 — direction is to install Chipyard directly on the agent host instead of dedicating a separate LXC. Closing as superseded.
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
Fluid/fluidpop-v1#2
No description provided.