Dag Wieers
df6b0b0e9e
aci_aptiplp: Support missing policy_group ( #48000 )
...
* aci_aptiplp: Support missing policy_group
* Adapt integration tests to fix
* Add changelog fragment
* Fix
Co-Authored-By: dagwieers <dag@wieers.com>
6 years ago
Dag Wieers
d1f6ff646a
aci_iplpg: Support missing aep ( #48001 )
...
* aci_iplpg: Support missing aep
6 years ago
Dag Wieers
591b074e43
aci_switch_leaf_selector: Support missing policy_group ( #47992 )
...
* aci_switch_leaf_selector: Support empty policy_group
* Reorganize code
* Adapt integration tests to fix
6 years ago
Felix Fontein
2728a22f73
Add docker_prune module ( #48063 )
...
* Add docker_prune module.
* Fix spelling error.
6 years ago
Pilou
6f8ffeb6bf
tower{job,workflow}_template: use same retries value ( #47865 )
6 years ago
Dag Wieers
2c0707c034
Add missing MSC support
...
This was missing from PR #46116
6 years ago
Abhijeet Kasurde
57c9532cad
OpenStack: add an alias for name ( #47972 )
...
This fix adds an additional alias for name parameter viz. subnet
Fixes : #37352
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Felix Fontein
8eb656de8b
Fixing idempotency test. ( #48038 )
6 years ago
Jesse Pretorius
0fc99c3939
Fix lvg module idempotency ( #47620 )
...
* Fix lvg module idempotency
In [1] changes were made to ensure that the physical
devices were appropriately filtered, but the dev_list
which is used to prepare the filter is modified from
the original arguments to resolve any symlinks. This
results in the existing devices given in the module
args to be left out of the filter, resulting
in the module trying to add the same device again
every time the task is executed.
In this PR we change dev_list to be a copy of the
module arguments so that we're able to add the given
pv list from the module arguments into the filter
as well, ensuring that there is idempotence when
running the task again.
[1] https://github.com/ansible/ansible/pull/38446
* Add lvg module idempotence test
To ensure that the lvg module is tested for idempotency,
we add a basic integration test.
Support for MacOS and FreeBSD are skipped because the
module does not currently support those platforms.
6 years ago
Felix Fontein
569ec812e7
Improve paused test and behavior. ( #48056 )
6 years ago
Felix Fontein
af79adca1d
Make tests fail less often with strange errors. ( #48059 )
6 years ago
Felix Fontein
35809e99bc
docker_container: fix ipc_mode and pid_mode idempotency ( #47997 )
...
* Fix ipc_mode and pid_mode idempotency when container names are used.
* Add changelog.
* Update pid_mode documentation.
6 years ago
Felix Fontein
3cca4185be
docker_container: simplify minimal required version per option handling ( #47711 )
...
* Store parsed docker-py / docker API versions in client.
* Began refactoring 'minimal required version' for docker_container options.
* Removing some fake defaults.
* Added changelog.
* Improve tests (check older docker versions).
* Fix comparison. The breaking point is not docker-py 2.0.0, but 1.10.0.
(Verified by testing with these versions.)
* Move docker-py/API version detection to setup_docker.
* Add YAML document starter.
* docker_network requirement for docker-py was bumped to 1.10.0 in #47492 .
6 years ago
René Moser
788247583b
vultr: fix for API returned unexpected empty list ( #48036 )
...
* vultr: fix for API returned unexpected empty list
* add changelog
6 years ago
Tim Rupp
16032d37c4
Removes f5-sdk from bigip_service_policy ( #48033 )
6 years ago
Tim Rupp
11ff831998
Remove f5-sdk from bigip_snat_pool ( #48030 )
6 years ago
Tim Rupp
1373a25ed3
Remove the f5-sdk from bigip_smtp ( #48032 )
6 years ago
Tim Rupp
438827ca4d
Remove f5-sdk from bigip_snmp ( #48029 )
6 years ago
Tim Rupp
45e990c5f8
Remove the f5-sdk from snmp community module ( #48028 )
6 years ago
Tim Rupp
6b14bab750
Fixes ansible unit tests for bigip_software_install ( #48025 )
6 years ago
Tim Rupp
5afe77933b
Removes the f5-sdk from bigip_snmp_trap ( #48027 )
6 years ago
Tim Rupp
b45b2b3cc4
Fixes unit tests for bigip_software_image ( #48026 )
6 years ago
Tim Rupp
a90bf9fb32
Removes f5-sdk from bigip_software_update ( #48024 )
6 years ago
Tim Rupp
787b12e016
Adds the bigip_ssl_ocsp module ( #48018 )
...
This module can be used to manage OCSP profiles on a BIG-IP
6 years ago
Tim Rupp
32e77c12e0
Fixes to bigip_static_route ( #48017 )
...
Corrects documentation. Fixes unit tests, Fixes ip address checks
for gateway_address
6 years ago
Tim Rupp
f25d9a1b30
Remove sdk and deprecated features ( #48016 )
...
This removes deprecated params and the f5-sdk from the sys_global module
6 years ago
Tim Rupp
96c9d9fdaa
Removes the f5-sdk from bigip_sys_db ( #48015 )
6 years ago
Tim Rupp
f9402e5a91
Removes the f5-sdk from timer policy module ( #48014 )
6 years ago
Tim Rupp
d8a8c21efe
Removes the f5-sdk from the traffic group module ( #48008 )
6 years ago
Tim Rupp
24be9c030c
Remove f5-sdk and add qinq ethertype ( #48006 )
...
This patch removes the f5-sdk from bigip trunk and adds the qinq
ethertype parameter
6 years ago
Tim Rupp
b4af058c55
Fixes unit tests and token cleanup ( #48005 )
...
The unit tests in 2.8 were broken. this fixes them and adds a token
cleanup to the bigip_tunnel module
6 years ago
Tim Rupp
2a69dfb22f
Removes f5-sdk from bigip_ucs module ( #48003 )
...
This patch removes the usage of the f5-sdk from the bigip_ucs module
6 years ago
Dag Wieers
6a37582158
msc_role: Manage roles on ACI MultiSite ( #47757 )
...
This includes the new msc_role module and integration tests.
6 years ago
Dag Wieers
1ac40e21b4
msc_site: Manage sites on ACI MultiSite ( #47756 )
...
This includes the new msc_site module and integration tests.
6 years ago
Dag Wieers
e97ad60f3b
msc_tenant: Manage tenants on ACI MultiSite ( #47755 )
...
This includes the new msc_tenant module and integration tests.
6 years ago
Dag Wieers
7142715b15
msc_user: Manage users on ACI MultiSite ( #47754 )
...
This includes the new msc_user module and integration tests.
6 years ago
Tim Rupp
f6309d19a3
Removes f5-sdk from bigip_uce_fetch module ( #48002 )
...
This is part of the ongoing effort to fully remove the f5-sdk from
the f5 ansible modules
6 years ago
Tim Rupp
5b5d41e958
Removes the f5-sdk from bigip_user ( #47794 )
...
This is more work in the ongoing effort to remove the f5-sdk from
all f5 ansible modules
6 years ago
Dag Wieers
67aa98c30f
msc_label: Manage label on ACI MultiSite ( #47753 )
...
This includes the new msc_label module and integration tests.
6 years ago
f-bor
35b97a2fa7
edgeswitch_facts ( #47618 )
6 years ago
Christian Kotte
754c377dbd
VMware: Improve output of vmware_local_role_facts ( #47871 )
6 years ago
saichint
b92556549e
Add new configurations for nxos_vxlan_vtep ( #47834 )
...
* add new commands for vxlan
* review comments
* fix unit test
* fix sanity yaml spaces
6 years ago
René Moser
064530b72e
cs_network_acl_rule: fix doc and sanity ( #47835 )
...
* cs_network_acl_rule: fix doc and sanity
* doc styling
6 years ago
Stephan Müller
00bab2d24d
[docker_network] add ipv6 support ( #47492 )
...
* [docker_network] add ipv6 support
* docker_network: review ipam_options
* docker_network: fix requirements
* docker_network: fix deprecation notice
* docker_network: add minimum docker version change
* docker_network: remove trailing whitespace
* docker_network: revert rename of network_four #discussion_r228707101
* docker_network: refactor IPAM config comparison #discussion_r228707255, #discussion_r228707280
* docker_network: correct spelling of IPv4 and IPv6 #discussion_r228707114, #discussion_r228707138
* docker_network: manually remove networks #discussion_r228709051
* docker_network: refactor enable_ipv6 condition #discussion_r228707317
* docker_network: add mutually_exclusive #discussion_r228707185
* docker_network: fix iprange #discussion_r228709072
* docker_network: add auxiliary addresses in examples and tests
* docker_network: link to docker docs #discussion_r228707018
* docker_network: remove list default #discussion_r228707060, #discussion_r228709091
* docker_network: introduce params syntax for create_network() #discussion_r228709031
* docker_network: beautify code
* docker_network: resolve change requests
* docker_network: add yaml header
* docker_networking: fix get_ip_version
* docker_network: extend CIDR test
* docker_network: use backported unittest2 for python 2.6
* docker_network: migrate unittest to pytest
6 years ago
Akshay Gaikwad
80ca779aa7
Support for device read write limit parameters ( #47814 )
...
* Support for device read write limit parameters
* Add following options in docker_container module
- device_read_bps
- device_write_bps
- device_read_iops
- device_write_iops
Fixes #36831
* test for device_read_iops
* combined test for device_write_bps and device_write_iops
6 years ago
Matt Martz
042a0cff23
Add unit tests for unsafe_proxy ( #47887 )
...
* Add unit tests for unsafe_proxy
* Remove unused import
* Address comments
* Add inheritance test
6 years ago
Matt Clay
1939f6c412
Fix ansible-test invocation of pytest.
6 years ago
Jordan Borean
f0535bac80
dnf yum: fix tests running on Fedora 29 ( #47910 )
...
* dnf yum: fix tests running on Fedora 29
* wrap in always block
6 years ago
Tomas Tomecek
23becece53
Implement connection plugin for podman ( #47519 )
...
* new connection plugin: podman
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* podman,conn: utilize remote_user to run commands
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* podman connection: update docs
Co-Authored-By: TomasTomecek <ttomecek@redhat.com>
6 years ago
anasbadaha
dc8b3e94ad
Adding IGMP vlan module for onyx switches ( #47811 )
...
Signed-off-by: Anas Badaha <anasb@mellanox.com>
6 years ago