Commit Graph

83681 Commits

Author SHA1 Message Date
Alexandru Bleotu
e783d6edd5 pylint 2017-07-18 06:44:34 -04:00
Alexandru Bleotu
1f35aff238 Added new line removed by mistake 2017-07-18 05:26:51 -04:00
Alexandru Bleotu
785b9876a2 Removed additional raise in vmware.wait_for_task 2017-07-18 05:17:44 -04:00
Alexandru Bleotu
c256eaef82 Renamed vmware_test folder to vmware to follow new naming standard 2017-07-17 13:12:34 -04:00
Alexandru Bleotu
62edc82d34 Added tests for catching vim.fault.NoPermission for all tested function in utils.vmware 2017-07-17 13:12:32 -04:00
Alexandru Bleotu
ec5532cdcf Added no_permission tests to vmware functions 2017-07-17 13:12:30 -04:00
Alexandru Bleotu
b9ba62acaa Caught vim.fault.NoPermission error in all utils.vmware functions 2017-07-17 13:11:52 -04:00
Alexandru Bleotu
a03335b3fe Added error logging for all VMware exceptions before raising Salt exceptions 2017-07-17 13:10:08 -04:00
garethgreenaway
aa3167b0f8 Merge pull request #42313 from rallytime/stale-config-update
Reduce the number of days an issue is stale by 15
2017-07-14 15:46:34 -07:00
rallytime
9e9f781779 Reduce the number of days an issue is stale by 15
We're still within the 3 years and 2 months range. I opted to only
reduce this number by 15 instead of 25 because this change will mark
18 issues as stale rather than about 35.

We need to keep reducing this number, but we also don't want to flood
this process too much.
2017-07-14 11:18:50 -06:00
Nicole Thomas
be64c0ec79 Merge pull request #42305 from layer3switch/patch-1
AWS specific metadata string prefix tuple match added
2017-07-14 10:00:04 -06:00
Nicole Thomas
18c2e56d58 Merge pull request #42303 from rallytime/lxc-oxygen-removal
Remove Oxygen deprecation warning in lxc execution module
2017-07-14 09:42:17 -06:00
layer3switch
82615f41b5 aws metadata string prefix match tuple added
Prefix path ending with `latest/dynamic` and `latest/meta-data` should be handled differently as it only returns body content for those paths. Also due to the `/` path handling returns last element in the array, secondary conditional is added.
2017-07-14 04:12:17 -04:00
Nicole Thomas
7c8ecf7a82 Merge pull request #42171 from fedepires/issue_42162_route53boto
Issue #42162 - Route53 boto module should retry on PriorRequestNotComplete
2017-07-13 16:54:50 -06:00
Nicole Thomas
c9291f0db4 Merge pull request #42256 from jasperla/openbsd_kvm
Extend resolution of 'virtual' grain for OpenBSD on KVM.
2017-07-13 16:54:09 -06:00
Nicole Thomas
c164fdc2ef Merge pull request #42299 from ecdavis/github_fix-casing-bug-in-absent
Fix bug in github.absent state which can cause some users to not be removed from an organization.
2017-07-13 16:53:22 -06:00
rallytime
ccd78ed791 Remove Oxygen deprecation warning in lxc execution module 2017-07-13 16:42:42 -06:00
Evan Davis
a4597770c1 Fix bug in github.absent state which can cause some users to not be removed from an organization. 2017-07-13 13:22:15 -07:00
Nicole Thomas
38a67d7648 Merge pull request #42281 from SaltyCharles/patch-7
fix typo
2017-07-12 15:27:15 -06:00
Mike Place
a668b2994a Merge pull request #42268 from rallytime/merge-develop
[develop] Merge forward from 2017.7 to develop
2017-07-12 15:11:00 -05:00
Mike Place
5f17cd7b83 Merge pull request #42271 from CorvinM/issue42225
Add batch_wait support for Python API
2017-07-12 15:08:53 -05:00
Federico Pires
bb37ed287b Warning should be until Neon, not Oxygen 2017-07-12 17:07:58 -03:00
Federico Pires
e68c7caaa2 Merge branch 'issue_42162_route53boto' of https://github.com/fpires82/salt into issue_42162_route53boto 2017-07-12 17:04:26 -03:00
Federico Pires
01535b1ac6 Merge remote-tracking branch 'upstream/develop' into issue_42162_route53boto 2017-07-12 17:02:47 -03:00
Federico Pires
c1f5dd7a7b Deprecation warning for retry_on_rate_limit and rate_limit_retries args 2017-07-12 17:01:43 -03:00
SaltyCharles
2ff1d814b2 fix typo 2017-07-12 12:26:53 -07:00
Jasper Lievisse Adriaanse
acbc7dacf5 Merge branch 'develop' into openbsd_kvm 2017-07-12 19:28:30 +02:00
Jasper Lievisse Adriaanse
c9eade574c Extend resolution of 'virtual' grain for OpenBSD on KVM. 2017-07-12 19:27:46 +02:00
Corvin Mcpherson
15693079e8 Add batch_wait support for Python API
Fixes #42225
2017-07-12 03:04:14 -04:00
Nicole Thomas
5f01dccf8f Merge pull request #42214 from gtmanfred/develop
allow not verifying ssl winrm saltcloud
2017-07-11 17:33:21 -06:00
rallytime
1a62d2fe70 Merge branch '2017.7' into 'develop'
Conflicts:
  - salt/cloud/libcloudfuncs.py
