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.
5 years ago
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
5 years ago
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
5 years ago
Sam Doran
08279c7d54
Update default test container with Python 3.8b4 ( #62100 )
5 years ago
Felix Fontein
098a13dff4
Re-enable some docker_swarm tests. ( #61875 )
5 years ago
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
5 years ago
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
5 years ago
Glandos
2d19150757
Update mitogen link ( #62247 )
5 years ago
Sloane Hertel
efdf52a254
remove undefined YAML anchor ( #62273 )
5 years ago
chkp-orso
c7f9c3f27e
Add unit tests for check_point ansible modules ( #62213 )
...
* Update test_cp_mgmt_network.py
* 17 tests
5 years ago
kr3ator
c226c1015e
Update junos_user.py ( #60459 )
5 years ago
Jonathan Davila
e33700c5e2
Update BOTMETA.yml ( #62123 )
5 years ago
Ajay Chenampara
991b865cb6
Update junos_config.py ( #62221 )
...
Add the commands alias to match UX of IOS, EOS etc.
5 years ago
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>
5 years ago
Sam Doran
041c52d629
Add info about layering properties
5 years ago
Sam Doran
5deb01c84d
Remove suggestion to go caving
5 years ago
Sam Doran
9b348e690c
Improve documentation on doc fragments
...
Add information and examples on how to use additional properites from a doc fragment
5 years ago
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
5 years ago
Sam Doran
b010acfb27
nxos_bfd_global - add missing import of re ( #62226 )
5 years ago
Jiri Tyr
c324503f5a
Updating link for guest_id info ( #61988 )
5 years ago
Sloane Hertel
09f1c286e0
Add some details to any_errors_fatal documentation ( #62029 )
5 years ago
Felix Fontein
0e72cbd451
openssh_keypair file permissions/ownership: add porting guide entry ( #62176 )
...
* Add porting guide entry for 2.9.
5 years ago
Evgeni Golov
c1773d5d2b
document suboptions for type:list options too ( #62177 )
5 years ago
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
5 years ago
Evgeni Golov
48a39f5616
typo: missing-subption-docs → missing-suboption-docs ( #62180 )
...
updates the name of the test and all ignore.txt entries
5 years ago
Martin Klapproth
dc7a765e57
fix fact caching plugin name from json to jsonfile ( #62198 )
5 years ago
Abhijeet Kasurde
a2e61f67d5
core: Handle empty extra vars in cli ( #61831 )
...
Fixes : #61497
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Jeff Geerling
a6ec6c3175
Fixes #56832 : Remove warning when falling back to apt-get if aptitude is missing. ( #61782 )
5 years ago
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
5 years ago
Akira Yokochi
6952295114
explicited RouterOS does not support connection: local ( #62203 )
5 years ago
Toshio Kuratomi
46f633598e
Add guidelines for when to use a doc_fragment ( #61828 )
5 years ago
Chris Van Heuveln
c0f3777fe2
nxos_l2_interfaces: fix for integration tests failing to setup layer2 ( #61887 )
5 years ago
Mike Wiebe
c4894b512d
[stable-2.9] fix nxos_config tests for httpapi ( #62082 )
...
* fix nxos_config tests for httpapi
* Remove become parameter
5 years ago
Mike Wiebe
f582d74f7c
Fix bfd cmd order and test issues ( #61943 )
5 years ago
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
5 years ago
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'
5 years ago
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>
5 years ago
Andrey Klychkov
6691527799
fix typos in commands modules ( #62197 )
5 years ago
Andrey Klychkov
742eebc92c
fix typos in identity modules ( #62200 )
5 years ago
Andrey Klychkov
655f771547
fix typos in web_infrastructure modules ( #62202 )
5 years ago
Andrey Klychkov
d838a9021a
svc: fix a typo ( #62174 )
5 years ago
Will Thames
c170ab5e31
Add exception handling when retrieving k8s client ( #60726 )
5 years ago
Andrey Klychkov
7e91998049
fix typos in cloud modules ( #62194 )
...
* fix typos in cloud modules
* fix typos in cloud modules, fix ci tests
5 years ago
Dan Gorman
3dbf89e8ae
added version support to aws_ssm lookup ( #61045 )
5 years ago
Andrey Klychkov
6936187bbe
fix typos in net_tools_modules ( #62201 )
5 years ago
Andrey Klychkov
dee529dc66
fix typos in clustering modules ( #62196 )
5 years ago
Andrey Klychkov
a72ea8440a
elasticache_info: fix a typo ( #62204 )
5 years ago
Nilashish Chakraborty
f1766457a2
Handle cases where normal commit operation throws a prompt ( #62132 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
5 years ago
Nilashish Chakraborty
4e6270750a
Set no_log to True for junos_user encrypted_password ( #62184 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
5 years ago
Matt Clay
cd4882e229
Fix ansible-test vcenter test filtering.
...
The default behavior of the ansible-test vcenter plugin is to use the govcsim container to run tests.
However, unless the govcsim mode was specified using the VMWARE_TEST_PLATFORM environment variable, the filter code would skip the tests unless the tests ran on Shippable or the user had an ansible-core-ci key.
Now the filter correctly recognizes that govcsim is the default.
5 years ago