Commit Graph

84503 Commits

Author SHA1 Message Date
Mike Place
bb1dfd4a42 Merge pull request #42714 from cachedout/workaround_jnpr_test_bug
Set fact gathering style to 'old' for test_junos
2017-08-03 08:39:39 -05:00
Andy Hibbert
f58256802a allow_no_ip_sg: Allow user to not supply ipaddress or securitygroups when running boto_efs.create_mount_target
Change-Id: I558de2e80e71399a442913f33fc69b5d84490361
2017-08-03 12:01:47 +01:00
Mike Place
834d6c605e
Set fact gathering style to 'old' for test_junos
Without this, we stacktrace because it does not appear that setting
'gather_facts' to False prevents the library from assuming the presence
of facts. I believe this to be an upstream bug with jnpr.

Because they have listed this as being a deprecated option in the future
this may re-break in the future.
2017-08-02 23:11:52 -06:00
twangboy
8604312a7b Remove master conf in minion install 2017-08-02 17:12:02 -06:00
C. R. Oldham
a260e913b5 Do not change the arguments of the function when memoizing 2017-08-02 13:44:32 -06:00
Seth House
03b675a618 Add import to work around likely multiprocessing scoping bug
Fixes #42649.
2017-08-02 12:51:59 -06:00
NLR
78fccdc7e2 Cast to list in case tags is a tuple. 2017-08-02 17:57:41 +02:00
NLR
287b57b5c5 Fix RabbitMQ tags not properly set. 2017-08-02 17:50:02 +02:00
Andy Hibbert
157fb28851 boto_efs_fix_tags: Fix #42688 invalid type for parameter tags
Change-Id: Ibab5417074b1ac98ee025c421d04674070745edf
2017-08-02 15:59:08 +01:00
Glaberrd
9b5342c08c Merge branch 'develop' into yumpkg-install-performance 2017-08-02 09:51:29 +02:00
Neile Havens
e38fcf8f7d Merge branch 'develop' into develop 2017-08-01 17:28:52 -05:00
Seth House
deb6316d67 Fix lint errors 2017-08-01 14:17:13 -06:00
Gareth J. Greenaway
24413084e2 Updating the call to shlex_split to pass the posix=False argument so that quotes are preserved. 2017-08-01 12:40:31 -07:00
s8weber
a9fe8d9e4e protect private keys under windows 2017-08-01 15:30:05 -04:00
Mike Place
4c1d931654 Merge pull request #42481 from twangboy/win_unit_test_crypt
Fix `unit.test_crypt` for Windows
2017-08-01 13:10:49 -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
Mike Place
f2b0c9b4fa Merge pull request #42574 from sbojarski/boto-cfn-error-reporting
Fixed error reporting in "boto_cfn.present" function.
2017-08-01 12:55:29 -05:00
Mike Place
8bcefb5e67 Merge pull request #42654 from morganwillcock/zfsgrain
Disable ZFS in the core grain for NetBSD
2017-08-01 12:52:36 -05:00
Michal Glabicki
5e71167f8e Added basic lazy loading for call list_repo_pkgs in install method 2017-08-01 17:05:33 +02: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
Seth House
6bd91c8b03 Reenable cpstats for rest_cherrypy 2017-07-31 15:17:36 -06:00
Neile Havens
afce919746 Merge branch 'develop' into develop 2017-07-31 15:51:10 -05:00
Morgan Willcock
49023deb94 Disable ZFS grain on NetBSD 2017-07-31 21:17:35 +01: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
5baf2650fc Merge pull request #42453 from gtmanfred/makedirs
don't pass user to makedirs on windows
2017-07-31 14:57:57 -05:00
Mike Place
fb81e78f71 Merge pull request #42603 from twangboy/win_fix_runas
Add runas_passwd as a global for states
2017-07-31 14:49:48 -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
75ba23c253 Merge pull request #42541 from epita/fix-file-line-warning
Avoid confusing warning when using file.line
2017-07-31 14:41:57 -05:00
Mike Place
3d328eba80 Merge pull request #42625 from twangboy/fix_win_wua
Fix the list function in the win_wua execution module
2017-07-31 14:27:15 -05:00
Mike Place
bc1effc4f2 Merge pull request #42623 from terminalmage/fix-unicode-constructor
Fix unicode constructor in custom YAML loader
2017-07-31 14:25:17 -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
25094ad9b1 Merge pull request #42602 from garethgreenaway/42514_2017_7_superseded_deprecated_from_pillar
Use superseded and deprecated configuration from pillar
2017-07-31 11:53:06 -07: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