Commit Graph

55227 Commits

Author SHA1 Message Date
sergey.b
2798fa0fc5 change new functions fo increase usability 2015-06-23 22:33:41 +03:00
Niels Abspoel
85a5c1e33e Added seed option to mod_random
This will give salt the ability to use python random.seed as a basic
random number generator with a salt minion as hash object.

Reason for the hash object is to have a reproducable random number
between minions, but not between highstate runs on the same minion.

This is usefull for example to generate random crontab timings between
minions without the fear of regerating the crontab file on each run.
2015-06-23 20:57:44 +02:00
Joseph Hall
32c158892b Adding docs for SPM 2015-06-23 12:06:47 -06:00
Joseph Hall
0ea5f76342 Linting 2015-06-23 12:06:31 -06:00
C. R. Oldham
90c73ff446 References to documentation. 2015-06-23 11:40:06 -06:00
Chris Reeves
350022512f Added .. versionadded:: Beryllium 2015-06-23 18:13:20 +01:00
C. R. Oldham
f0c9204d8b Add references to failover parameters in conf 2015-06-23 11:07:45 -06:00
C. R. Oldham
9da96a8b95 Docs 2015-06-23 11:06:12 -06:00
Chris Reeves
d7f2112e6f Fixing minor linting fixes 2015-06-23 18:05:22 +01:00
C. R. Oldham
e2314f0e49 Move comment. 2015-06-23 10:57:36 -06:00
C. R. Oldham
b9a756ff5f Fix master failover and add documentation for same. Factor in syndics. Syndics will not failover (yet). 2015-06-23 10:56:18 -06:00
Justin Findlay
1650233be9 Merge pull request #24891 from jayeshka/ssh_known_hosts-states-unit-test
adding states/ssh_known_hosts unit test case.
2015-06-23 10:46:57 -06:00
Nitin Madhok
d2b5456f5d Correcting bash code blocks 2015-06-23 10:41:15 -06:00
Borut Mrak
1e4ec7a56b unset size parameter for lxc.create when backing=zfs
When using the lxc.create parameter backing=zfs the default 1G size parameter kicks in, which sadly makes the lxc-create call fail.

LXC backing store type zfs does not support setting the container storage size ATM.

This fixes this error message in the minion log:

