Nathaniel Case
d5a272ce89
Fix eos_support_session logic ( #56524 )
2019-05-16 11:28:19 -04:00
Nathaniel Case
409c46b2fa
Properly handle check for session support on eos ( #56407 )
...
* Properly handle eos session check.
* Why is eos_use_sessions an int?
* Add changelog
2019-05-16 10:44:22 -04:00
Alicia Cozine
f88b660717
adds 2.9 roadmap, reversed local TOC order ( #56371 )
2019-05-16 09:28:33 -05:00
Gonéri Le Bouder
a4f08617d4
VMware: vmware_datastore_maintenancemode: check params ( #56515 )
...
Check the `datastore` parameter and raise an error if nothing has been
found.
2019-05-16 19:52:17 +05:30
Fred-sun
4b39748d21
Update azure_rm_cdnprofile related module document ( #56503 )
...
* modify azure_rm_cdnprofile module documentation
2019-05-16 09:11:47 -05:00
Alicia Cozine
118cf3ece6
Cloud dev docs to rst ( #56485 )
...
* Moves developer docs for AWS, ovirt, and openstack modules out of lib/ansible/, integrates them with dev_guide, with abadger's fix to make python snippets pass rstcheck
2019-05-16 09:05:12 -05:00
Andrey Klychkov
75046f8410
postgresql_db: added tablespace support ( #56390 )
2019-05-16 12:13:40 +02:00
David Hewitt
50e9955a23
VMware: Add new module vmware_folder_info ( #54344 )
...
* Adds a new vmware module to support getting the folders and their paths within a datacenter
* Add integration tests
* Bump version added
* Refactor integration test
* Improve grammar in docs
2019-05-16 14:18:07 +05:30
Aravind Balaji
0e0735f10e
VMware: Return facts about rule_affinity vmware_drs_rule_facts ( #55813 )
...
Added the rule_affinity while returning about the rule facts
2019-05-16 11:51:36 +05:30
Gonéri Le Bouder
216260cbb4
VMware: vsphere_copy: ability to target an esxi instance ( #55930 )
...
*`vsphere_copy` was only able to interact with a vCenter instance. This
patch change that.
* In addition, it also makes use of the `vmware_argument_spec`.
Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com>
2019-05-16 10:40:07 +05:30
spidermila
ca7ff2ad05
VMware: return info about SCSI controller in vmware_guest_disk_facts ( #56442 )
...
vmware_guest_disk_facts module added bus number of the SCSI controller to the output
2019-05-16 10:27:17 +05:30
Alicia Cozine
7636f36a8a
gcp_compute_target_proxy does not exist, update deprecated redirect ( #56496 )
2019-05-15 21:08:58 -05:00
Sandra McCann
635931051b
[Doc-Release-2.8] fixed broken module links in 2.8 porting guide ( #56494 )
...
* fixed broken module links
2019-05-15 20:35:14 -05:00
Brian Coca
183ba93ba3
removed previouslly deprecated settings ( #55662 )
...
* removed previouslly deprecated settings
fixes #55304
* also removed from play context
2019-05-15 16:36:30 -04:00
Sandra McCann
4bf134756b
changed version to 2.8 ( #56487 )
2019-05-15 14:59:21 -05:00
Sandra McCann
f097dca60d
update release table for 2.8 ( #56486 )
2019-05-15 14:58:53 -05:00
thomas.boussekey
d55823b013
Update of Ansible 2.8 roadmap (add RC2 & RC3) ( #56436 )
...
##### SUMMARY
* Remove **if needed** for RC2 & RC3
* Set correct release date for RC3
2019-05-15 14:17:10 -04:00
chashtag
db42cf5873
Update ovirt_vnic_profile.py ( #56466 )
...
##### SUMMARY
Update documentation to reflect module name
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2019-05-15 14:10:05 -04:00
Till Wiese
6182f368e7
Small typo fix in documentation ( #56480 )
...
The documentation was probably C&P'd from user, leaving a "useradd" mention where a "groupadd" should be.
2019-05-15 14:08:01 -04:00
James Tanner
940d58e1b3
Nullify improperly licensed test file
2019-05-15 13:57:36 -04:00
Kevin Breit
322cfa49d0
Meraki - Add check for auth_key parameter ( #56199 )
...
* auth_key parameter is required
- This will have to change when httpapi is implemented
* Add integration test
* Add assertion
* Enable VLANs on network
* Add required for auth_key
2019-05-15 11:45:07 -04:00
Paul Belanger
fa7aedc4c3
Remove hardcoded ansible user for junos_user integration tests ( #56452 )
...
It is possible we are using a different username then 'ansible' for
testing junos. By using ansible_user_id, this should be a more dynamic
check.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-05-15 11:09:09 -04:00
Sean M. Collins
63155983fe
[eos] Allow ports to be configured with just trunk mode ( #55887 )
...
Fixes #55886
2019-05-15 19:57:46 +05:30
Joseph Kennedy
4928373a8b
Allow config commands in aireos_command to support prompts ( #56130 )
...
* Switch failure on config command to just a warning.
* Change wording in documentation
* Missing whitespace
2019-05-15 10:25:14 -04:00
Abhijeet Kasurde
8ce09a0057
VMware: fix inventory plugin ( #56431 )
...
* Fixed regression introduced in #56071
* Added test to check if hostvars are populated
* Fix toml installation logic
Fixes : #56413
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-05-15 10:15:49 -04:00
ciliusmp
3b08e75eb2
hetzner changed image tag for server, so its working with ids and names ( #56406 )
...
* hetzner changed image tag for server, so its working with ids and names
* changed trailing whitespace
* added higher retries count since server creation from own image takes a lot longer
2019-05-15 03:43:21 -04:00
Adam Miller
666dfdc551
YUM - handle enable of non-existent repo ( #53286 )
2019-05-15 08:45:54 +02:00
Abhijeet Kasurde
5ef2c5314e
Fixed error handling in github_issue module ( #39652 )
...
* Fixed error handling in github_issue module
Due to recent changes in github3.py library module stopped working.
This fix adds extra error handling for new changes in library.
Fixes : #39627
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Check version
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Refactor github_issue
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-05-15 02:35:11 -04:00
pratikgadiya12
107d9efef3
VMware: Check to retrieve list of all used disks ( #56380 )
...
Fixes : #56290
2019-05-15 11:02:25 +05:30
James E. King III
3170e8b881
azure_rm_securitygroup - fix delete error handling ( #56422 )
2019-05-14 21:30:22 -04:00
ShachafGoldstein
8e2bff407a
Change S3 bucket urls to new method as per #56124 ( #56418 )
...
* Change S3 bucket urls to new method as per #56124
* duplicate / and dded changelog fragment
* Revert "duplicate / and dded changelog fragment"
This reverts commit b89d5cbe6d
.
* duplicate /
2019-05-14 20:50:56 -04:00
Jordan Borean
fd65f037f8
winrm - fix failure parsing for send input errors ( #56245 )
2019-05-14 19:55:41 -04:00
Martin Krizek
826b99d4bd
dnf: fix wildcard matching for state: absent ( #56013 )
...
* dnf: fix wildcard matching for state: absent
Fixes #55938
* Add changelog...
* Fix sanity check failure...
2019-05-14 17:34:10 -04:00
Nabeel AlSaber
e98e98757d
Initial commit for Oracle Cloud Infrastructure modules
2019-05-14 13:51:45 -07:00
Nabeel AlSaber
ec2db1aed7
Initial commit - Oracle modules
...
Revert "Revert oracle (#56364 )"
This reverts commit eefc90b66f
.
2019-05-14 13:51:45 -07:00
James E. King III
75788ecff4
azure_rm_virtualmachine (and _facts): add boot_diagnostics control and facts ( #49661 )
2019-05-14 12:06:06 -07:00
Diane Wang
0d2a120454
Merge pull request #56383 from Tomorrow9/fix_pr56296
...
VMware: add timezone and hwclockUTC customize parameters for Linux guest in vmware_guest
2019-05-14 14:11:52 -04:00
Matt Clay
4a2fa46429
Remove old references to cloud-config-aws.yml
.
...
References to the new `cloud-config-aws.ini` file are provided by `"$@"` in tests.
2019-05-14 10:58:55 -07:00
William L Thomson Jr
2d4cbe0d5b
Modify/fix handling of noreplace option issue #55365 ( #55967 )
...
Presently setting noreplace: no/false has no effect. Negating the default
to true from false and modifying conditionals seems to correct this.
Making it such that you can re-install and existing package. That did not
seem possible without such modifications.
Potential fix for issue #55365 pending issue reporter testing and feedback.
2019-05-14 12:17:15 -04:00
Matt Clay
f9b56a5b56
Add sanity test to check for unwanted files.
2019-05-14 09:13:51 -07:00
Fred-sun
22d7e7ea0b
update azure_rm_appserviceplan related module documents ( #56348 )
...
* update azure_rm_appserviceplan module documentation
2019-05-14 09:32:19 -05:00
Fred-sun
84f5666aab
update azure_rm_appgateway document ( #56339 )
...
* update azure_rm_appgateway documentation
2019-05-14 09:28:33 -05:00
Pilou
7f41cc40e6
[doc] expect module: mention all parameter types ( #56394 )
2019-05-14 09:06:00 -05:00
Pilou
b3ab83bc70
[doc] fix example: always trigger the handler ( #56384 )
...
by default, debug task result isn't changed - add 'changed_when: yes' to trigger handler
2019-05-14 09:02:40 -05:00
Brian Coca
674a57c3fa
fix module defaults ( #56020 )
...
* fix module defaults
- corrected precedence (specific module > group)
- made into reusable function
- use from gather_facts/service/package to match 'actual module used'
2019-05-14 09:59:18 -04:00
Pilou
8968d41599
[doc] command module: mention all parameter types ( #56396 )
2019-05-14 08:50:49 -05:00
Nilashish Chakraborty
30ccc8e1bd
Fix VyOS cli prompt issues ( #56389 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-05-14 19:17:00 +05:30
Sandra McCann
88be323bcd
Fix 2.8 changlog url and reverse order porting guides TOC ( #56373 )
...
* fixed url for 2.8 changelog, fixed spelling issues, reversed TOC order
2019-05-14 08:43:47 -05:00
Albert Siersema
0ee673a558
Issue55222 ( #55223 )
...
* Python 3.7 compatibility for re.Pattern (Fixes #55222 )
* Python 3.7 compatibility for re.Pattern (Fixes #55222 )
2019-05-14 18:58:43 +05:30
Fred-sun
49ecfdbc10
update azure_rm_autoscale document ( #56388 )
2019-05-14 17:10:59 +08:00