Joseph Hall
f39319de6f
Merge pull request #12643 from meteorfox/expose-OS-base-url
...
Expose libclouds' base_url property as an OpenStack configuration.
2014-05-08 18:14:28 -06:00
rallytime
cf4d2372b8
Modified GPG tests
2014-05-08 16:44:56 -06:00
Nicole Thomas
a77b55f054
Merge pull request #12527 from baconz/develop
...
Add unit tests and function doc strings to gpg renderer
2014-05-08 16:41:45 -06:00
Carlos L. Torres
7de1e45d37
Expose libclouds' base_url property as an OpenStack configuration.
...
Apache libcloud has a property called 'ex_force_base_url' which
allows the user to use the specify URL as the API endpoint instead
of using the URL in the endpoint service catalog. This patch
exposes such function to the provider definition as a 'base_url',
and is totally optional.
2014-05-08 17:25:18 -05:00
Mike Place
33626659c7
Rewrite opts and pylint
2014-05-08 16:19:07 -06:00
Thomas S Hatch
987f851c97
Merge pull request #12640 from pass-by-value/halite_tutorial_update
...
Edit cert related instructions in Halite tutorial
2014-05-08 12:28:34 -06:00
Thomas S Hatch
9a2556576d
Merge pull request #12639 from bkeroack/bug-12617-cmd_iter_blocking
...
Fix cmd_iter/cmd_iter_no_block blocking until timeout
2014-05-08 12:26:07 -06:00
Aditya Kulkarni
bf6caa304b
Edit cert related instructions in Halite tutorial
2014-05-08 14:19:32 -04:00
Ben Keroack
3660100590
check if all minions have returned
2014-05-08 11:06:05 -07:00
Thomas S Hatch
d6d96efd41
Merge pull request #12636 from garethgreenaway/adding_range_to_schedule
...
Feature Addition to schedule.py
2014-05-08 11:40:46 -06:00
Thomas S Hatch
f36248796d
rename redis_exec to redis/redismod
2014-05-08 11:38:05 -06:00
Thomas S Hatch
ddec1fc857
Merge pull request #12635 from KennethWilke/develop
...
Created basic redis exec module
2014-05-08 11:35:10 -06:00
Thomas S Hatch
84a28e9a15
Merge pull request #12634 from whiteinge/doc-replace-append-versionadded
...
Added versionadded to new args to file.replace
2014-05-08 11:34:05 -06:00
Thomas S Hatch
2067d5e9ba
Merge pull request #12633 from crook/develop
...
fix issue #12388 since of unexpectedly overwrite query
2014-05-08 11:33:44 -06:00
Thomas S Hatch
4d4fc06d53
Merge pull request #12631 from nshalman/smartos-gz-minion
...
smartos esky: improve "installer"
2014-05-08 11:31:38 -06:00
Thomas S Hatch
104235912c
Merge pull request #12627 from bc-23/ipv6-support-master-uri
...
Check for IPv6 address master_uri address
2014-05-08 11:30:58 -06:00
Thomas S Hatch
08682e1394
Merge pull request #12626 from fivethreeo/patch-3
...
fix for issue #12614
2014-05-08 11:29:58 -06:00
Thomas S Hatch
75aba02cfd
fix formatting
2014-05-08 11:29:00 -06:00
Thomas S Hatch
42b207ccae
Merge pull request #12625 from bc-23/missing-ipv6-in-auth-resolver
...
Add IPv6 support to auth Resolver
2014-05-08 11:26:36 -06:00
Thomas S Hatch
76b6a593c6
Fix lint per #12621
2014-05-08 11:25:36 -06:00
Thomas S Hatch
fd86dad864
Merge pull request #12621 from JustinCarmony/check-pki-dir
...
Check for pki_dir's master/minions before chdir into it
2014-05-08 11:24:58 -06:00
Thomas S Hatch
c7dd156546
Add missing cli example
2014-05-08 11:19:25 -06:00
Thomas S Hatch
dd7dcee84c
Merge pull request #12615 from lyft/boto_lc
...
Initial commit of boto_lc state module.
2014-05-08 11:17:48 -06:00
Thomas S Hatch
be67d9d22d
Merge pull request #12613 from plastikos/improvement-python_thin_shim
...
IMPROVEMENT: Use Python for the thin shim instead of /bin/sh @thatch45
2014-05-08 11:13:09 -06:00
Justin Carmony
97d74cac74
Changing list() to [] to make s0undt3ch happy. :)
2014-05-08 10:25:27 -06:00
KennethWilke
136d2c4ef2
making pylint happy
2014-05-08 11:06:02 -05:00
Nahum Shalman
6af019d7cf
smartos esky: improve "installer"
...
detect if this is a global or non-global zone
global zones are always minions
if the user passes in the name/address of the master
we configure a minimal minion file and launch the minion
2014-05-08 12:04:22 -04:00
Gareth J. Greenaway
8d21b25ff8
Adding a range feature to the schedule. Using date strings supported by dateutil, jobs can have a range in which they are able to run.
2014-05-08 09:03:08 -07:00
Seth House
8eb686cada
Merge pull request #12629 from techhat/smtp
...
Add basic smtp util code for other parts of salt
2014-05-08 09:59:57 -06:00
KennethWilke
3b710c9414
Created basic redis exec module
2014-05-08 10:37:55 -05:00
Joseph Hall
7be5e0c929
Linting
2014-05-08 09:19:51 -06:00
Seth House
132dd431af
Added versionadded to new args to file.replace
...
Refs #12571
2014-05-08 09:13:28 -06:00
Ray Chen
d40215451c
fix issue #12388 since of unexpectedly overwrite query
2014-05-08 23:05:37 +08:00
Joseph Hall
d67ece5a1d
Fix docstring
2014-05-08 06:13:41 -06:00
Joseph Hall
c12a9016a5
Add basic smtp util code for other parts of salt
2014-05-08 06:13:03 -06:00
Florian Zavatzki
3628432d79
Check for IPv6 address master_uri address
...
Signed-off-by: Florian Zavatzki <fz@binsec.de>
2014-05-08 13:13:52 +02:00
Florian Zavatzki
168096a8c6
Add IPv6 support to auth Resolver
...
Signed-off-by: Florian Zavatzki <fz@binsec.de>
2014-05-08 12:35:22 +02:00
Øyvind Saltvik
b81b9b71d9
stop and start service
2014-05-08 12:16:48 +02:00
Audrius Kucinskas
dfcc7a4df6
show_volumes is now a wrapper for describe_volumes and slight mods to describe_volumes
2014-05-08 10:16:12 +03:00
Justin Carmony
1c9f345dd2
Check to see if the pki_dir exists before chdir to it
2014-05-08 00:59:37 -06:00
Audrius Kucinskas
595ea31d8d
Merge branch 'salt-cloud_ec2_describe_volumes' of github.com:Katafalkas/salt into salt-cloud_ec2_describe_volumes
2014-05-08 09:59:09 +03:00
Thayne Harbaugh
cd27c6e969
use str.format(); use correct variable
2014-05-07 23:07:45 -06:00
Joseph Hall
51ad28a4d8
Merge pull request #12619 from techhat/cloudrunner
...
names is a reserved word in the reactor, use instances instead
2014-05-07 21:54:05 -06:00
Joseph Hall
265f421fc1
names is a reserved word in the reactor, use instances instead
2014-05-07 21:29:57 -06:00
Thomas S Hatch
808bed3052
Merge pull request #12618 from JustinCarmony/saltfile-docs
...
Updating Salt-SSH docs to include Saltfile
2014-05-07 21:02:23 -06:00
Justin Carmony
e4c2cab1cc
Updating docs for Saltfile
2014-05-07 19:53:27 -06:00
Joseph Hall
7f4fb5d96e
Merge pull request #12616 from techhat/cloudrunner
...
Fixing passing kwargs in cloud.create runner
2014-05-07 19:00:23 -06:00
Joseph Hall
a15bf8f8f7
Fixing passing kwargs in cloud.create runner
2014-05-07 18:25:39 -06:00
Ryan Lane
91e7f92a22
Initial commit of boto_lc state module.
...
This state module handles creating and destroying launch configurations
for use with autoscale groups.
2014-05-07 17:14:12 -07:00
Mike Place
f338bfd20e
Pylint
2014-05-07 16:58:34 -06:00