1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/net_tools
Ox b8794c35e8
Feat: nmcli - Add infiniband and routes support (#1260)
* Feat: nmcli - Add infiniband basic support

Add infiniband basic support, using same pattern than ethernet.

* Fix: nmcli - Correct line length

Auto tests report line 1002 is too long. Correcting.

* Update plugins/modules/net_tools/nmcli.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Fix: nmcli - Add routes support

Adding ipv4.routes support
Adding ipv4.never-default support

* Fix: nmcli - Add 1260 changelog fragment

* Update plugins/modules/net_tools/nmcli.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update changelogs/fragments/1260-nmcli-ib-routes.yaml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Fix: nmcli - Fix routes4 and never-default

Ensure ipv4.routes and ipv4.nerver-default are properly implemented.

* Fix: nmcli - Fix routes4 documentation

Bad format, was str, should be list with elements str

* Fix: nmcli - Add missing version_added

* Fix: nmcli - Fix pylint errors

* Feat: nmcli - Use regex for ipv4.routes

* Fix: nmcli - Filter None routes4

* Feat: nmcli - Add route_metric4 and set mutual_exclu

* Fix: nmcli - Fix E231

* Fox: nmcli - Remove ethernet MTU change for Infiniband

* Fix: nmcli - Update changelog fragment

* Fix: nmcli - Update test ipv6

* Debug: nmcli - Check test output

* Fix: nmcli - Set never_default4 to no by default

* Fix: nmcli - Fix bridge slave test

* Fix: nmcli - Add regex for metrics

* Fix: nmcli - Update release version

* Fix: nmcli - E501

* Fix: nmcli - E502 E128

* Update plugins/modules/net_tools/nmcli.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/net_tools/nmcli.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/net_tools/nmcli.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/net_tools/nmcli.py

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
2020-12-01 20:39:56 +01:00
..
infinity modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
ldap Tidy up validate-modules:doc-required-mismatch (#1415) 2020-11-28 14:06:28 +01:00
nios Tidy up validate-modules:doc-required-mismatch (#1415) 2020-11-28 14:06:28 +01:00
cloudflare_dns.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
dnsimple.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
dnsmadeeasy.py Tidy up validate-modules:doc-required-mismatch (#1415) 2020-11-28 14:06:28 +01:00
haproxy.py Fix boolean defaults. (#1343) 2020-11-23 11:14:43 +00:00
ip_netns.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
ipify_facts.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
ipinfoio_facts.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
ipwcli_dns.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
lldp.py modules: fix examples to use FQCN for builtin modules (#648) 2020-07-14 18:28:08 +03:00
netcup_dns.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
nmcli.py Feat: nmcli - Add infiniband and routes support (#1260) 2020-12-01 20:39:56 +01:00
nsupdate.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
omapi_host.py [2.10] Fix omapi_host on python3 (#788) 2020-11-22 12:21:18 +01:00
snmp_facts.py Handle 'No more variables left in this MIB View ' in snmp_facts (#613) 2020-07-21 12:40:26 +05:30