fix(molecule): stabilize default scenario networking

- serialize five-node Vagrant creation to avoid VirtualBox host-only races
- refresh and verify the primary neighbor mapping before convergence
- include interface MAC details in failure diagnostics
This commit is contained in:
Timothy Stewart
2026-07-31 23:12:48 -05:00
committed by Techno Tim
parent 57a22e364d
commit 73fae0826c
3 changed files with 67 additions and 3 deletions
+5
View File
@@ -3,6 +3,11 @@ dependency:
name: galaxy
driver:
name: vagrant
# The Vagrant driver warns that parallel VirtualBox creation can cause
# platform issues. This five-node, mixed-distribution scenario is especially
# susceptible to stale host-only-network neighbor state when all guests are
# created concurrently.
parallel: false
platforms:
- name: control1
box: generic/ubuntu2204