vernoncole
e970b0623a
flesh out saltify driver
...
(cherry picked from commit 0a730fb)
2017-08-07 10:21:48 -06:00
vernoncole
486cb2b7fa
ignore missing parents as well as unreadable
...
(cherry picked from commit 1667ba0)
2017-08-07 10:21:48 -06:00
vernoncole
32ebe90fa4
make suggested changes to docs
...
(cherry picked from commit 25ca2a8)
2017-08-07 10:21:48 -06:00
vernoncole
2153f1a051
fix pylint, refactor list_nodes_full
...
(cherry picked from commit 7928159)
2017-08-07 10:21:48 -06:00
vernoncole
681d2cd4bc
manual merge of two conflicts
2017-08-07 10:21:48 -06:00
Mike Place
5dc7321533
Merge pull request #42766 from morganwillcock/windisk
...
Disk grain: attempt to retrieve HDD and SSD info on Windows
2017-08-07 10:03:48 -05:00
Nicole Thomas
3858bc99b8
Merge pull request #42650 from cachedout/fixup_42369
...
Fix mixins error with new yaml dumper
2017-08-07 10:19:11 -04:00
Mike Place
82582f0304
Merge pull request #42174 from mcalmer/2017.7-kubernetes-cert-auth
...
kubernetes: provide client certificate authentication
2017-08-06 13:10:24 -05:00
Mike Place
ea16eb24cd
Merge pull request #42658 from alektant/patch-1
...
Update libvirt.rst
2017-08-06 12:52:30 -05:00
garethgreenaway
2572ce7aad
Merge branch 'develop' into fixup_42369
2017-08-05 14:59:07 -07:00
Morgan Willcock
318dd5f83b
Call isdigit
2017-08-05 22:26:44 +01:00
Morgan Willcock
4188a93b94
Make disk grain work on Windows
2017-08-05 21:32:55 +01:00
garethgreenaway
7ab66574a0
Merge branch 'develop' into patch-1
2017-08-04 10:26:37 -07:00
Mike Place
547ada9418
Merge pull request #42612 from nhavens/develop
...
fix for issue #42611
2017-08-03 17:37:05 -05:00
Mike Place
b8acf9f6ec
Merge pull request #42624 from lyft/modernize-boto-sqs-modules
...
Modernize boto_sqs execution and state modules
2017-08-03 17:34:18 -05:00
Mike Place
58ea6d87c9
Merge branch 'develop' into patch-1
2017-08-03 15:35:53 -05:00
Neile Havens
e38fcf8f7d
Merge branch 'develop' into develop
2017-08-01 17:28:52 -05:00
Mike Place
1b9cb26f2e
Merge pull request #42631 from jeduardo/lxc-consistency-fixes
...
Fix lxc module to operate as per the docs for container memory configuration
2017-08-01 13:02:38 -05:00
Alek Tant
2f9645c0d0
Merge branch 'develop' into patch-1
2017-07-31 21:17:13 -04:00
Mike Place
039eeb71dc
Just use Dumper
2017-07-31 15:28:15 -06:00
Neile Havens
afce919746
Merge branch 'develop' into develop
2017-07-31 15:51:10 -05:00
J. Eduardo
b46de3f976
Merge branch 'develop' into lxc-consistency-fixes
2017-07-31 22:06:56 +02:00
Mike Place
968a9dba46
Merge pull request #42354 from alexbleotu/vmware_logs_and_no_permission_exc-gh
...
VMware utils functions: additional logs & raise NoPermission exceptions
2017-07-31 15:03:45 -05:00
Mike Place
b5304e73db
Merge pull request #42426 from michaelgibson/features/issue-42280
...
adding 2-factor auth capability to ldap eauth module - #42280
2017-07-31 15:01:43 -05:00
Mike Place
184ee37cf7
Merge pull request #42492 from sahama/develop
...
remove .encode(__salt_system_encoding__))
2017-07-31 14:46:56 -05:00
Mike Place
558bdb346a
Merge pull request #42594 from rallytime/preflight_cmds
...
Add a "preflight_cmds" option to salt-cloud
2017-07-31 14:45:27 -05:00
Mike Place
a09091a696
Merge pull request #42517 from alexbleotu/linux_acl_fixes-gh
...
Fixes to linux_acl.present state & cmd.run function
2017-07-31 14:44:57 -05:00
Mike Place
5b17d53fe0
Merge pull request #42628 from mikeadamz/develop
...
Correctly detect Solaris operating systems in Salt 2016.11.x
2017-07-31 14:19:16 -05:00
garethgreenaway
22e93e8ca4
Merge branch 'develop' into lxc-consistency-fixes
2017-07-31 12:16:39 -07:00
Mike Place
c2f3b78aba
Merge pull request #42633 from mchugh19/zabbixapi
...
Allow zabbix module to call api from any host, not just the zabbix server
2017-07-31 14:15:48 -05:00
Mike Place
6ebf681454
Fix mixins error with new yaml dumper
...
In #42369 we introduced a new indented yaml dumper. However, the base
classes did not match which broke the docs build. This changes
ensures that the new `IndentMixin` inherits from the SafeDumper
and then overrides `increase_indent`.
2017-07-31 13:01:51 -06:00
garethgreenaway
139e7137b7
Merge branch 'develop' into lxc-consistency-fixes
2017-07-31 11:52:29 -07:00
Aneesh Agrawal
c4f5888c85
Modernize boto_sqs execution and state modules
...
Headline changes:
- Move to boto3
- Use result-style error handling
- Optimize number of API calls:
- Set attributes at creation time
- Set all attributes in one API call
- Show diff when attribute changes detected
2017-07-31 18:08:29 +00:00
Mike Place
7215c09da4
Merge pull request #42647 from whiteinge/doc-formulas-contributors
...
Add clarification on how to participate once in the Contributors team
2017-07-31 12:59:34 -05:00
Seth House
f3c37fe71f
Add clarification on how to participate once in the Contributors team
...
The intent here is to make an implicit rule the community had been
practicing into an explicit one that can be linked/referenced.
2017-07-31 10:42:12 -06:00
garethgreenaway
ceb3a841c5
Merge branch 'develop' into lxc-consistency-fixes
2017-07-31 08:59:28 -07:00
garethgreenaway
f32679def4
Merge branch 'develop' into zabbixapi
2017-07-31 08:57:15 -07:00
Michael Calmer
e1e21190b5
add support for certificate authentication to kubernetes module
2017-07-31 09:50:33 +02:00
garethgreenaway
af00d4a297
Merge pull request #42587 from Mastercard/v2016.11.5_protect_master_key
...
Passphrase protect master private key
2017-07-30 20:18:18 -07:00
Alek Tant
1729cc2919
Update libvirt.rst
...
The libvirt-python package is required to run salt-cloud against libvirt/KVM hosts. If it is not installed on the machine running salt-cloud, the crytic error below is all there is to go by:
```
[WARNING ] The cloud driver, 'libvirt', configured under the 'hagrid' cloud provider alias, could not be loaded. Please check your provider configuration files and ensure all required dependencies are installed for the 'libvirt' driver.
In rare cases, this could indicate the 'libvirt.get_configured_provider()' function could not be found.
Removing 'libvirt' from the available providers list
```
2017-07-30 18:33:47 -04:00
Anil Kabra
4efced0531
Merge branch 'develop' into v2016.11.5_protect_master_key
2017-07-30 15:12:59 -05:00
Christian McHugh
eb2979ae6e
Allow zabbix module to call api from any host, not just the zabbix server
2017-07-30 07:41:47 +01:00
J. Eduardo
3f83a16a59
Merge branch 'develop' into lxc-consistency-fixes
2017-07-29 23:36:19 +02:00
J. Eduardo
0fb76e9e48
Fixed lxc module to accept the memory configuration in MB as stated in the documentation.
2017-07-29 23:25:33 +02:00
Mike Adams
6e68abac0e
Add __virtual__ check for osmajorelease == 10 on Oracle Solaris minions.
2017-07-29 08:37:19 -07:00
Mike Adams
2e88a35ffc
Modify __virtual__ to use os grain and look for 'Oracle Solaris'
2017-07-29 08:08:59 -07:00
Mike Adams
713627863f
Correctly detect Solaris operating systems in Salt 2016.11.x
...
Fixes #39461
2017-07-28 20:03:55 -07:00
Michael Gibson
12100696bf
Merge branch 'develop' into features/issue-42280
2017-07-28 14:38:42 -06:00
garethgreenaway
64704ec8ec
Merge branch 'develop' into develop
2017-07-28 12:28:39 -07:00
garethgreenaway
a2a7c475c1
Merge pull request #42620 from rallytime/stale-config-update
...
Reduce the number of days an issue is stale by 15
2017-07-28 12:27:59 -07:00