Felix Fontein
75ca8eb42f
openssl_certificate: fix failing SAN comparisons ( #58256 )
...
* Fix failing SAN comparison for older cryptography versions due to not implemented __hashh__ functions.
* Fix SAN comparison: IPv6 addresses need to be normalized before comparing strings.
* Add changelog.
* Fix comment.
5 years ago
Felix Fontein
66a4000058
Adjust tests to new error messages for older docker-py versions. ( #58253 )
5 years ago
Felix Fontein
808cf4aa26
Remove from sanity ignores. ( #57911 )
5 years ago
Felix Fontein
4a12be31fb
docker_* modules: improve error message when docker-py is missing ( #57914 )
...
* Improve error for docker modules when docker-py can't be imported.
* Add changelog.
* Mention platform and Python interpreter in more cases.
* Clarify wording.
* Adjust tests.
5 years ago
Wojciech Wypior
30ada17d4f
Adds message routing transport module ( #58201 )
5 years ago
Wojciech Wypior
b8fd2f4df3
adds generic routing peer module ( #58189 )
5 years ago
Wojciech Wypior
429bf5340e
adds module for message routing protocol ( #58188 )
5 years ago
Wojciech Wypior
0a3a94a493
adds new module to manage firewall schedules ( #58187 )
5 years ago
Wojciech Wypior
92a1e6845c
Adds two modules to manage AFM log profiles ( #58186 )
5 years ago
Gonéri Le Bouder
db81b1d0f5
prepapre_vmware_tests: add a common vars file
...
Add a new file to record the variables that are shared with the two
scenarios (real_lab and vcsim).
The goal is to reduce the the amount of boilerplate configuration from
a user perspective.
5 years ago
Toshio Kuratomi
eb7e4591ae
Fix ios test for python2 non-ascii paths
5 years ago
Paul Belanger
d010510835
Remove more usage of pause with junos tests ( #58153 )
...
This removes more potential race conditions with junos testing.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
5 years ago
Wojciech Wypior
fbca93b8ad
removes args from the code and corrects few missed tests ( #58175 )
5 years ago
Wojciech Wypior
56b3b1ac56
adds message routing router module ( #58191 )
5 years ago
Wojciech Wypior
c1f2df4753
adds message routing route module ( #58190 )
5 years ago
Sam Doran
7b9d991f78
Add Fedora 30 to test matrix ( #57713 )
...
Remove Fedora 28 from test matrix
5 years ago
Wojciech Wypior
95e59e7ee7
adds description to bigip snatpool ( #58179 )
5 years ago
Wojciech Wypior
3531bf3148
fixes issue with ssl protocols ordering ( #58177 )
5 years ago
Wojciech Wypior
becca36c5e
Added new module for remote user management ( #58171 )
5 years ago
Kevin Breit
0f12e1c7d8
Meraki - Improve type information in module documentation ( #58114 )
...
* Improve type information in module documentation
- Removed some duplicate documentation
- Ensure org_id is always string
- Add type information for items which don't have it
* Fix whitespace
5 years ago
Sam Doran
dc8f7b38e6
Check that provider['options'] is a dictionary in validate-modules ( #58078 )
5 years ago
Sumit Jaiswal
58d446e61a
PR to fix where ansible_net_model was not being populated ( #58159 )
...
* fix bug 57285
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* minor fix
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* adding TC fix related
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* fix shippable error
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
5 years ago
markafarrell
43872d6b88
Fix netconf guess_network_os to use ssh_config if supplied. ( #55199 )
...
* feature: use network_os=auto to trigger network os guessing
* doc: add debug messages
* fix linting
* fix test_netconf_init default network_os is auto
* add documentation
* fix rst errors
* use init lexer
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update lib/ansible/plugins/connection/netconf.py
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update lib/ansible/plugins/connection/netconf.py
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update lib/ansible/plugins/connection/netconf.py
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
5 years ago
Kohei Asano
ddf6d096c5
Support the new TLS termination on NLBs ( #51327 ) ( #58031 )
5 years ago
Sam Doran
b9d77b997e
passwordstore lookup - replace expired GPG key ( #58141 )
...
- Replace private key that expired an 2019-06-20 with a key that does not expire
- Document how to generate a new GPG key using an input file
5 years ago
Dmitriy Yakovlev
122d4164c5
docker_swarm_service: Added default value for mounts.source ( #58039 )
...
* Added default value for mounts.source
* Added the changelog fragment
* Added tests
* Fixed separators
* Moved the teardown section at the end
5 years ago
Sumit Jaiswal
77b6255305
PR to fix ios bgp TC failure ( #58010 )
...
* fix ios bgp tc failure
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* skip test with 15.6(T)2 ios
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* skip test with 15.6(T)2 ios
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
5 years ago
smile37773
3a3465c47d
Add the way to create a VM with the image id ( #58106 )
5 years ago
Sam Doran
18feeb51a8
Change integration tests in order to pass on Fedora 30 ( #58081 )
...
* Use different package for DNF tests
Ninja caused errors in Fedora 30. This works in both Fedora 29 and 30.
* Fix git integration tests
Git >= 2.21.0 has either a bug or change in behavior where it errors when fetching a
repository containing submodules that are behind the upstream submodule commits.
It's weird and I don't fully understand it.
Get around this my checking out specific commits from a repository rather than
switch the origin URL.
* Fix PostgreSQL tests
The error message is slightly different
5 years ago
Chris Van Heuveln
52c811c841
nxos_bgp_neighbor: Add bfd support ( #56932 )
...
* nxos_bgp_neighbor: Add bfd support
- Add support for bfd state in nxos_bgp_neighbor
- Feature Pull Request
- nxos_bgp_neighbor
- Tested on platforms: `N3K,N6K,N7K,N9K`
* bfd T/F now bfd enable/disable
* pep fix ws
5 years ago
Chris Van Heuveln
727a6b405a
nxos_ospf_vrf: Add 'bfd' support ( #57425 )
...
* nxos_ospf_vrf: Add 'bfd' support
* Add default to bfd doc hdr
* bfd T/F now bfd enable/disable
5 years ago
Chris Van Heuveln
30830a4482
nxos_pim: Add bfd support ( #56908 )
...
* nxos_pim: Add bfd support
* Add integration sanity
* minor cleanup
* bfd T/F now bfd enable/disable
5 years ago
Kevin Breit
8f68c8d438
meraki_snmp - Enable check mode ( #54625 )
...
* Add support for check mode
* Add diff support
* Remove check mode for idempotent action
5 years ago
Andrey Klychkov
64d0559e9f
Postgres module_utils: add get_connect_params + unit tests ( #58067 )
...
* add get_conn_params
* add get_conn_params: add to the modules
5 years ago
René Moser
6bace8aa54
vultr: vultr_account_facts -> info ( #57563 )
5 years ago
Rob
feae35ab7e
add IAM role assumption to aws_ec2 inventory ( #41637 )
...
* add IAM role assumption to aws_ec2 inventory
* Ensure inventory._options has necessary option keys populated since the plugin docs parser isn't accessible to unit tests yet
5 years ago
The Magician
7733dcabd3
Bug fixes for GCP modules ( #57826 )
5 years ago
The Magician
a1128b6b94
Bug fixes for GCP modules ( #58016 )
5 years ago
Felix Fontein
505c99265c
docsite: remove lexers which have been fixed in Pygments 2.4.0 ( #57508 )
...
* Remove lexers which have been fixed in Pygments 2.4.0.
* Add Pygments >= 2.4.0 to test runner.
* Fix pages that triggered lexer errors.
Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
6 years ago
Paul Belanger
8dc51dfe1c
Remove pause logic form junos_netconf tests ( #57966 )
...
We can switch to wait_for / meta, as using pause can lead to race
conditions on slower / faster hardware.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
6 years ago
Guillaume Martinez
ec7b18952b
gitlab_runner: Fix idempotency when creating runner ( #57833 )
6 years ago
hexdump0x0200
81f0b70f11
junos_netconf: fix check mode, fixes #57929 ( #57930 )
6 years ago
Kevin Breit
d24e9ab4bb
meraki_content_filtering - Add support for querying ( #57273 )
...
* Added querying functionality
* Fix PEP8 and documentation
* Increment version added
* Fix version info
6 years ago
Felix Fontein
f56cf72e2b
ufw: remove from sanity ignores ( #57910 )
...
* Remove from pylint ignore list.
* Make sure that option is called the same as in the documentation.
6 years ago
Felix Fontein
da6f6cc456
Fix missing doc type. ( #57884 )
6 years ago
ShachafGoldstein
66728cb93f
win_get_url - Fix handling of restricted headers ( #57892 )
...
* fix 57880
* ADded test
* Remove host header from test
* TEst error
* Fix tests
* fix user agent test
6 years ago
Will Thames
924352a051
ecs_cluster test suite refactor ( #57716 )
...
* Combine testing policies
Because of the maximum of 10 policies per group, need to
consolidate testing policies as best we can.
* Tidy put-account-setting tasks and add permission
Using `environment` and `command` rather than `shell` avoids the
need for `no_log` and means that people can fix the problem
* refactor ecs_cluster test suite
move from runme.sh technique to virtualenv
use ec2_instance rather than ec2 module to
avoid need for boto
6 years ago
Alicia Cozine
5658b2ee3e
Adds custom 404 with cowsay image ( #57422 )
...
* Adds custom 404 with image, updates CI reqs, sets version latest for TOC links on 404 page
6 years ago
Ganesh Nalawade
4a3e14f90b
More iosxr integration zuul CI test fixes ( #57909 )
...
* Ignore `<rpc-reply>` node from candidate and
running configuration in xml diff
* Add route-policy as prerequisite to BGP coonfiguration
in integration test
6 years ago
Abhijeet Kasurde
cf623fa62f
Terraform: Fix unbound local error ( #57044 )
...
* Added Unit tests
* Fixed regression
Fixes : #56934
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago