summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-27Fix link to zuul (#77)Baptiste Mille-Mathias
Fix link to zuul Reviewed-by: https://github.com/apps/ansible-zuul
2021-03-27Add vyos_bgp_address_family resource module. (#132)GomathiselviS
Add vyos_bgp_address_family resource module. Reviewed-by: https://github.com/apps/ansible-zuul
2021-03-26Add regex to match the 'delete' failures (#134)GomathiselviS
Add regex to match the 'delete' failures Reviewed-by: https://github.com/apps/ansible-zuul
2021-03-25Replace module._check_required_* calls (#140)Nathaniel Case
Replace removed module._check_required_* calls Reviewed-by: https://github.com/apps/ansible-zuul
2021-03-24Skip no-log-needed sanity error temporarily (#139)GomathiselviS
Skip no-log-needed sanity error temporarily Reviewed-by: https://github.com/apps/ansible-zuul
2021-03-03Remove tests/sanity/requirements.txt (#128)Andrew Klychkov
Remove tests/sanity/requirements.txt Reviewed-by: Andrew Klychkov <aklychko@redhat.com> https://github.com/Andersson007
2021-03-02Move CHANGELOG.rst to top-level (#130)2.0.0Paul Belanger
Move CHANGELOG.rst to top-level Reviewed-by: https://github.com/apps/ansible-zuul
2021-03-02update galaxy (#129)Sumit Jaiswal
Update galaxy for 2.0.0 release Reviewed-by: https://github.com/apps/ansible-zuul
2021-03-02VYOS release 2.0.0 doc update (#127)GomathiselviS
VYOS release 2.0.0 doc update Reviewed-by: https://github.com/apps/ansible-zuul
2021-02-24Add vyos_bgp_global resource module (#125)GomathiselviS
Add vyos_bgp_global resource module Reviewed-by: https://github.com/apps/ansible-zuul
2021-02-24Update doc to clarify on input config pattern and add warning message (#110)Ganesh Nalawade
Update doc to clarify on input config pattern and add warning message Reviewed-by: https://github.com/apps/ansible-zuul
2021-02-22Subsequent calls to get_capabilities are duplicating entries in `rpc`. (#122)Nathaniel Case
Subsequent calls to get_capabilities are duplicating entries in `rpc`. Reviewed-by: https://github.com/apps/ansible-zuul
2021-02-19Add support for single_user_mode (#123)Nilashish Chakraborty
Add support for single_user_mode Reviewed-by: https://github.com/apps/ansible-zuul
2021-02-19modify import of resource module class in unit tests (#126)GomathiselviS
Modify import of resource module class in unit tests Reviewed-by: https://github.com/apps/ansible-zuul
2021-02-18Add pre-commit config file (#116)Nathaniel Case
Add pre-commit config file Reviewed-by: https://github.com/apps/ansible-zuul
2021-02-18Fix test-sanity-docker failures (#124)GomathiselviS
Fix test-sanity-docker failures Reviewed-by: Nathaniel Case <this.is@nathanielca.se> https://github.com/Qalthos
2021-02-03Remove reliance on netcommon's ipaddress (#120)Nathaniel Case
Remove reliance on netcommon's ipaddress Reviewed-by: https://github.com/apps/ansible-zuul
2021-01-27Prepare VYOS for Release 1.1.1 (#118)1.1.1GomathiselviS
Prepare VYOS for Release 1.1.1 Reviewed-by: https://github.com/apps/ansible-zuul
2020-12-09vyos_config: Fix config being processed as command (#94)Wim de With
vyos_config: Fix config being processed as command Reviewed-by: https://github.com/apps/ansible-zuul
2020-11-23Enable configuring new interface which is not present in the config (#102)GomathiselviS
Enable configuring new interface which is not present in the config Reviewed-by: https://github.com/apps/ansible-zuul
2020-11-19Remove ansible from requirements package (#104)Paul Belanger
Remove ansible from requirements package Reviewed-by: https://github.com/apps/ansible-zuul
2020-11-09Add version key to galaxy.yaml (#100)Nathaniel Case
Add version key to galaxy.yaml Reviewed-by: https://github.com/apps/ansible-zuul
2020-10-31Release 1.1.0 prep (#97)1.1.0GomathiselviS
Release 1.1.0 prep Reviewed-by: https://github.com/apps/ansible-zuul
2020-10-31Add ospf_interfaces resource module (#96)GomathiselviS
Add ospf_interfaces resource module Reviewed-by: https://github.com/apps/ansible-zuul
2020-10-09Release 1.0.5 (#93)1.0.5GomathiselviS
Release 1.0.5 Reviewed-by: https://github.com/apps/ansible-zuul
2020-10-08Support openvpn vtu interface (#86)GomathiselviS
Support openvpn vtu interface Reviewed-by: https://github.com/apps/ansible-zuul
2020-10-07Update network integration auth timeout for local connection (#90)GomathiselviS
Update network integration auth timeout for local connection Reviewed-by: https://github.com/apps/ansible-zuul
2020-10-06Update terminal ansi_re (#87)Nathaniel Case
Update terminal ansi_re Reviewed-by: https://github.com/apps/ansible-zuul
2020-10-05Add ansible-pylibssh dependency (#89)Paul Belanger
Add ansible-pylibssh dependency Reviewed-by: https://github.com/apps/ansible-zuul
2020-09-28option added to black (#64)GomathiselviS
[vyos] Provide feedback on linters failure Reviewed-by: https://github.com/apps/ansible-zuul
2020-08-27Release 1.0.4 (#81)1.0.4GomathiselviS
Release 1.0.4 Reviewed-by: https://github.com/apps/ansible-zuul
2020-08-26Reformatted files with latest version of Black (20.8b1) (#80)GomathiselviS
Reformatted files with latest version of Black (20.8b1) Reviewed-by: https://github.com/apps/ansible-zuul
2020-08-10vyos_interface : refactor testcases (#71)GomathiselviS
vyos_interface : refactor testcases Reviewed-by: https://github.com/apps/ansible-zuul
2020-08-07Update Changelog (#75)1.0.3GomathiselviS
Update Changelog Reviewed-by: https://github.com/apps/ansible-zuul
2020-08-01Change module name in ospf unit tests (#72)1.0.2GomathiselviS
Change module name in ospf unit tests Reviewed-by: https://github.com/apps/ansible-zuul
2020-07-31Update docs (#73)GomathiselviS
vyos: Update docs Reviewed-by: GomathiselviS https://github.com/GomathiselviS
2020-07-29Prevent vyos_config from saving in check mode. (#53)AngusWarren
Prevent vyos_config from saving in check mode. Reviewed-by: https://github.com/apps/ansible-zuul
2020-07-28Make config modules work properly when module alias is used in task (#67)Nilashish Chakraborty
Make config modules work properly when module alias is used in task Reviewed-by: https://github.com/apps/ansible-zuul
2020-07-24[vyos] Fix sanity issues (#58)GomathiselviS
[vyos] Fix sanity issues Reviewed-by: https://github.com/apps/ansible-zuul
2020-07-23Remove ansi codes from terminal output (#69)GomathiselviS
Remove ansi codes from terminal output Reviewed-by: https://github.com/apps/ansible-zuul
2020-07-21Update tags for testing (#46)Paul Belanger
Update tags for testing Reviewed-by: https://github.com/apps/ansible-zuul
2020-07-21Avoid set_fact dynamically assigning value to a variable (#70)GomathiselviS
Avoid set_fact dynamically assigning value to a variable Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-25Add changelog files (#52)Ganesh Nalawade
Add changelog files Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-24Clean up boilerplate ignores (#54)Nathaniel Case
Clean up boilerplate ignores Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-23docs changes (#51)1.0.1Rohit
docs changes Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-23[vyos] Update docs for vyos.ospfv2 (#50)GomathiselviS
[vyos] Update docs for vyos.ospfv2 Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-20added contributor link etc (#45)1.0.0Sandra McCann
added contributor link etc Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-19Add basic testcase for shortname testing (#35)Ganesh Nalawade
Add basic testcase for shortname testing Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-19Remove # pylint: skip-file usage (#47)0.0.4Paul Belanger
Remove # pylint: skip-file usage Reviewed-by: Paul Belanger https://github.com/pabelanger
2020-06-19[VyOS]: release readiness updates (#48)Rohit
[VyOS]: release readiness updates Reviewed-by: https://github.com/apps/ansible-zuul