Commit Graph

66961 Commits

Author SHA1 Message Date
Nahum Shalman
08a2863676 pkg/osx: build_pkg.sh needs to be called not sourced
If it's sourced it ignores the command line arguments
and that makes it fail.
2016-03-02 16:01:20 -05:00
Nicole Thomas
d01103d46e Merge pull request #31587 from kraney/boto_apigateway
provided more flexibility for the lookup of lambda functions
2016-03-02 12:37:06 -07:00
Nicole Thomas
4ea5c2aa7b Merge pull request #31625 from rallytime/merge-31577-with-docs
Merge #31577 with doc additions about change
2016-03-02 11:45:58 -07:00
Nicole Thomas
185c377f03 Merge pull request #31620 from kraney/kraney_bugfix
Fix a regression I caused in boto_cognitoidentity
2016-03-02 11:31:20 -07:00
rallytime
5a862d3449 Add documentation for the behavior change in #31577
Refs #31577
2016-03-02 11:03:49 -07:00
Nicole Thomas
24d9b7448f Merge pull request #31608 from StephenPCG/develop
monit.summary should only return the exact match of given svc_name
2016-03-02 09:45:20 -07:00
Nicole Thomas
e0975598dd Merge pull request #31607 from m03/fix-rdp-get_session-docstring
Fix docstring code-block alignment in rdp
2016-03-02 09:42:45 -07:00
Kris Raney
ba33404d3e Fix a regression I caused in boto_cognitoidentity
I popped the wrong argument. This didn't fail in my module since I didn't use that argument, but caused a failure in cognitoidentity.
2016-03-02 10:24:44 -06:00
Zhang Cheng
0be38467cc monit.summary should only return the exact match of given svc_name
If there exists two services whose names are "prog" and "prog_bin",
monit.summary("prog") would return both services.

states.monit.monitor uses monit.summary() to determine the status
of a given service, but it only scans the first kind of resource,
and complains service not found if the service is not in the first
resource kind. In the above example, previous code would return:

  File:
    prog_bin:
      Accessible
  Process:
    prog:
      Not monitored

And state.monit.monitor("prog") would fail with

  Comment: prog not found in configuration

