feat(integration): allow SSH from the NAT gateway in the askari overlay
base's default-deny firewall would drop the driver's post-reboot SSH from the libvirt NAT gateway; set base__firewall_control_addr to the gateway (by source IP, interface-independent). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
35446538df
commit
c7194ca147
1 changed files with 4 additions and 0 deletions
|
|
@ -6,3 +6,7 @@ base__firewall_apply: true
|
|||
base__ssh_listen_mesh_only: false
|
||||
# The VM is isolated; it must never touch the real mesh.
|
||||
base__mesh_enabled: false
|
||||
# Allow SSH from the VM's libvirt-NAT gateway (where the driver/ansible connects from),
|
||||
# so base's default-deny firewall + the reboot don't lock out the harness. By source IP,
|
||||
# so it's interface-independent. Overrides askari's real control addr for the test only.
|
||||
base__firewall_control_addr: "192.168.150.1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue