Skip to content

Commit e8948cb

Browse files
committed
Fix: Cleanup Dell OS10 readiness check
The Dell OS10 readiness check was just a wait followed by SSH check. The wait is now implemented with the 'netlab_start_exec' group var, and the SSH check with the 'netlab_ready' group var
1 parent 1d45013 commit e8948cb

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

netsim/ansible/tasks/readiness-check/dellos10-clab.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

netsim/devices/dellos10.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ clab:
9090
ansible_ssh_pass: admin
9191
netlab_check_retries: 40
9292
netlab_check_delay: 10
93-
netlab_initial_delay: 30
93+
netlab_start_exec: [ sleep 15 ] # Dell OS10 needs a bit of time to wake from its slumber
94+
netlab_ready: [ ssh ]
9495
libvirt:
9596
image: dell/os10
9697
build: https://netlab.tools/labs/dellos10/

0 commit comments

Comments
 (0)