Sandra McCann
f6a51b3f07
revert back to contiguous ( #62301 )
2019-09-13 15:25:32 -05:00
flowerysong
d933278f3d
Add version 2.14 to the removed_in list ( #62298 )
...
devel is now 2.10, so this needs to be bumped as well.
2019-09-13 14:32:11 -05:00
n3pjk
05ded87848
Add httpapi VMware REST VmwareRestModule ( #60914 )
...
* Initial commit of VMware HttpApi REST
New directory structure created for httpapi-based modules. These will
live in the 'vmware_httpapi' directory under 'modules/cloud'. The
AnsibleModule class was extended to create the VmwareRestModule class
that lives in the 'vmware_httpapi' directory under 'module_utils'. It
implements comms with the httpapi plugin, and also provides debugging
output, url and filtering generation by object, and support for
multiple VMware REST APIs. It also provides dynamic handling of HTTP
return codes that can be tailored to each module's needs.
2019-09-13 14:34:11 -04:00
Matt Martz
5be0668fb0
Ensure we don't erase unsafe context in TaskExecutor.run on bytes ( #62287 )
...
* Ensure we don't erase unsafe context in TaskExecutor.run on bytes. Fixes #62237
* Remove unused import
* Add missing import
* use args splatting for to_unsafe_text/bytes
* Add security issue to changelog
* fix yaml linting issue
2019-09-13 13:14:35 -05:00
Matt Martz
7d51cac330
Don't treat no checksum as a checksum match ( #62146 )
...
Fixes #61978
* moar tests for get_url fetch behavior with existing file
* add changelog fragment
2019-09-13 13:24:15 -04:00
Sam Doran
08279c7d54
Update default test container with Python 3.8b4 ( #62100 )
2019-09-13 12:38:47 -04:00
Felix Fontein
098a13dff4
Re-enable some docker_swarm tests. ( #61875 )
2019-09-13 12:08:45 -04:00
Nathaniel Case
7917d4def7
Standardize eos resource modules ( #61736 )
...
* Fix eos_l3_interfaces case sensitivity
* Unify EOS module notes
* Add normalize_interfaces to eos_l2_interfaces
* Pull normalize_interface into eos_interfaces
* Add normalize_interface to lag_interfaces
* Add normalize_interface to lldp_interfaces
* Add normalize_interface to lacp_interfaces
* more module cleanup
* Add changelog
2019-09-13 09:35:50 -04:00
Ganesh Nalawade
200ed25648
Fix for junos cli_config replace option ( #62131 )
...
* Fix for junos cli_config replace option
* For device that support replace option by loading
configuration from a file on device `config` option
is not required and value of `replace` option is the
path of configuration file on device. This fix allows
invoking run() function in cli_config if `config` option
is None and `replace` option is not boolean
* The command to replace running config on junos device
is `load override <filename>` and not `load replace <filename>`
This is fixed in the junos cliconf plugin.
* Add integration test
2019-09-13 18:52:33 +05:30
Glandos
2d19150757
Update mitogen link ( #62247 )
2019-09-13 09:20:19 -04:00
Sloane Hertel
efdf52a254
remove undefined YAML anchor ( #62273 )
2019-09-13 08:50:42 -04:00
chkp-orso
c7f9c3f27e
Add unit tests for check_point ansible modules ( #62213 )
...
* Update test_cp_mgmt_network.py
* 17 tests
2019-09-13 13:54:29 +02:00
kr3ator
c226c1015e
Update junos_user.py ( #60459 )
2019-09-13 15:49:06 +05:30
Jonathan Davila
e33700c5e2
Update BOTMETA.yml ( #62123 )
2019-09-13 07:36:15 +01:00
Ajay Chenampara
991b865cb6
Update junos_config.py ( #62221 )
...
Add the commands alias to match UX of IOS, EOS etc.
2019-09-13 11:04:36 +05:30
Abhijeet Kasurde
1c3effe92e
VMware: Change return key results
from VMware modules ( #62161 )
...
Following module used internal results key as part of return json, this commit
changes this to appropriate values -
* vmware_datastore_maintenancemode.py
* vmware_host_kernel_manager.py
* vmware_host_ntp.py
* vmware_host_service_manager.py
* vmware_tag.py
Fixes : #62083
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-09-13 09:57:04 +05:30
Sam Doran
041c52d629
Add info about layering properties
2019-09-12 18:55:13 -07:00
Sam Doran
5deb01c84d
Remove suggestion to go caving
2019-09-12 18:55:13 -07:00
Sam Doran
9b348e690c
Improve documentation on doc fragments
...
Add information and examples on how to use additional properites from a doc fragment
2019-09-12 18:55:13 -07:00
Jordan Borean
46ffcd6c44
ansible-galaxy - add config to control the display wheel ( #61902 )
...
* ansible-galaxy - add config to control the display wheel
* Fix changelog and make test more stable
* Don't use display thread at all if progress wheel isn't being shown
2019-09-13 11:06:18 +10:00
Sam Doran
b010acfb27
nxos_bfd_global - add missing import of re ( #62226 )
2019-09-13 07:37:30 +10:00
Jiri Tyr
c324503f5a
Updating link for guest_id info ( #61988 )
2019-09-12 15:19:36 -05:00
Sloane Hertel
09f1c286e0
Add some details to any_errors_fatal documentation ( #62029 )
2019-09-12 16:15:02 -04:00
Felix Fontein
0e72cbd451
openssh_keypair file permissions/ownership: add porting guide entry ( #62176 )
...
* Add porting guide entry for 2.9.
2019-09-12 15:05:01 -05:00
Evgeni Golov
c1773d5d2b
document suboptions for type:list options too ( #62177 )
2019-09-12 16:00:06 -04:00
Evgeni Golov
740ec90688
sanity ignores for a collection need to go to tests/sanity/ ( #62182 )
...
collections use tests/ not test/ as the folder for tests
2019-09-12 15:55:19 -04:00
Evgeni Golov
48a39f5616
typo: missing-subption-docs → missing-suboption-docs ( #62180 )
...
updates the name of the test and all ignore.txt entries
2019-09-12 14:51:20 -05:00
Martin Klapproth
dc7a765e57
fix fact caching plugin name from json to jsonfile ( #62198 )
2019-09-12 15:45:43 -04:00
Abhijeet Kasurde
a2e61f67d5
core: Handle empty extra vars in cli ( #61831 )
...
Fixes : #61497
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-09-12 15:43:41 -04:00
Jeff Geerling
a6ec6c3175
Fixes #56832 : Remove warning when falling back to apt-get if aptitude is missing. ( #61782 )
2019-09-12 15:29:36 -04:00
Chris Trufan
606e13919e
Always specify header of connection keep-alive regardless of python v… ( #62218 )
...
* Always specify header of connection keep-alive regardless of python version.
* Add chgangelog fragment
* Fixes to changelog fragment
2019-09-12 21:05:23 +02:00
Akira Yokochi
6952295114
explicited RouterOS does not support connection: local ( #62203 )
2019-09-12 13:45:28 -04:00
Toshio Kuratomi
46f633598e
Add guidelines for when to use a doc_fragment ( #61828 )
2019-09-12 12:55:50 -04:00
Chris Van Heuveln
c0f3777fe2
nxos_l2_interfaces: fix for integration tests failing to setup layer2 ( #61887 )
2019-09-12 21:46:52 +05:30
Mike Wiebe
c4894b512d
[stable-2.9] fix nxos_config tests for httpapi ( #62082 )
...
* fix nxos_config tests for httpapi
* Remove become parameter
2019-09-12 21:46:00 +05:30
Mike Wiebe
f582d74f7c
Fix bfd cmd order and test issues ( #61943 )
2019-09-12 21:45:37 +05:30
Chris Van Heuveln
6e72893d78
nxos_lacp_interfaces: fix integration test dependencies ( #61947 )
...
* nxos_lacp_interfaces: fix integration test dependencies
* Add conditional mode test to m/d/r tests
2019-09-12 21:45:04 +05:30
Brian Coca
621f273767
Revert "svc: fix a typo ( #62174 )" ( #62212 )
...
This reverts commit d838a9021a
.
was not a typo, 'ed' is added later on and 'stop' goes to 'stopped'
2019-09-12 11:19:05 -04:00
Misha Komarovskiy
c3c54302af
Don't fail if exos can't configure cli columns ( #51364 )
...
* Don't fail if exos can't configure cli columns
Signed-off-by: Misha Komarovskiy <zombah@gmail.com>
2019-09-12 11:12:44 -04:00
Andrey Klychkov
6691527799
fix typos in commands modules ( #62197 )
2019-09-12 09:54:45 -05:00
Andrey Klychkov
742eebc92c
fix typos in identity modules ( #62200 )
2019-09-12 09:54:15 -05:00
Andrey Klychkov
655f771547
fix typos in web_infrastructure modules ( #62202 )
2019-09-12 09:53:05 -05:00
Andrey Klychkov
d838a9021a
svc: fix a typo ( #62174 )
2019-09-12 10:32:52 -04:00
Will Thames
c170ab5e31
Add exception handling when retrieving k8s client ( #60726 )
2019-09-12 15:02:52 +01:00
Andrey Klychkov
7e91998049
fix typos in cloud modules ( #62194 )
...
* fix typos in cloud modules
* fix typos in cloud modules, fix ci tests
2019-09-13 00:01:14 +10:00
Dan Gorman
3dbf89e8ae
added version support to aws_ssm lookup ( #61045 )
2019-09-12 14:49:09 +01:00
Andrey Klychkov
6936187bbe
fix typos in net_tools_modules ( #62201 )
2019-09-12 14:47:17 +01:00
Andrey Klychkov
dee529dc66
fix typos in clustering modules ( #62196 )
2019-09-12 23:45:34 +10:00
Andrey Klychkov
a72ea8440a
elasticache_info: fix a typo ( #62204 )
2019-09-12 23:44:53 +10:00
Nilashish Chakraborty
f1766457a2
Handle cases where normal commit operation throws a prompt ( #62132 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-09-12 16:25:56 +05:30