2017-07-11 17:17:31 -06:00
Nicole Thomas
b0f2427771 Merge branch 'develop' into issue_42162_route53boto 2017-07-11 15:37:10 -06:00
Nicole Thomas
ca74850933 Merge pull request #42248 from gtmanfred/gpg
fix signature versionadded release
2017-07-11 14:48:04 -06:00
garethgreenaway
24905ff5d8 Merge pull request #42249 from rallytime/docstring-fix
Add get_driver function used with libcloud modules to doc exception list
2017-07-11 11:07:04 -07:00
Daniel Wallace
3fb1b8e596 Merge branch 'develop' into gpg 2017-07-11 10:59:30 -06:00
Daniel Wallace
593ccedc00 fix signature versionadded release 2017-07-11 09:27:50 -06:00
rallytime
7e0c099ab3 Add get_driver function used with libcloud modules to doc exception list
Fixes failing valid_docs test in develop
2017-07-11 09:13:38 -06:00
Nicole Thomas
827347bcf3 Merge pull request #42229 from shengis/add_dns_for_azurearm
add custom dns support for azurearm provider
2017-07-11 09:08:45 -06:00
shengis
e95316b145 Merge branch 'develop' into add_dns_for_azurearm 2017-07-10 23:01:52 +02:00
Aurelien Fusil-Delahaye
8f96b45833 fix using isinstance 2017-07-10 22:58:21 +02:00
garethgreenaway
81695a9f3c Merge pull request #42234 from Ch3LL/fix_cloud_rc
[2017.7] parse libcloud rc version correctly
2017-07-10 11:58:55 -07:00
Nicole Thomas
c554ab2a5b Merge pull request #42224 from tdutrion/develop
Remove duplicate instruction in Openstack Rackspace config example
2017-07-10 11:02:31 -06:00
Ch3LL
5aedac46b7 [2017.7] parse libcloud rc version correctly 2017-07-10 12:37:22 -04:00
Aurélien FUSIL-DELAHAYE
e37097b802 spaces removed for lint 2017-07-10 16:08:19 +02:00
Aurélien FUSIL-DELAHAYE
340368fdac add custom dns support for azurearm provider
- added option in documentation : dns_servers
2017-07-10 13:35:08 +02:00
Thomas Dutrion
6144af034a
Remove duplicate instruction in Openstack Rackspace config example 2017-07-09 11:34:14 +02:00
Nicole Thomas
3451da9437 Merge pull request #42201 from shengis/add_cloud_event_for_azurearm
add destroying and destroy cloud events to azurearm provider
2017-07-07 15:34:44 -06:00
Nicole Thomas
5337581328 Lint: Remove extra spaces between name and } 2017-07-07 14:23:14 -06:00
Daniel Wallace
ce6b05d237 add release note 2017-07-07 13:15:30 -06:00
Daniel Wallace
2dac634dd2 add document for winrm_verify_ssl 2017-07-07 13:15:30 -06:00