Jordan Borean
309e342aaa
Remove six decorator for unicode text conversion ( #59895 )
2019-08-02 09:15:31 +10:00
Abhijeet Kasurde
056aac1e30
Minor fixes in galaxy command for collection ( #59846 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-08-02 07:48:34 +10:00
Jordan Borean
88e3449189
Fix ansible-galaxy import command to use argspec instead ( #59898 )
2019-08-02 07:31:28 +10:00
Jakob Ackermann
20b5ff5ab7
[s3_bucket] access the bucket encryption response gracefully ( #59826 )
...
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-08-01 14:00:07 -07:00
Nathan Swartz
26fff6f5c3
Improved netapp module utility for E-Series. ( #59527 )
...
Add header option to request method in NetAppESeriesModule
Add multipart formdata builder function
Fix issue with url port change
2019-08-01 13:24:38 -04:00
yanzhangi
a01ee2759d
Update ce_vrrp to fix bugs ( #59677 )
...
* update ce_vrrp to fix bugs
* update ce_vrrp to fix bugs
* update ce_vrrp to fix bugs
* update ce_vrrp to fix bugs
2019-08-01 11:05:30 -04:00
James Cassell
17f2b5f73e
os_subnet: allow using non-default subnet pool ( #52608 )
2019-08-01 10:11:53 -04:00
Abhijeet Kasurde
025e30ea0c
VMware: add support for http_proxy in connection API
...
This commit allows users to access a vCenter or a ESXi through a
HTTP CONNECT based proxy.
To do so, the users have to set the `proxy_host` and `proxy_port`
variables.
The can also use the `VMWARE_PROXY_HOST` and `VMWARE_PROXY_PORT`
environment variables.
This feature depends on pyvmomi > v6.7.1.2018.12.
Fixes : #42221
Co-Author: Abhijeet Kasurde <akasurde@redhat.com>
Co-Author: Gonéri Le Bouder <goneri@redhat.com>
2019-08-01 15:57:26 +02:00
benjdudas
4eb156b2f5
regex match for lowercase Cisco ( #59550 )
2019-08-01 18:57:27 +05:30
itercheng
eea46a0d1b
Support Ericsson device management ( #59277 )
...
* Support Ericsson device management
* modify code
* modify error
* delete redundant file
* delete file
* modified error
* modify additional file name
* delete code
* add blank line
* delete redundant code
* add platform_eric_eccli.rst
* modify syntaxError
* modify document
* modify error
* modify maintaners
* modify document
* add end_string
2019-08-01 16:55:10 +05:30
Abhijeet Kasurde
07e7b69c04
VMware: minor changes in vmware_dvs_portgroup_find ( #59911 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-08-01 15:14:17 +05:30
dx0xm
c35b512413
vmware: new module vmware_dvs_portgroup_find ( #59567 )
...
* vmware: new module to find portgroup(s) based on different criteria
2019-08-01 14:52:51 +05:30
Mario Lenz
3aa73cb6b8
VMware: Refactor vmware_cluster into several modules ( #58468 )
...
Refactor vmware_cluster into several modules (vmware_cluster, vmware_cluster_drs, vmware_cluster_ha and vmware_cluster_vsan) as discussed in #58023 .
vmware_cluster lacks a lot of configuration options for DRS, HA and vSAN. Implementing them
all in vmware_cluster would make the module hard to maintain. Therefore, splitting it into several
modules and implementing the missing configuration options in them seems a good idea to me.
This is step one, refactoring vmware_cluster into several modules. Step two, implementing more
configuration options for DRS, HA and vSAN, will follow.
2019-08-01 10:35:29 +02:00
Sumit Jaiswal
b2db38bbc6
resolves test error for PR59550 ( #59901 )
...
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2019-08-01 13:34:14 +05:30
Xu Yuandong
adfbd04b3a
ce_netstream_template: update to fix a bug. ( #59690 )
...
* update to fix a bug.
* Update ce_netstream_template.py
* Update ce_netstream_template.py
* Update ce_netstream_template.py
2019-07-31 22:54:34 -04:00
Sandra McCann
eb15ee91df
removed module from support list ( #59878 )
2019-07-31 14:58:24 -04:00
Dusan Matejka
f1fd13c0ef
Fixed "dictionary changed size during iteration" for zabbix_template when used with newest Python3 ( #59181 )
2019-07-31 14:30:29 -04:00
glyngholm
f46eb8ebcd
Headers in URL lookup plugin ( #59555 )
...
* Update url.py
Allow passing of headers to URL lookup plugin
2019-07-31 14:23:55 -04:00
Nilashish Chakraborty
730fa78ca4
Add vyos_interfaces resource module ( #58589 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-07-31 23:06:53 +05:30
Simon Dodsley
288d74ca48
Update FlashBlade Directory Service config module to support NIS ( #59608 )
2019-07-31 13:33:24 -04:00
yanzhangi
d6fd4eb8e6
update ce_bgp_af to fix bugs ( #59678 )
...
* update ce_bgp_af to fix bugs
* update ce_bgp_af to fix bugs
* update ce_vrrp to fix bugs
* update ce_bgp_af to fix bugs
* update ce_bgp_af to fix bugs
2019-07-31 13:28:46 -04:00
Sam Doran
81d254da4c
Update version in metadata for bundled distro ( #59869 )
2019-07-31 12:38:25 -04:00
Maciej Delmanowski
75be309242
Don't warn if local user is found in user database ( #56838 )
...
If the 'local' parameter of the 'user' Ansible module is enabled, and
the user has been found in the local user database, don't emit
a warning, because this is an expected outcome.
Add changelog and integration tests
Co-authored-by: drybed <drybjed@gmail.com>
2019-07-31 12:14:22 -04:00
Jered Sutton
cb9ab42ab8
Document behavior of fetch when file already exists ( #59816 )
...
* Document behavior of fetch when file already exists
2019-07-31 12:09:58 -04:00
Mark Chappell
934d25a820
iam_password_policy: boto expects pw_expire to be ommitted when setting no expiration requirements ( #59848 )
...
Fixes #59102
2019-07-31 12:03:30 -04:00
Abhijeet Kasurde
3eeaf2f974
Add description of collection_paths in base.yml ( #59778 )
...
Fixes : #59775
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-07-31 11:57:44 -04:00
Mark Chappell
c1e5758c4c
Add missing aws modules to aws module defaults group ( #59788 )
...
* Add missing aws modules to aws module defaults group
* add changelog
2019-07-31 11:53:14 -04:00
Kevin Breit
b09fbc3bf3
New module - meraki_webhook ( #57855 )
...
* Initial commit for meraki_webhook
* Split integration tests into two files to avoid delegate_to
2019-07-31 11:31:16 -04:00
Kevin Breit
d105c205ef
meraki_snmp - Add support for network SNMP settings ( #57708 )
...
* meraki_snmp module supports network SNMP settings
- Network SNMP settings were added to the API
- Parameters are different so it's a new data structure
- Full suite of integration tests
- Commit includes some cleanup as well
* Add reset task for SNMPv3
2019-07-31 11:29:57 -04:00
Kevin Breit
516b39b79a
meraki_organization - Add deletion support ( #59415 )
...
* Add support for deleting organizations
- Still working on integration tests
* Update documentation and verify check mode works
2019-07-31 11:29:42 -04:00
Timal Peramune
7afa5913a7
Conflicting documentation ( #59777 )
2019-07-31 11:17:59 -04:00
Felix Fontein
1534d6aea3
Update docs for pesize. ( #59751 )
2019-07-31 11:06:52 -04:00
sushma-alethea
f2cb44633a
Modules to manage ICX devices ( #58969 )
...
* new module
* new terminal
* new terminal
* new cliconf
* cliconf
* icx cliconf
* icx_cliconf
* icx test units module
* icx units module
* icx banner unit test
* PR changes resolved
* changes resolved
* Changes Resolved
* check_running_config changes resolved
* added notes
* removed icx rst
* new commit
* new changes
* deleted icx rst
* icx .rst
* modified platform_index.rst
* modified platform_index.rst
* changes resolved
* PR comments resolved
* Update platform_index.rst
PR comment resolved
2019-07-31 20:01:41 +05:30
Daniel Mellado Area
58a53fe0eb
Add junos_l3_interfaces ( #59026 )
2019-07-31 16:29:32 +02:00
sky-joker
47f9f43b0d
VMware: Modify guest_id reference URL of vmware_guest ( #59861 )
2019-07-31 19:42:29 +05:30
Nathaniel Case
80d8058f5c
Change sub_plugin check to completely ignore napalm ( #59298 )
...
This also fixes cases where sub_plugin might not be loaded in executor
2019-07-31 08:46:17 -04:00
Marc Hörsken
98df8e01db
Fix py3 decoding issues in cyberarkpassword ( #59500 )
...
* Fix py3 decoding issues in cyberarkpassword.py
* Use to_native instead of forced utf-8 decoding
* Use to_bytes to avoid trouble with Popen
* Create 59500-cyberarkpassword-fix-py3-decoding.yaml
2019-07-31 13:46:47 +05:30
Chris Archibald
dc427ff6d5
na_ontap_quota was not using vserver ( #58594 )
...
* fix issues
* fixes
2019-07-30 22:32:49 -04:00
Jordan Borean
04ec47bdf1
win_dsc - be more lenient with datetime parsing ( #59703 )
...
* win_dsc - be more lenient with datetime parsing
* Remove l that shouldn't be there
2019-07-31 08:45:37 +10:00
Markus Bergholz
196347ff32
ability to use lambda target in elb_target_group ( #57394 )
...
* enable elb_lambda_target test
2019-07-30 15:35:36 -07:00
Jordan Borean
652bfc7e19
win_template - use shared doc fragment for shared options ( #59701 )
...
* win_template - use shared doc fragment for shared options
* Change smart quote to em dash and fix whitespace issue
2019-07-31 08:05:24 +10:00
Simon Dodsley
4c1f52c6c0
Add support for preferred arrays to host configuration (purefa_host) ( #59735 )
2019-07-30 17:31:40 -04:00
Simon Dodsley
27c60a7cec
Add ability to force immeadiate replication of a pgroup ( #59785 )
2019-07-30 17:31:23 -04:00
Peter Mounce
24d8e82655
Windows Setup doc; offer 10x perf improvement ( #58259 )
...
* Windows Setup; document 10x perf improvement
2019-07-30 15:53:17 -04:00
Fred-sun
6208294054
Update the document according to the yuwzho-datadisk branch ( #59491 )
2019-07-30 15:38:00 -04:00
Tyler
6a53147a15
Update homebrew.py ( #59646 )
...
##### SUMMARY
It should be known that this does not install homebrew. It only uses homebrew that is already installed. It's a core requirement.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2019-07-30 15:36:29 -04:00
Abhijeet Kasurde
2ebc4e1e7e
inventory: Handle IndexError while parsing limit file ( #59776 )
...
Handle IndexError exception raised while parsing the limit file.
Fixes : #59695
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-07-30 13:02:17 -04:00
6cUbi57z
2f403981b5
unarchive - add requirement of zipinfo command to docs ( #59556 )
2019-07-30 11:28:54 -04:00
nick6655
1d560e5ce9
pbrun: Use default value for become_user ( #59754 )
...
* Update pbrun.py
Require ternary operator for if get_option('user') returns NoneType object.
* Update pbrun.py
Added default value to become_user in documentation.
* Update pbrun.py
Changed default for become_user to be '' instead of root.
2019-07-30 11:15:48 -04:00
Gonéri Le Bouder
1ec155e773
vmware_guest: clone VM with attached CDROM
...
If a VM has an attached CDROM, `backing` attribute of the CDROM will
be defined.
As a result, we cannot just loop `vm_obj.config.hardware.device` and check
for the existance of the attribute to decide if the entry is a
harddrive.
Instead, we check the type of the device, and only keep the
`vim.vm.device.VirtualDisk` disk.
This issue is actually breaking our test-suite with regular environment
because we keep a Fedora ISO attached to the VM.
2019-07-30 14:09:07 +02:00