2015-06-20 02:00:57,588 [salt.minion      ][ERROR   ][3694] A command in 'lxc.create' had a problem: Container could not be created with cmd 'lxc-create -n test-container -t download -B zfs --fssize 1G -- --release trusty --arch amd64 --dist ubuntu': filesystem type and size are only valid with block devices
2015-06-23 10:39:34 -06:00
James J Porter
071049ae7a fix bug in docker.loaded 2015-06-23 10:37:58 -06:00
ipm
f3b20d5445 fix for issue #24799 2015-06-23 10:36:29 -06:00
C. R. Oldham
3cadda6fe8 Merge pull request #24867 from rallytime/fix_cloud_tests
Clean up the Rackspace cloud tests and alias provider for driver in Openstack
2015-06-23 10:27:04 -06:00
C. R. Oldham
a0ffbfddbe Merge pull request #24866 from rallytime/fix_gogrid_stacktrace
Alias provider for driver in GoGrid
2015-06-23 10:26:27 -06:00
Joseph Hall
798c98b04b Add remove functionality 2015-06-23 10:19:48 -06:00
sergey.b
8480608d09 add functions for detecting changed USE flags (with PEP8)last 2015-06-23 19:18:22 +03:00
Joseph Hall
568886c8d9 Add package database 2015-06-23 09:31:21 -06:00
Joseph Hall
8e1bebfc92 Add versionadded 2015-06-23 09:31:21 -06:00
Joseph Hall
4a95b11652 Initial commit of Salt Package Manager 2015-06-23 09:31:21 -06:00
sergey.b
925a295342 add functions for detecting changed USE flags (with PEP8)w 2015-06-23 18:20:52 +03:00
Michael Steed
0458780bbd Merge pull request #24883 from dmyerscough/remove-old-function-definition
Remove unused function argument
2015-06-23 08:54:13 -06:00
sergey.b
f956e0219a add functions for detecting changed USE flags 2015-06-23 16:45:09 +03:00
Jayesh Kariya
ef1347f2b3 adding states/ssh_known_hosts unit test case. 2015-06-23 15:53:46 +05:30
Chris Reeves
ec401398c1 New etcd salt state module to manage etcd keys 2015-06-23 11:14:59 +01:00
Tarjei Husøy
449a387508 Add all iptables jump args from manpage
Turns out the previous source was incomplete, this combines everything
from http://www.iptables.info/en/iptables-targets-and-jumps.html, "man
iptables" on platforms without iptables-extensions and "man
iptables-extensions" on the others, and "man xtables-addons".
2015-06-23 11:17:28 +02:00
Daniel Hobley
7fb0ba0523 Fixed lint issues 2015-06-23 10:46:37 +02:00
Daniel Hobley
0a9294d384 Fixed unit tests for win_powercfg 2015-06-23 09:39:35 +02:00
Daniel Hobley
c0bfa6aace Fixed powercfg on windows 7 2015-06-23 09:26:09 +02:00
Damian Myerscough
e597fde260 Remove old commented out listen definition and make parser arguments PEP8 compliant 2015-06-22 21:14:56 -07:00
Gareth J. Greenaway
cc63a1eeb6 removing unused import. 2015-06-22 21:10:22 -07:00
Justin Findlay
7db3d7e285 Merge pull request #24868 from thusoy/patch-3
Don't error log missing IFTTT keys
2015-06-22 21:54:35 -06:00
Gareth J. Greenaway
143181f5e5 Switching nagios_returner to use salt.utils.http 2015-06-22 17:14:20 -07:00
Joseph Hall
c32aae96aa Merge pull request #24874 from dkiser/salt-cloud-24870
Fix for salt-cloud when ssh key used to auth and using sudo.
2015-06-22 17:46:07 -06:00
Joseph Hall
ddaa21c0ae Merge pull request #24880 from dkiser/salt-cloud-24871
Fix to allow password for salt-cloud to be set outside of a vm specif…
2015-06-22 17:44:59 -06:00
dkiser
4f6c035673 Fix to allow password for salt-cloud to be set outside of a vm specific context.
Fixes #24871.
2015-06-22 15:42:01 -07:00
dkiser
6c31143b22 Fix key error for the PR to fix #24870. 2015-06-22 15:37:34 -07:00
Mike Zupan
c429741b20 fix the ordering to be standard 2015-06-22 14:24:12 -07:00
dkiser
bdcf7d88c1 Fix pylint for #24874. 2015-06-22 14:21:22 -07:00
Mike Zupan
27b068dfc5 need to run with a vhost to apply policies to other vhosts 2015-06-22 14:19:40 -07:00
Thomas S Hatch
25d78d341b Merge pull request #24825 from dh-harald/develop
Fix password parsing in ssh sessions
2015-06-22 17:19:03 -04:00
Mike Zupan
0ad0574346 need to pass in a vhost to the module 2015-06-22 14:17:24 -07:00
dkiser
8f66d193e0 Fix for salt-cloud when ssh key used to auth and using sudo.
Fixes #24870
2015-06-22 13:59:10 -07:00
Thomas S Hatch
bc08ee3e32 Merge pull request #24857 from gtmanfred/develop
add interfaces to subnets
2015-06-22 16:37:33 -04:00
Thomas S Hatch
3902b162a9 Merge pull request #24852 from pruiz/issue-24851
Fix issue 24851: regular expression so it now matches packages with '.' or '-' at pkg name
2015-06-22 16:37:13 -04:00
Thomas S Hatch
e488578338 Merge pull request #24845 from porterjamesj/patch-1
fix bug in docker.loaded
2015-06-22 16:36:36 -04:00
Thomas S Hatch
4f2b8975fb Merge pull request #24838 from rhealitycheck/feature-mongo-return-update-pymongo
Feature mongo return update pymongo
2015-06-22 16:36:14 -04:00