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
6 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
6 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
6 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
6 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
6 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
6 years ago
René Moser
6bace8aa54
vultr: vultr_account_facts -> info ( #57563 )
6 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
6 years ago
The Magician
7733dcabd3
Bug fixes for GCP modules ( #57826 )
6 years ago
The Magician
a1128b6b94
Bug fixes for GCP modules ( #58016 )
6 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
Paul Belanger
7f536630eb
Use wait_for in prepare_junos_tests.yaml ( #57073 )
...
This should reduce the amount of time we are waiting for netconf to come
online.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
6 years ago
Jordan Borean
d0c4914469
win_shell - fix space escaping for custom executable ( #57455 )
6 years ago
Ganesh Nalawade
0d2ffdd5a6
Fix iosxr netconf integration test ( #57882 )
...
* Modify testcase to work with Zuul CI enviornment
6 years ago
Matt Clay
597d943dad
Remove needs/ssh alias from callback_default test.
...
The test does not require ssh.
6 years ago
Matt Clay
37ea47c848
Fix python injection when using a virtualenv.
6 years ago
Sam Doran
84075fe351
Change RHEL8 image name to match changes in ansible-test ( #57807 )
...
* Change RHEL8 image name to match changes in ansible-test
Continue to use the beta version of RHEL 8 until we fix tests that are breaking with the GA version.
* Skip ufw integration test on RHEL 8 Beta
6 years ago
Sam Doran
4f61654fc5
Change default test container to version 1.8.1
6 years ago
Pierre-Louis Bonicoli
3fb4c91d4c
validate-modules: ignore existing E337/E338 errors
6 years ago
Pierre-Louis Bonicoli
c289006e05
validate-modules: new module: fail if 'type' isn't documented
...
Don't require 'type' when:
- parameter name starts with an underscore
6 years ago
Nilashish Chakraborty
af25274d6a
Remove backup from iosxr replace_config test ( #57830 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
6 years ago
Gonéri Le Bouder
7d85cbcc6c
vmware: test-suite fixes
...
Minor fixes for the test-suite found during the integration with the CI.
6 years ago
bobdoah
33d0d36eaa
AWS: Fix KeyError in aws_secret lookup ( #54792 )
6 years ago
Jill R
7ce85ee9e8
vcenter test provider handle config vars handling ( #57813 )
...
Make vcenter test provider handle config file vars the same regardless of
whether it comes from static config or from worldstream provisioning
6 years ago
The Magician
ab0a548b0c
Bug fixes for GCP modules ( #57728 )
6 years ago
The Magician
625ef22dd9
New Module: gcp_tpu_node ( #57729 )
6 years ago