community.general/lib/ansible/modules
Dario Zanzico 2162d7d4de Docker swarm service integration tests (#45674)
* integration test for docker_swarm_service

* ensure stack de-initialization

* Set default value for 'configs' parameter to None

Docker-py uses None as a default value for configs.
Using the same default here allows to create services on older docker
setups (docker_api<1.30).

* Set default value for 'update_order' parameter to None

Docker-py uses None as a default value for update_order.
Using the same default here allows to create services on older docker
setups (docker_api<1.29)

* Set default value for 'publish.mode' parameter to None

Docker-py uses None as a default value for publish_mode.
Using the same default here allows to create services on older docker
setups (docker_api<1.32)

* Allow tests to run on older version of docker.

* remove workarounds for old docker versions

* test correct swarm cleanup

* changelog fragment for docker_swarm_service defaults change
2018-10-29 11:28:51 +00:00
..
cloud Docker swarm service integration tests (#45674) 2018-10-29 11:28:51 +00:00
clustering Add to k8s_raw docs re: vault-encrypted files (#47328) 2018-10-28 16:17:44 +10:00
commands Add helper function to return helpful import error msg (#47409) 2018-10-24 07:21:36 +10:00
crypto Type error in openssl_certificate (#47508) 2018-10-26 09:11:00 +05:30
database Update proxysql_manage_config.py (#47613) 2018-10-26 11:35:01 +10:00
files Update documentation for marker (#47292) 2018-10-19 14:31:03 -04:00
identity update cyberark metadata to certified (#46978) 2018-10-12 13:54:48 -05:00
inventory
messaging Ignore empty result of rabbitmqctl list_parameters (#47021) 2018-10-27 02:58:10 -04:00
monitoring Misc typo fixes (#47699) 2018-10-28 12:35:30 +05:30
net_tools fix error checking if netns exists (#47397) 2018-10-22 13:58:48 -04:00
network Removes f5 sdk from bigiq modules and fixes unit tests (#47720) 2018-10-27 20:20:07 -07:00
notification Add matrix notification module (#45823) 2018-10-24 08:54:38 +01:00
packaging swupd: fail in case of an incorrect bundle (#45993) 2018-10-26 09:13:03 +01:00
remote_management Fix idempotency issues in set_bios_attributes 2018-10-25 11:02:02 -04:00
source_control Enable additional pylint rules and resolve issues found. (#47221) 2018-10-18 13:38:08 -07:00
storage Misc typo fixes (#47699) 2018-10-28 12:35:30 +05:30
system Fix python3 problem in user module cve fix 2018-10-22 18:31:57 -07:00
utilities refresh_inventory doc typo (#47402) 2018-10-22 07:59:24 +10:00
web_infrastructure Creates base Sophos UTM module (#45781) 2018-10-26 23:21:54 +05:30
windows win_domain: Add missing functionality (#46552) 2018-10-19 13:18:52 +10:00
__init__.py