Matthew Williams
|
afb52ecd2c
|
boto_*: a third attempt at making lint happy
|
2015-04-14 18:16:18 +00:00 |
|
Matthew Williams
|
709ae7eeb5
|
boto_*: another attempt at making lint happy
|
2015-04-14 01:27:45 +00:00 |
|
Matthew Williams
|
d42325dda2
|
utils.boto: tweak BotoExecutionError
|
2015-04-14 01:24:37 +00:00 |
|
Matthew Williams
|
9f7294d0eb
|
Merge remote-tracking branch 'origin/develop' into boto_utils
|
2015-04-13 22:42:28 +00:00 |
|
Matthew Williams
|
b8ead7ab27
|
utils.boto get_exception -> class
|
2015-04-13 22:34:19 +00:00 |
|
Thomas S Hatch
|
a78a5017f3
|
Merge branch '0xf10e-develop' into develop
|
2015-04-13 16:22:31 -06:00 |
|
Thomas S Hatch
|
0049a05137
|
lint
|
2015-04-13 16:22:14 -06:00 |
|
Thomas S Hatch
|
e5320f6db6
|
Merge branch 'develop' of https://github.com/0xf10e/salt into 0xf10e-develop
|
2015-04-13 16:21:52 -06:00 |
|
Matthew Williams
|
b01ef9e7e7
|
Merge remote-tracking branch 'origin/develop' into boto_utils
|
2015-04-13 22:11:30 +00:00 |
|
Matthew Williams
|
5d9a1f7f38
|
boto_elb: let connection errors bubble up
|
2015-04-13 22:11:12 +00:00 |
|
Matthew Williams
|
66f3c413e3
|
fix boto_ tests for use with utils.boto
|
2015-04-13 22:04:00 +00:00 |
|
Matthew Williams
|
36a01c464b
|
use utils.boto in boto_sqs
|
2015-04-13 21:57:26 +00:00 |
|
Matthew Williams
|
66d22cefd3
|
use utils.boto in boto_sns
|
2015-04-13 21:54:01 +00:00 |
|
Matthew Williams
|
f0b89ea6f1
|
use utils.boto in boto_route53 and boto_secgroup
|
2015-04-13 21:48:01 +00:00 |
|
Thomas S Hatch
|
2364dfd0f1
|
Merge pull request #22094 from gladiatr72/RPM_systemd_NOFILE
fine tuning systemd support (or, how not to destroy open-file limits when upgrading your salt-master)
|
2015-04-13 15:47:34 -06:00 |
|
Matthew Williams
|
bf7bee7624
|
use utils.boto in boto_iam and boto_rds
|
2015-04-13 21:40:40 +00:00 |
|
Thomas S Hatch
|
7f004936c6
|
Merge pull request #22622 from rallytime/apply-22621-develop
Apply release note fix to develop branch
|
2015-04-13 15:35:11 -06:00 |
|
rallytime
|
becc997de4
|
Apply release note fix to develop branch
|
2015-04-13 15:34:24 -06:00 |
|
Matthew Williams
|
5f03b0da97
|
use utils.boto in boto_elb
|
2015-04-13 21:33:14 +00:00 |
|
Thomas S Hatch
|
8712a8b14c
|
Merge pull request #22614 from rallytime/apply-22610
Apply release note change to develop
|
2015-04-13 15:26:25 -06:00 |
|
Matthew Williams
|
89d6bbcf10
|
use utils.boto in boto_elasticache
|
2015-04-13 21:24:54 +00:00 |
|
Matthew Williams
|
751081b1bc
|
modules.boto_dynamodb: remove unused import
|
2015-04-13 21:17:03 +00:00 |
|
Matthew Williams
|
5f7bd4840a
|
use utils.boto in dynamodb; return false instead of none for dynamodb.exists
|
2015-04-13 21:15:44 +00:00 |
|
Thomas S Hatch
|
efb53cb56f
|
Merge pull request #22588 from claudiupopescu/elasticache_subnet_group_support
Boto ElastiCache support for subnet_groups
|
2015-04-13 14:38:45 -06:00 |
|
Thomas S Hatch
|
205d84fa05
|
Merge pull request #22587 from isbm/isbm-fsutils-bugfix
Bugfix: fsutils
|
2015-04-13 14:35:40 -06:00 |
|
Matthew Williams
|
4e696352a5
|
use utils.boto in boto_cloudwatch
|
2015-04-13 20:33:02 +00:00 |
|
Matthew Williams
|
5e5204ca28
|
use utils.boto in boto_cfn
|
2015-04-13 20:27:11 +00:00 |
|
Nicole Thomas
|
211120f503
|
Merge pull request #22600 from nmadhok/develop
additions to doc
|
2015-04-13 14:26:07 -06:00 |
|
Thomas S Hatch
|
f8ca4a34bd
|
Merge pull request #22581 from claudiupopescu/boto_rds_subnet_support
Boto RDS bug fixes and adds support for subnet_group
|
2015-04-13 14:25:56 -06:00 |
|
Thomas S Hatch
|
1725ee35f5
|
Merge pull request #22575 from unicolet/pullrequests/saltgrains/initloop
fix infinite loop introduced by #20124 when init (/proc/1/cmdline) is not in the supported_inits list
|
2015-04-13 14:25:06 -06:00 |
|
Thomas S Hatch
|
a5584483b0
|
Merge pull request #22573 from Chronojam/fileclient_get_dir_improv
Fileclient get dir improv
|
2015-04-13 14:22:55 -06:00 |
|
Thomas S Hatch
|
0a1bc64f44
|
Merge pull request #22565 from kaszuba/speedup-salt-ssh-execution
Increase frequency of ssh terminal output checking
|
2015-04-13 14:15:56 -06:00 |
|
Thomas S Hatch
|
0d63b8f835
|
Merge pull request #22563 from kaszuba/fix-salt-ssh-high-cpu-load
Fix for high cpu usage by salt-ssh
|
2015-04-13 14:14:54 -06:00 |
|
Matthew Williams
|
0249e84d37
|
use utils.boto in asg, and ec2
|
2015-04-13 20:09:03 +00:00 |
|
rallytime
|
1f243d6276
|
Apply release note change to develop
|
2015-04-13 13:53:03 -06:00 |
|
Matthew Williams
|
00f170bfb4
|
make pylint happy
|
2015-04-13 19:33:52 +00:00 |
|
Matthew Williams
|
2a392d5e7c
|
utils.boto: pass module arg in get_connection_func
|
2015-04-13 19:08:25 +00:00 |
|
Matthew Williams
|
7d78a8c3ea
|
modules.boto_vpc: add profile back to _get_conn
|
2015-04-13 18:49:16 +00:00 |
|
Matthew Williams
|
6d4947d1dc
|
utils.boto add "assign_funcs" convenience function
|
2015-04-13 18:29:53 +00:00 |
|
Matthew Williams
|
1c9a01bd4f
|
Merge remote-tracking branch 'origin/develop' into boto_utils
|
2015-04-13 18:10:38 +00:00 |
|
Matthew Williams
|
825941745c
|
modules.boto_vpc: remove unneeded code
|
2015-04-13 18:10:13 +00:00 |
|
Matthew Williams
|
4959bf4e1a
|
modules.boto_vpc use utils get_conn and cache_id
|
2015-04-13 18:07:15 +00:00 |
|
Nicole Thomas
|
dcfe4cca7b
|
Merge pull request #22591 from mgwilliams/boto_utils
utils.boto: convenience partials
|
2015-04-13 11:59:23 -06:00 |
|
Nitin Madhok
|
2fe7669c6f
|
Merge branch 'develop' of https://github.com/saltstack/salt into develop
|
2015-04-13 13:30:32 -04:00 |
|
Claudiu Popescu
|
08c4941568
|
Fixes pylint
|
2015-04-13 19:25:18 +02:00 |
|
Thomas S Hatch
|
2d9b6eb1e0
|
Merge pull request #22545 from dmyerscough/digital-ocean-v2-tests
Digital Ocean APIv2 Integration Testing
|
2015-04-13 11:17:20 -06:00 |
|
Nitin Madhok
|
031bb2bd65
|
Merge branch 'develop' of https://github.com/saltstack/salt into develop
|
2015-04-13 12:29:39 -04:00 |
|
Nitin Madhok
|
39f31b1ab0
|
Adding salt.engines.sqs_events.rst to doc
|
2015-04-13 12:20:42 -04:00 |
|
Nitin Madhok
|
87e70a7d3a
|
Adding salt.engines.logstash.rst to doc
|
2015-04-13 12:20:09 -04:00 |
|
Matthew Williams
|
45b118f93a
|
Merge remote-tracking branch 'origin/develop' into boto_utils
|
2015-04-13 15:43:01 +00:00 |
|