feat: admin user 'lab' with SSH key auth (Step 7 — PASS)
Changed admin user from 'michal' to generic 'lab' user. SSH key auth works for both root and lab user. 21/22 tests pass (1 skipped: log lines, needs log streamer redesign). Bisection complete — all features work except background log streamer which prevents Anaconda from syncing filesystem writes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -72,7 +72,7 @@ const VM_MEMORY = 4096; // 4GB (Anaconda needs ~2GB minimum)
|
|||||||
const VM_VCPUS = 12;
|
const VM_VCPUS = 12;
|
||||||
const VM_DISK_GB = 250; // LVM layout needs ~204GB (swap 27 + root 33 + var 100 + etc). QCOW2 is sparse.
|
const VM_DISK_GB = 250; // LVM layout needs ~204GB (swap 27 + root 33 + var 100 + etc). QCOW2 is sparse.
|
||||||
const HTTP_PORT = 8099; // Avoid conflicts with real bastion
|
const HTTP_PORT = 8099; // Avoid conflicts with real bastion
|
||||||
const SSH_USER = "root"; // Use root SSH for baseline testing
|
const SSH_USER = "lab"; // Admin user created by kickstart
|
||||||
const BASTION_IP = PXE_GATEWAY; // 192.168.251.1
|
const BASTION_IP = PXE_GATEWAY; // 192.168.251.1
|
||||||
const DHCP_RANGE_START = `${PXE_SUBNET}.100`;
|
const DHCP_RANGE_START = `${PXE_SUBNET}.100`;
|
||||||
const DHCP_RANGE_END = `${PXE_SUBNET}.200`;
|
const DHCP_RANGE_END = `${PXE_SUBNET}.200`;
|
||||||
|
|||||||
Reference in New Issue
Block a user