Commit Graph

33677 Commits

Author SHA1 Message Date
Thomas S Hatch
fee4aa7c15 Merge pull request #14035 from cachedout/12655
Don't use generic timeout, instead check for returned minions.
2014-07-08 16:13:43 -06:00
Thomas S Hatch
4f293ef11f Make the roster loader top class accept explicit backends 2014-07-08 15:39:09 -06:00
Erik Johnson
ffa9a49ed9 Merge pull request #14031 from techhat/cloud
Allow multiple instances to be spun up at once
2014-07-08 15:36:32 -06:00
Mike Place
62e9faa6b8 Refine publish.publish timeout 2014-07-08 14:52:48 -06:00
Joseph Hall
0c39b84e70 Fix function call check 2014-07-08 14:51:28 -06:00
Samuel Smith
46d01b11f8 Merge pull request #14034 from SmithSamuelM/sam_raet_50
Added support for raet UDP RoadStack rxMsgs Queue format change
2014-07-08 14:24:35 -06:00
Samuel M Smith
7bddcddf63 Merge remote-tracking branch 'upstream/develop' into sam_raet_50 2014-07-08 14:20:40 -06:00
Samuel M Smith
e33ac7362b Added support for duple on rxMsgs queue for UDP stack 2014-07-08 14:19:49 -06:00
Thomas S Hatch
b7a6200708 Merge pull request #14027 from pass-by-value/ext_pillar_12647
Make sure multiple git pillar sources work
2014-07-08 13:41:38 -06:00
Thomas S Hatch
ba90c0b22e Merge pull request #14030 from rallytime/schedule_tests
More scheduler unit tests and fixed keyerror possibility
2014-07-08 12:27:23 -06:00
Thomas S Hatch
72986ffb59 Merge pull request #14029 from cachedout/7031
Catch exception in portage_config
2014-07-08 12:26:51 -06:00
Thomas S Hatch
a0db2caeb9 Merge pull request #14028 from nmadhok/improve-state-docs
Improving state docs
2014-07-08 12:23:43 -06:00
Joseph Hall
780e852649 Further optimize _get_node() 2014-07-08 12:23:02 -06:00
Thomas S Hatch
f0724b3b41 Use salt.utils.process.clean_proc instead of the one in master.py
We need to clean up the master.py clean_proc so we only use one
2014-07-08 12:18:24 -06:00
rallytime
a3c1d0e320 A few more tests for enabling and disabling jobs 2014-07-08 12:00:08 -06:00
Joseph Hall
e44bd86f5c Add a warning about experimental code 2014-07-08 11:55:04 -06:00
Joseph Hall
f157c035e9 Allow multiple instances to be spun up at once 2014-07-08 11:52:39 -06:00
rallytime
5ad8bb8f01 Update test docstrings 2014-07-08 11:38:16 -06:00
Nitin Madhok
c80de9e5cb Improving docs for salt.states.mysql_grants 2014-07-08 13:31:50 -04:00
rallytime
cf11ca22d0 More scheduler unit tests and fixed keyerror possibility 2014-07-08 11:27:32 -06:00
Nitin Madhok
ada23d6422 Improving docs for salt.states.mount 2014-07-08 13:09:26 -04:00
Thomas S Hatch
cec3b71840 Merge pull request #14026 from cachedout/gpg_bin_check
Check for gpg binary
2014-07-08 11:01:23 -06:00
Nitin Madhok
869e80c0a5 Fixing pylint 2014-07-08 12:59:23 -04:00
Aditya Kulkarni
a7b52855d3 Make sure multiple git pillar sources work 2014-07-08 10:58:31 -06:00
Nitin Madhok
51bea3c8b0 Improving docs for salt.states.makeconf 2014-07-08 12:57:49 -04:00
Nitin Madhok
fef51d34ef Improving docs for salt.states.locale 2014-07-08 12:52:06 -04:00
Nitin Madhok
27dce85a90 Improving docs for salt.states.libvirt 2014-07-08 12:47:34 -04:00
Nitin Madhok
f326724eec Improving docs for salt.states.kmod 2014-07-08 12:46:40 -04:00
Mike Place
0f46a12e0f Catch exception in portage_config 2014-07-08 10:45:27 -06:00
Nitin Madhok
3ae20d5190 Improving docs for salt.states.iptables 2014-07-08 12:44:39 -04:00
Nitin Madhok
f5a0ecf04a Improving docs for salt.states.incron 2014-07-08 12:41:43 -04:00
Nitin Madhok
bb21304b34 Improving docs for salt.states.htpasswd 2014-07-08 12:39:53 -04:00
Nitin Madhok
f03c2f5902 Improving docs for salt.states.host 2014-07-08 12:38:06 -04:00
Nitin Madhok
6b23b40d94 Improving docs for salt.states.file 2014-07-08 12:24:35 -04:00
Thomas S Hatch
501f5836a7 Merge pull request #14025 from nmadhok/improve-cron-state-docs
Improving docs for salt.states.cron
2014-07-08 10:16:34 -06:00
Mike Place
7b9c313773 Check for gpg binary 2014-07-08 10:16:05 -06:00
Nitin Madhok
a89dd5f9a4 Improving docs for salt.states.cron 2014-07-08 11:53:20 -04:00
Colton Myers
bee0429d2e Merge pull request #14024 from basepi/2014.1.6releasedate
Update the release date for 2014.1.6
2014-07-08 09:29:24 -06:00
Colton Myers
437b4816ca Update the release date for 2014.1.6 2014-07-08 09:28:58 -06:00
Joseph Hall
64d61e6c64 Merge pull request #14022 from johngrasty/develop
Update smf.py to fix availability check on SmartOS
2014-07-08 06:17:51 -06:00
johngrasty
a3460546b9 Fixed the trailing whitespace. 2014-07-08 03:23:52 -04:00
johngrasty
c354e076aa Update smf.py to fix availability check on SmartOS
Checking availability uses the services name, not the package name. The get_all function (which is used by available and missing functions) returns the service name. While to install the package, you need the package name. For example, for nginx, you have pkgsrc/nginx for the service name and nginx for the package name.

/usr/bin/svcs -H -o SVC <packagename> will take the package name and return abbreviated service name which can then be compared against the service list returned by the get_all function.

This fix works on SmartOS, but it was not compared to other SMF distributions. Therefore, the fix was confined to SmartOS.
2014-07-08 02:28:47 -04:00
Thomas S Hatch
9c54ce0530 lint 2014-07-07 23:10:20 -06:00
Thomas S Hatch
5ed95d261e lower the ioflo_period for the minion to lower cpu time 2014-07-07 23:00:19 -06:00
Thomas S Hatch
8ac32da68f Add auto_accept and auto_reject files into raetkey 2014-07-07 22:44:50 -06:00
Thomas S Hatch
d4d0502970 Move the auto_accept and auto_reject logic into masterapi 2014-07-07 22:21:35 -06:00
Thomas S Hatch
5d8f0fdbfa fix minion daemonize for raet 2014-07-07 22:03:42 -06:00
Thomas S Hatch
abf42dfc6f finish change in cherrypy api interface 2014-07-07 21:42:26 -06:00
Thomas S Hatch
7a9db075e2 Start fixing the salt api events to be raet aware correctly 2014-07-07 21:39:33 -06:00
Thomas S Hatch
22245cb8a8 Merge pull request #14014 from andrew-vant/pip-cert-support
Added cert option to pip.installed.
2014-07-07 21:33:53 -06:00