FortiOS: update logic in the initial playbook#3336
FortiOS: update logic in the initial playbook#3336a-v-popov wants to merge 1 commit intoipspace:devfrom
Conversation
- Task "Enable multi-VDOM mode if a traffic VDOM is defined" is always executed and it set only the proper vdom-mode. - Task "Wait after VDOM mode change" is executed when netlab_vdom_timer > 0 is set - Creation of the traffic VDOM is offloaded to the template
0fe8965 to
f5372a2
Compare
|
Thanks for this, it's looking great — and nice tidy-up on the hostname part. I did a quick test, using a vagrant box on 7.4.8, created without VDOM, just the bare minimum configuration. Test 1 - no
|
Fix for #3335
netlab_vdom_timer would be 0, if not set. For backward compatibility it might be better choice to set it to 60.
Jinja template is optimized to reduce flow control after VDOM, but I am not sure if
system interfacesstanza has always been available from a VDOM.