With this patch, monit.summary will only return the exact match
of given svc_name, makes state.monit.monitor always happy.
2016-03-02 11:51:51 +08:00
Morrie Winnett
546ae30fda Fix docstring code-block alignment in rdp 2016-03-01 19:07:33 -08:00
Winston Liu
6f4e0c8715 moved the newly introduced parameter to end of the kwarg list. 2016-03-01 13:44:09 -08:00
Winston Liu
dfd5b73fa7 provided more flexibility for the lookup of lambda functions via a lambda_funcname_format parameter in the present state. 2016-03-01 10:01:26 -08:00
Mike Place
fc03b25556 Merge pull request #31573 from s-schweer/rabbitmq_user
fix return value of rabbitmq_user when tags are specified
2016-03-01 09:52:44 -07:00
Score_Under
8e8e740529 Do not exclude groups beginning with "_" on OSX 2016-03-01 12:44:16 +00:00
Stefan Schweer
b1725547b2 fix return value of rabbitmq_user when tags are specified 2016-03-01 11:13:46 +01:00
Mike Place
dd96b20860 Merge pull request #31551 from rallytime/update-issue-template
Streamline Issue reporting template
2016-02-29 21:27:14 -07:00
Mike Place
bf16f3e49c Merge pull request #31559 from Ashald/feature/consul-pillar-yaml-deserialize
Use YAML to parse values in Consul pillar
2016-02-29 21:24:59 -07:00
Mike Place
8bb67d4fa8 Merge pull request #31546 from terminalmage/llua-nspawn
Rework of PR #31529
2016-02-29 21:23:59 -07:00
Mike Place
467a7019b3 Merge pull request #31570 from cro/wheelclient_ret2
Need to return the value
2016-02-29 21:11:09 -07:00
C. R. Oldham
5542d16997 Need to return the value 2016-02-29 20:04:31 -07:00
Erik Johnson
b2637fbb02 Use clean_kwargs and invalid_kwargs utils funcs to handle invalid kwargs 2016-02-29 20:38:02 -06:00
Borys Pierov
79d7e7059c Use YAML to parse values in Consul pillar 2016-02-29 16:28:15 -05:00
Nicole Thomas
3cd31b0917 Merge pull request #31547 from kraney/boto_lambda
boto_lambda: Add support for VPC access
2016-02-29 14:10:52 -07:00
Kris Raney
4e27ffb8ad Avoid creating backwards-compat issues. 2016-02-29 13:00:17 -06:00
rallytime
9dff387351 Streamline Issue reporting template 2016-02-29 11:06:03 -07:00
Mike Place
4f3ab119c6 Merge pull request #31545 from kraney/boto_cloudtrail
Raise minimum boto3 version so that multi-region cloud trails can be …
2016-02-29 10:47:37 -07:00
Kris Raney
ac9a6cccb0 Add support for VPC access 2016-02-29 11:23:12 -06:00
Erik Johnson
7243bdb134 Merge branch 'nspawn' of https://github.com/llua/salt into llua-nspawn 2016-02-29 10:27:03 -06:00
Kris Raney
d52c18652e Raise minimum boto3 version so that multi-region cloud trails can be supported. 2016-02-29 10:14:21 -06:00
Mike Place
f2e2e6e3cf Merge pull request #31316 from kraney/kraney_bugfix
Let ext_pillar_first determine the override order
2016-02-29 09:09:35 -07:00
Mike Place
de4678863b Merge pull request #31540 from tsaridas/boto_rds
add function modify_db_instance
2016-02-29 09:07:02 -07:00
Mike Place
53da394188 Merge pull request #31524 from kraney/boto_lambda
boto_lambda robustness fix in the face of restricted policies
2016-02-29 09:05:25 -07:00
Mike Place
01c9550953 Merge pull request #31527 from Ashald/bugfix/consul-pillar-empty-keys
Consul Pillar: don't crash on empty values
2016-02-29 09:04:33 -07:00
Mike Place
b9ca73d437 Merge pull request #31535 from kstreee/saltstack/salt#31534
[saltstack/salt#31534] Resolve a bug that rest_tornado doesn't response for invalid and dictionary type of request body.
2016-02-29 09:03:03 -07:00
Mike Place
dec4948711 Merge pull request #31533 from m03/add-list_sessions-to-rdp
Add session info to rdp module
2016-02-29 08:35:16 -07:00
Mike Place
8e8036db3f Merge pull request #31518 from rallytime/testrunner-additions
Add test runner options that were lost in merge-forward
2016-02-29 08:31:53 -07:00
Mike Place
e255467a95 Merge pull request #31537 from DSRCompany/issues/fix_wheel_cmd_inheritance
Fix WheelClient.cmd() inheritance.
2016-02-29 08:29:50 -07:00
Mike Place
4c80d51b2b Merge pull request #31532 from LoveIsGrief/develop
Public documentation for salt-cloud virtualbox
2016-02-29 08:01:50 -07:00
Andrea Redi Tsarida
c9807104c1 add function modify_db_instance 2016-02-29 12:53:59 +01:00
kstreee
91b5dc7048 [saltstack/salt#31534] Resolve a bug that rest_tornado doesn't response for 1. invalid request, 2. dictionary type of request, and add test cases for it.
Typo in __init__.py
2016-02-29 17:59:16 +09:00
Dmitry Kuzmenko
ef42a58f70 Fix WheelClient.cmd() inheritance.
The method is overriden just to update the PyDoc string. So it should
call parent method.
2016-02-29 10:00:44 +03:00
Morrie Winnett
036c73fb9e Add session info to rdp module 2016-02-28 13:42:44 -08:00
LoveIsGrief
0eba4cdf17 Public documentation for salt-cloud virtualbox 2016-02-28 17:29:02 +01:00
Eric Cook
17f7a2d90c nspawn.py: Fix bad keyword assignment
Currently every keyword for _pull_image is considered a bad keyword.

```
% salt node nspawn.pull_tar url bar
ERROR executing 'nspawn.pull_tar': The following invalid keyword arguments were passed: verify=False.
```
2016-02-28 00:32:52 -05:00
Borys Pierov
b451f9be22 Consul Pillar: don't crash on empty values 2016-02-27 12:45:19 -05:00
Kris Raney
ea4e5b76a0 boo_lambda robustness fix in the face of restricted policies 2016-02-26 17:53:10 -06:00
rallytime
6a1a2f1316 Remove grains from TEST_SUITES dictionary - this dir doesn't exist 2016-02-26 13:29:44 -07:00
Nicole Thomas
554eb2df7a Merge pull request #31478 from s-schweer/develop
Salt-Cloud Provider nova floating ip handling:
2016-02-26 11:43:05 -07:00
rallytime
fe35a88e28 Add test runner options that were lost in merge-forward 2016-02-26 11:38:21 -07:00
Kris Raney
279ab9d468 Fix merge error 2016-02-26 11:49:36 -06:00