Commit Graph

63293 Commits

Author SHA1 Message Date
Mike Place
6c1d4e447c Merge pull request #29617 from dr4Ke/fix_pkgrepo_test_changes
fix yum repo check
2015-12-11 10:23:57 -07:00
Mike Place
c7e73bc4c8 Merge pull request #29613 from rallytime/esxi-fixes
Various ESXi Proxy Minion Bug Fixes
2015-12-11 10:18:58 -07:00
Mike Place
84a208d203 Merge pull request #29615 from michaelcoyote/develop-modcleanupWin2
Add return messages for win_system, win_task & win_timezone
2015-12-11 10:17:18 -07:00
Mike Place
317eb19804 Merge pull request #29624 from jirikotlin/develop
regular expression in specifiing targets salt-run survey.diff
2015-12-11 10:16:19 -07:00
Mike Place
1045769d25 Merge pull request #29625 from abednarik/support_archlinux_extra_module_path
Add extra module path in Arch Linux.
2015-12-11 10:15:55 -07:00
Mike Place
a56c763423 Merge pull request #29628 from DSRCompany/bug/26364_freebsd_tcp
Don't create io_loop before fork
2015-12-11 10:15:11 -07:00
Dmitry Kuzmenko
729ffcae36 Don't create io_loop before fork 2015-12-11 18:57:27 +03:00
abednarik
eb08d22d09 Add extra module path in Arch Linux.
Since Arch Linux distribution also uses /lib/modules/extramodules-4.2-ARCH to
save extra kernel modules, the idea here is to include that path in case os family is Arch.
Note that this path is only relative to kernel major version, but do ignore kernel minor version,
that's why is a litle big hacky, but should work after a major kernel change
2015-12-11 11:20:36 -03:00
Jiri Kotlin
53db2b139a regular expressions in specifiing targets for salt-run survey.diff, hash 2015-12-11 14:14:19 +00:00
Jiri Kotlin
1a540f4942 enable use of regular expression in specifiing targets for salt-run survey.diff and hash 2015-12-11 13:35:44 +00:00
Lv Jiawei
4ddf0e17f8 Update neutron.py 2015-12-11 17:05:38 +08:00
Christophe Drevet-Droguet
f4b5c0077a fix yum repo check
The `enabled` parameter in `pkgrepo` has been replaced by `disabled`.
The `yumpkg.get_repo` function didn't report this key, so the check
failed.
2015-12-11 09:04:05 +01:00
michael guldan
7ad7962eaf Add return messages for win_system, win_task & win_timezone
Add return messages in the __virtual__ function for modules
win_system, win_task & win_timezone
2015-12-10 21:43:41 -08:00
abednarik
afb2f887ba Fixed duplicate mtu entry in RedHat 7 network configuration.
Removed duplicate mtu entry in jinja template for RedHat 7 Systems.
2015-12-10 23:05:32 -03:00
rallytime
aa5dd88b6f Various ESXi Proxy Minion Bug Fixes
Including, but not limited to:

- Quote ESXCLI password to handle password spaces
- Only return vsan disk names instead of disk objects for vsan funcs
- Add warning to quote "on" and "off" service policy states
- Catch vmodl.fault.SystemError Errors when resetting passwords
2015-12-10 17:16:08 -07:00
Mike Place
9f83ab9cfc Merge pull request #29611 from cachedout/lint_29350
Lint 29350
2015-12-10 16:05:10 -07:00
Mike Place
e67dca04ba Lint #29350 2015-12-10 16:04:38 -07:00
Mike Place
3e15a21a4c Merge pull request #29604 from terminalmage/yumpkg-error-logging
Fix error logging for yumpkg.latest_version
2015-12-10 15:53:46 -07:00
Mike Place
41b8117237 Merge pull request #29609 from basepi/salt-ssh.umask.29574
[2015.8][salt-ssh] Add ability to set salt-ssh command umask in roster
2015-12-10 15:52:26 -07:00
Colton Myers
0afa5b0d5d Add cmd_umask to roster docs 2015-12-10 14:51:43 -07:00
Colton Myers
5c03f892bc Allow setting the cmd_umask from within the roster 2015-12-10 14:49:42 -07:00
Mike Place
a26960cf25 Merge pull request #29600 from tbaker57/more_virtual_return_fixes
More virtual return fixes for exec modules.
2015-12-10 14:44:43 -07:00
Erik Johnson
f0621e9635 Fix error logging for yumpkg.latest_version
See the following:

