Open gaige opened 3 months ago
Another two things that doesn't work well with 1.5-rolling right now is pretty much every part of vyos_firewall_global
(the only thing that I'm seeing work is group
, alas) and I'm having issues with vyos_ntp_global
as well.
Another two things that doesn't work well with 1.5-rolling right now is pretty much every part of
vyos_firewall_global
(the only thing that I'm seeing work isgroup
, alas) and I'm having issues withvyos_ntp_global
as well.
appreciate the heads up. More detail on what commands you are using and seeing problems with would be helpful. Right now I’m testing on 3 virtual and 3 hardware vyos systems using a real-world configuration. However, my production systems don’t use all commands or capabilities.
thanks
For vyos_firewall_global
: https://github.com/sdwilsh/ansible-playbooks/blob/main/plays/vyos.yml#L53-L76 (group
is fine, but the default there would work for testing)
For vyos_ntp_global
: https://github.com/sdwilsh/ansible-playbooks/blob/main/plays/vyos.yml#L30-L37
Change Summary
This set of changes enables compatibility with a variety of parameters that were previously only compatible with version 1.2 of VyOS. Wherever possible, configuration is backward compatible.
Types of changes
Related Task(s)
https://vyos.dev/T6815
Related PR(s)
Proposed changes
There are a couple of things I’m interested in comments on:
How to test
Tested against 1.3, and 1.5 of VyOS manually using --dry-run for both ingestion and change. Updated and tested unit tests Ran Sanity tests
Checklist: