Matt Clay
e8a31a12be
Use a consistent RLIMIT_NOFILE for ansible-test.
2019-02-18 23:43:37 -08:00
Zim Kalinowski
fbf4e32b43
adding sqldatabase facts ( #43324 )
2019-02-19 13:09:53 +08:00
Zim Kalinowski
3316f00131
adding devtest labs facts ( #52001 )
2019-02-19 13:01:44 +08:00
Yunge Zhu
79f9fc415d
add redis cache facts ( #48652 )
2019-02-19 12:43:23 +08:00
Jordan Borean
c312287731
test suse: get tests working on newer OpenSUSE distributions ( #52539 )
2019-02-19 13:20:08 +10:00
Jordan Borean
2991c5d47c
foreman: Use generic python in test run ( #52544 )
2019-02-19 13:19:54 +10:00
Zim Kalinowski
103b4c1d09
Adding cosmosdb account facts module ( #51993 )
2019-02-19 11:18:12 +08:00
Kevin Breit
a499244a53
New module - meraki/meraki_content_filtering ( #51223 )
...
* Initial commit
- Module mostly works but doesn't work for URL categories
- Additional tests should be added
- Documentation is needed
- Module is close to being complete
* Improved documentation
- Added parameter documentation
- Added examples
* Lint changes and bug fixes
- Fixed content filtering syntax bug per Meraki documentation update
* Change test cases so they work
* Remove duplicate key
* Improve documentation and check mode
2019-02-18 19:27:21 -05:00
Kevin Breit
ef2c00e106
Rename orgAccess parameter to org_access ( #51347 )
2019-02-18 19:27:11 -05:00
Kevin Breit
48128ec2fc
meraki_ssid - Modifying SSID won't work when specifying number ( #51645 )
...
* Fix bug when specifying SSID by number
- Migrated integration test to blocks with always
- Minor URL fixes
(cherry picked from commit ed79c294f2e3f82d4828226004c055dcd7ce9f63)
* Create changelog file
* Add new line
2019-02-18 19:25:41 -05:00
Matt Clay
a1fec259c1
Reduce console noise at start of CI session. ( #52387 )
...
* Reduce console noise at start of CI session.
* Use allowed shebang.
2019-02-18 13:41:45 -08:00
Matt Martz
60255efc32
Don't error on type changes, cast to string and compare ( #52505 )
2019-02-18 13:25:58 -06:00
Hannes Ljungberg
0bf9052e06
docker_swarm_service: Remove defaults ( #52420 )
...
* Remove update_parallelism default
* Remove update_delay default
* Add documentation about removing defaults
* Present porting guide changes as a list
2019-02-18 14:19:19 -05:00
Alex Stephen
6ae04017d8
GCE deprecation warning ( #52116 )
...
* GCE deprecation warning
* porting guide typo
* fixing ignores
* moving error code back
* underscore marking on gce
* forgot to change status
2019-02-18 16:42:19 +00:00
Abhijeet Kasurde
e8b3adeb2b
VMware: add new module vmware_host_kernel_manager ( #52503 )
...
Signed-off-by: Aaron Longchamps <a.j.longchamps@gmail.com>
2019-02-18 21:57:49 +05:30
Matt Martz
77bfcad33a
Support unix socket with urls/uri ( #43560 )
...
* First pass at allowing unix socket with urls/uri. See #42341
* Only insert handler as needed
* Fix and add tests
* Add HTTPS functionality for unix sockets
* Additional test fixes
* Create context manager for monkey patching HTTPConnection.connect, de-dupe code, raise better errors
* doc
* Add a few more tests
* Fix __call__
* Remove unused import
* Patch HTTPConnection.connect with the functionality we want, instead of duplicating code and disabling
* Fix var name
* Remove unused var
* Add changelog fragment
* Update uri docs
* Fix rebase indentation issue
2019-02-18 10:21:42 -06:00
Felix Fontein
5b28cd65f0
luks_device: add integration tests ( #52359 )
...
* Add first version of luks_device tests.
* Do ~ expansion manually.
* Try to enable RHEL8.
* Adjust to older losetup version.
* Make sure cryptsetup is installed.
2019-02-18 17:16:57 +01:00
Dag Wieers
d3bebb661c
validate-modules: Harmonize error messages ( #52385 )
...
When fixing known errors, the error messages did not make it easy to
find what parameter was having issues (because it was not in the errpr).
Now it consistently starts with the parameter name, and then shows first
the argspec and then the documentation values.
This helps quick assessments.
2019-02-18 09:38:14 -06:00
Matt Clay
687279c7bd
Set user expires on FreeBSD using UTC. ( #52276 )
2019-02-18 09:59:13 -05:00
Nilashish Chakraborty
bc403dbcda
Added new module - frr_facts ( #51804 )
...
* Add new module frr_facts
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix return value
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix review comments
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix review comments
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Handle empty row for mpls ldp neighbors
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix review comments
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix CI
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Remove timestamp from cliconf pluging
* Updated examples
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Fix sanity tests
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-02-18 19:35:40 +05:30
Hannes Ljungberg
c80ad43371
docker_swarm_service: Add working_dir option ( #52425 )
...
* Add working_dir option
* Check local mounts var to align with other checks
* Add changelog fragment
* Add trailing comma
2019-02-18 13:42:19 +00:00
Felix Fontein
37b0f5c81b
docker: provide alternatives to ansible_facts results ( #51192 )
...
* Try to stop using ansible_facts for docker modules.
* Stop using facts returned from regular modules.
2019-02-18 13:41:34 +00:00
Hannes Ljungberg
64b12d2c0d
docker_swarm_service: Add groups option ( #52428 )
...
* Add groups option
* Add changelog fragment
* Remove whitespace
* Remove whitespace
2019-02-18 13:12:05 +00:00
Jordan Borean
bb0a69e084
git: kill gpg-agent in tests on newer OpenSUSE hosts ( #52476 )
2019-02-18 21:30:31 +10:00
Hannes Ljungberg
18b968d486
docker_swarm_service: Add healthcheck option ( #52419 )
...
* Define yaml versions as strings
* Add healthcheck option
* Add changelog fragment
* Don’t set version_added as strings
* Use single quoted string
* Disable healthcheck tests on python 2.6
* Bring back quoting on already quoted version-added
* Python 2.6 compat
* Move functions to docker-common
* Move parse_healthcheck to docker-common
* Cast exception to str before printing failure
* Extend parse_healthcheck tests
2019-02-18 09:46:14 +00:00
Hannes Ljungberg
77d116f66e
docker_swarm_service: Add stop_signal option ( #52424 )
...
* Add stop_signal option
* Add changelog fragment
2019-02-18 09:43:35 +00:00
Yuwei Zhou
664e6fb9c8
modified storageaccount fact return curated result with connection string ( #49702 )
2019-02-18 16:48:56 +08:00
Zim Kalinowski
896e320142
adding postgresqlconfiguration facts ( #45071 )
2019-02-18 15:14:56 +08:00
Zim Kalinowski
fa73abcf5d
fixing force_update in azure_rm_mysqldatabase ( #52389 )
2019-02-18 14:20:30 +08:00
Jordan Borean
3ecd6e19f7
alternatives - fix OpenSUSE dir on newer distros ( #52458 )
2019-02-18 16:07:01 +10:00
Zim Kalinowski
8422e23533
Fixing azure_rm_postgresqldatabase force_update parameter ( #52388 )
2019-02-18 14:04:01 +08:00
Jordan Borean
d6453a79f5
zypper_repository: fix return check on newer OpenSUSE versions ( #52457 )
2019-02-18 15:52:15 +10:00
Jordan Borean
4b296da6a2
zypper: fix tests to use new URL for OpenSUSE 15.0 ( #52453 )
2019-02-18 15:04:02 +10:00
Zim Kalinowski
777441719f
azure_rm_cosmosdbaccount - fix for virtual network rules ( #52416 )
2019-02-18 11:58:43 +08:00
Jordan Borean
4a94bd8d9d
opensuse - install password-store from specific repo ( #52439 )
2019-02-18 13:12:01 +10:00
Abhijeet Kasurde
fad6443e58
Distribution: Add support for Linux Mint 18.3 ( #52224 )
...
* Distribution: Add support for Linux Mint 18.3
* Review comments
Fixes : #52210
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-02-18 08:28:04 +05:30
Piotr Wojciechowski
e284a1546f
Integration tests for docker_node_facts ( #52423 )
2019-02-17 12:08:29 -05:00
Piotr Wojciechowski
d27ac7a816
Integration tests for module docker_swarm_facts ( #52208 )
...
* * docker_swarm_facts integration tests
* * docker_swarm_facts integration tests
* * docker_swarm_facts integration tests
* Removing commented lines
* Extended and updated integration tests for docker_swarm_facts module
* Cosmetic integtration tests playbook changes
* Cosmetic integtration tests playbook changes from PR comments
2019-02-16 16:20:54 -05:00
Felix Fontein
ef3d86255d
docker_* modules: remove from validate-modules ignore list ( #52402 )
...
* Remove docker_* modules from validate-modules ignore list.
* Adjust types of cacert_path, cert_path and key_path.
* Fix type of update_failure_action in docker_swarm_service.
2019-02-16 07:14:29 -08:00
Matt Clay
f86c24a53c
Update the default container to version 1.5.2.
...
ci_complete
2019-02-15 19:07:43 -08:00
Matt Clay
f5c92f6bc1
Allow setting resource.RLIMIT_NOFILE in modules ( #51989 )
2019-02-15 17:52:35 -08:00
saranyasridharan
1db6d5598a
Adding custom module to get PID of the process ( #50896 )
2019-02-15 17:08:55 -08:00
Matt Clay
1edee04bc5
Update pytest constraint for Python 2.7.
2019-02-15 16:36:04 -08:00
Matt Clay
bbad5d1d16
Unfreeze six in test constraints.
...
This avoids re-installation during integration test runs.
Pinning this requirement shouldn't be needed for consistent test
results when running pylint.
2019-02-15 14:44:04 -08:00
Abhijeet Kasurde
e0d8d9c2bf
validate-modules: Documentation bool ( #50085 )
...
* validate-modules: Documentation bool
This check allows to catch cases where type of argument is different than documentation does.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Wrong comparison for 'str'
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Add ignore.txt
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Fix logic and clean up ignore.txt
2019-02-15 14:27:52 -08:00
Sviatoslav Sydorenko
f1e67c3328
Bugfix/ fix mocker patch in tests ( #52372 )
...
* 🐛 Fix invalid os.stat mock in tests
* 🐛 Fix leaking mock patch in tests
Closes #52347
2019-02-15 13:58:26 -08:00
Matt Clay
6ac22416af
Fix tests to use ANSIBLE_TEST_PYTHON_INTERPRETER.
2019-02-15 11:24:07 -08:00
Martin Krizek
50d7483632
Native Jinja2: raise undefined error immediately ( #52237 )
...
Fixes #52158
2019-02-15 19:36:12 +01:00
Abhijeet Kasurde
db03f88b63
distribution: Add support for Cumulus Linux ( #52309 )
...
* Refactored code
* Added support for Cumulus Linux 2.5.4
* Added support for Cumulus Linux 3.7.3
* Test added
Fixes : #29969
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-02-15 22:30:51 +05:30
Dag Wieers
677c04c01d
Sanity fixes to parameter types ( #52325 )
2019-02-15 16:58:58 +01:00