- https://github.com/saltstack/salt/pull/29496/files#r47160364
- b68c6614f1
2015-12-10 15:31:43 -06:00
Colton Myers
1e394f5ab1 Merge pull request #29603 from basepi/orchestrate.failures.29546
Fix orchestration failure-checking
2015-12-10 14:23:57 -07:00
Tim Baker
3630bffd10 remove blank line causing lint failure 2015-12-11 06:26:01 +10:00
Mike Place
3514765d33 Merge pull request #29573 from kraney/boto_lambda
An implementation of support for AWS Lambda
2015-12-10 13:01:26 -07:00
Mike Place
917e7be9f6 Merge pull request #29577 from lyft/boto-datapipeline
Add boto datapipeline execution module and state
2015-12-10 13:00:49 -07:00
Mike Place
2319333e2b Merge pull request #29582 from terminalmage/pkg-wait
Add pkg.wait state
2015-12-10 12:58:25 -07:00
Mike Place
b5b80b9324 Merge pull request #29597 from terminalmage/issue29584
dockerng: Prevent exception when API response contains empty dictionary
2015-12-10 12:57:42 -07:00
Mike Place
ffb54cced7 Merge pull request #29596 from rallytime/bp-29587
Back-port #29587 to 2015.8
2015-12-10 12:57:18 -07:00
Colton Myers
2bdcadaa27 Remove unnecessary and 2015-12-10 12:29:18 -07:00
Colton Myers
501f91a388 Fix error in failure checking for salt.state within orchestration 2015-12-10 12:22:17 -07:00
Colton Myers
48311d42f7 Merge pull request #29384 from Granjow/watchRequisites
Add an example to the watch requisite.
2015-12-10 12:12:50 -07:00
Tim Baker
d47a46a138 More virtual return fixes for exec modules. 2015-12-11 04:06:55 +10:00
Erik Johnson
d68067b5db dockerng: Prevent exception when API response contains empty dictionary
Fixes #29584.
2015-12-10 10:38:30 -06:00
Job Snijders
bfb75ce363 Fix the 'cidr' arg in salt.modules.network.ip_addrs6()
The two arguments to ip_in_subnet() should be swapped around, but
since ip_in_subnet() is being deprecated in favor of in_subnet(),
removing three characters seemed like the most appropiate bugfix.

This fixes #29585
2015-12-10 09:31:19 -07:00
Mike Place
feadd9be4e Merge pull request #29587 from job/fix-cidr-argument-network.ip_addrs6
Fix the 'cidr' arg in salt.modules.network.ip_addrs6()
2015-12-10 09:18:56 -07:00
Mike Place
08dd663a27 Merge pull request #29588 from rallytime/esxi-proxy-tutorial
Added ESXi Proxy Minion Tutorial
2015-12-10 09:17:51 -07:00
Justin Findlay
895715af95 Merge pull request #29583 from AkhterAli/Typo_correction
Typo correction
2015-12-10 09:11:22 -07:00
Justin Findlay
fb799ff77b Merge pull request #29578 from tbaker57/virtual_return_fixes
More detailed virtual returns for exec modules (ref Dec 2015 Salt Sprint)
2015-12-10 09:08:57 -07:00
Mike Place
f105f39275 Merge pull request #29589 from abednarik/grains_detect_lxc_as_virtual
Added lxc in virt-what list.
2015-12-10 09:08:44 -07:00
Mike Place
0f3c7f21a2 Merge pull request #29595 from terminalmage/yumpkg-error-logging
Add error logging when 'yum list available' returns nonzero exit status
2015-12-10 09:07:48 -07:00
Erik Johnson
b68c6614f1 Add error logging when 'yum list available' returns nonzero exit status
See https://github.com/saltstack/salt/pull/29496/files#r47160364

CC: @SEJeff
2015-12-10 09:17:24 -06:00
Lvjiawei
bc5505fa77 Summary: Add two neutron api about creating and deleting a firewall rule.
Description:
Add function create_firewall_rule in salt/modules/neutron.py
Add function delete_firewall_rule in salt/modules/neutron.py
Add object function create_firewall_rule in
salt/utils/openstack/neutron.py
Add object function delete_firewall_rule in
salt/utils/openstack/neutron.py
Add object function _find_firewall_rule_id in
salt/utils/openstack/neutron.py
2015-12-10 19:25:53 +08:00
Simon A. Eugster
d32bcc7d97 Documentation: Prefer cmd.run + onchanges over cmd.wait.
* Add information on how the watch requisite targetse other states
* Update examples in salt.states.cmd about cmd.run and cmd.wait
2015-12-10 08:12:09 +01:00
Simon A. Eugster
39e6bd7cc5 Requisite Documentation: Explain how to target other states 2015-12-10 08:05:42 +01:00
abednarik
d554583f76 Added lxc in virt-what list.
This should help detecting LXC containers as virtual
2015-12-09 22:24:41 -03:00
rallytime
5a2bb260d3 Added ESXi Proxy Minion Tutorial
Also added some more documentation to other ESXi-related files
and fixed some related doc errors.
2015-12-09 18:00:20 -07:00
Job Snijders
b183e84305 Fix the 'cidr' arg in salt.modules.network.ip_addrs6()
The two arguments to ip_in_subnet() should be swapped around, but
since ip_in_subnet() is being deprecated in favor of in_subnet(),
removing three characters seemed like the most appropiate bugfix.

This fixes #29585
2015-12-10 00:30:39 +01:00
Zack Hsi
04844d7a2a Import zip per linter advice
Hopefully this works
2015-12-09 15:15:10 -08:00