Mike Place
da6e9976e8
Merge pull request #42245 from alexbleotu/decorator_fixes-gh
...
Minor vsphere fixes
2017-07-17 12:57:57 -05:00
Mike Place
a6f540327c
Merge pull request #42287 from cloudflare/runner-get-opts
...
test.get_opts runner function, similar to the exec fun
2017-07-17 12:35:28 -05:00
Mike Place
699025b36e
Merge pull request #42296 from not-raspberry/patch-1
...
Document how to specify view permissions
2017-07-17 12:34:37 -05:00
Nicole Thomas
bc387138f1
Merge pull request #42332 from StreetHawkInc/fix_azurearm
...
Handle forward compatibility for azurearm
2017-07-17 10:34:45 -06:00
Mike Place
3745b5b4a2
Merge pull request #42298 from schasi/patch-1
...
Fix index error when setting empty values
2017-07-17 09:39:18 -05:00
Mike Place
c7b3f6a09a
Merge pull request #42302 from rallytime/cloud-utils-fire-event-deprecation
...
Remove sock_dir deprecation warning from salt.utils.cloud.fire_event
2017-07-17 09:35:58 -05:00
Mike Place
a1ff77a0e7
Merge pull request #42321 from luk4hn/fix-42315
...
fix #42315 , add option to disable the use of security groups
2017-07-17 08:58:09 -05:00
Mike Place
3fe269395c
Merge pull request #42325 from steverweber/auto_doc_fix
...
fix the highstate_doc template
2017-07-17 08:20:13 -05:00
Mike Place
472212c774
Merge pull request #42326 from steverweber/lvm_state_error_help
...
lvm state return more helpful error on lvcreate
2017-07-17 08:19:40 -05:00
Michał Pawłowski
73cf7901fd
Document how to specify view permissions
...
Example:
`pg_stat_database` is a view in `pg_catalog`.
```
datadog_grants:
postgres_privileges.present:
- name: datadog
- prepend: pg_catalog
- object_name: pg_stat_database
- object_type: table
- privileges:
- SELECT
```
2017-07-17 13:38:34 +01:00
Huy. Nguyen Quang
7052d7953d
assign get_security_groups to a variable so it isn't called twice
2017-07-17 15:57:20 +07:00
Steven Joseph
b553eeefce
Handle forward compatibility for azure arm
2017-07-17 14:38:21 +10:00
Huy Nguyen
9801f11ae6
add option to disable to use of security groups (fix lintint)
2017-07-16 10:02:11 +07:00
s8weber
731e7a21c2
also return the error from lvcreate
2017-07-15 10:30:25 -04:00
s8weber
8606ba3482
fix the doc template
2017-07-15 10:23:47 -04:00
Huy Nguyen
440cfcb6a9
fix #42315 , add option to disable to use of security groups
...
In advanced zones, security groups are supported only on the KVM hypervisor.
With hypervisor other than KVM, we need a way to disable the use of SGs
ref: https://svn.apache.org/repos/asf/cloudstack/docsite/html/docs/en-US/Apache_CloudStack/4.1.0/html/Admin_Guide/security-groups.html
2017-07-15 17:49:38 +07: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
ffd3fae2c9
Add this change to the Oxygen release notes
2017-07-13 16:46:36 -06:00
rallytime
ccd78ed791
Remove Oxygen deprecation warning in lxc execution module
2017-07-13 16:42:42 -06:00
rallytime
898e07a20e
Remove sock_dir deprecation warning from salt.utils.cloud.fire_event
...
`sock_dir` was changed from an optional kwarg to a required arg, the
warning was removed, and all instances of `cloud.fire_event` were
examined to make sure there were no missing `sock_dir` args. I found
a couple of references where `sock_dir` was missing, so I added it
in those places.
2017-07-13 16:28:14 -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
schasi
cedbe92951
Fix index error when setting empty values
...
When setting empty values, the string returned by sysrc would be split in a way that would make the result a list containing just the delimiter " ->". This would then produce a failure when trying to select the second entry in the list.
2017-07-13 19:54:25 +02:00
Mircea Ulinic
b2ba9049af
test.get_opts runner function, similar to the exec fun
2017-07-12 23:04:24 +00: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
Nicole Thomas
a14dbc660c
Merge branch 'develop' into decorator_fixes-gh
2017-07-12 10:03:07 -06: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