Commit Graph

615 Commits

Author SHA1 Message Date
Thomas S Hatch
1053164316 Make saltkey output cleaner 2011-04-04 12:52:42 -06:00
Matthias Teege
3512096c57 sanitize input data in modules/network.py
this patch adds a function to sanitize the host input data in
modules/network.py. It also fixes a bug in isportopen and validates the
give port

Signed-off-by: Matthias Teege <matthias-git@mteege.de>
Signed-off-by: Thomas S Hatch <thatch45@gmail.com>
2011-04-04 09:42:30 -06:00
Matthias Teege
f855ad1a92 Fix type in modules/cmd.py
Signed-off-by: Matthias Teege <matthias-git@mteege.de>
Signed-off-by: Thomas S Hatch <thatch45@gmail.com>
2011-04-04 09:42:20 -06:00
Thomas S Hatch
9147f3412e Add salt ebuild to package support, thanks Matthias! 2011-04-04 09:41:27 -06:00
Thomas S Hatch
c2782795dc Fix assignment issue in coallatz 2011-04-03 16:57:07 -06:00
Thomas S Hatch
8006ca2e55 Fix module loading without importlib 2011-04-03 16:55:37 -06:00
Thomas S Hatch
eeba3c6964 Add cython modules to setup.py 2011-04-03 16:25:17 -06:00
Thomas S Hatch
041c730f54 Fix compile issue with cytest 2011-04-03 15:57:01 -06:00
Thomas S Hatch
a11b514907 Add cython test module 2011-04-03 15:01:44 -06:00
Thomas S Hatch
0a76bc232e Add compute tests to test.py 2011-04-03 14:48:33 -06:00
Thomas S Hatch
8fdfb85247 Add support for cython minion modules 2011-04-03 14:04:14 -06:00
Matthias Teege
9e9d8fc448 use python to check port status instead of nc in moduls/network.py isportopen function, fix some docstrings
Signed-off-by: Matthias Teege <matthias-git@mteege.de>
Signed-off-by: Thomas S Hatch <thatch45@gmail.com>
2011-04-03 10:00:57 -06:00
Thomas S Hatch
8077bcf6db Fix typo in cmd module 2011-04-03 08:29:08 -06:00
Thomas S Hatch
5b334894c7 Add rpm stuff 2011-04-02 23:02:48 -06:00
Thomas S Hatch
733579709a remove dep on importlib, the minion is now tested to work on 2.6 2011-04-02 22:57:45 -06:00
Thomas S Hatch
812abd6350 Set the release files to 0.7.0 2011-04-02 12:25:32 -06:00
Thomas S Hatch
a75ea1e480 Fix function module wrapping for the facter pkg frontend 2011-04-02 11:49:22 -06:00
Thomas S Hatch
bd6c8bb526 Numerous pylint fixes 2011-04-02 11:39:53 -06:00
Thomas S Hatch
413c13fb71 Fix exception where package return data was not being parsed 2011-04-02 10:48:50 -06:00
Thomas S Hatch
774ca61d04 Add some rubbish to the README, I should make this thing preety sometime 2011-04-02 00:44:45 -06:00
Thomas S Hatch
d29ea02898 bump PKGBUILD-git rel 2011-04-02 00:04:11 -06:00
Thomas S Hatch
1115977688 fix reference to salt.7 manpage 2011-04-01 23:54:16 -06:00
Thomas S Hatch
1f96bdb48f Set md5sums for PKGBUILD-git 2011-04-01 23:53:05 -06:00
Thomas S Hatch
df3a703030 Move init scripts into package for Arch 2011-04-01 23:47:37 -06:00
Thomas S Hatch
509278cf22 clean up spacing in the setup.py 2011-04-01 23:38:20 -06:00
Thomas S Hatch
d5d006dff6 Remove the Arch init scripts from the setup.py, init scripts should be
installed with the distribution package
2011-04-01 23:29:34 -06:00
Thomas S Hatch
9d022c090c change the minion manpage to be in chapter 1 2011-04-01 23:23:28 -06:00
Thomas S Hatch
f856311f71 Add manpages to the setup.py 2011-04-01 23:22:19 -06:00
Thomas S Hatch
20b7ace088 Add salt 7 manpage 2011-04-01 22:48:23 -06:00
Thomas S Hatch
b08d889479 Fic desc in salt-master manpage 2011-04-01 22:11:08 -06:00
Thomas S Hatch
d85dcabdd3 Add salt minion man page 2011-04-01 22:10:01 -06:00
Thomas S Hatch
6f2a34b3dc Add man page for the salt master 2011-04-01 22:05:03 -06:00
Thomas S Hatch
60d95ab254 Fix name in saltkey 2011-04-01 22:04:48 -06:00
Thomas S Hatch
d5934fb2eb Add saltkey man page 2011-04-01 21:58:45 -06:00
Thomas S Hatch
a18f741b69 Modify authors 2011-04-01 21:58:25 -06:00
Thomas S Hatch
b0c9fd4b75 add a man page for salt 2011-04-01 21:47:31 -06:00
Thomas S Hatch
a4922d4abe Fix help message in salt cli 2011-04-01 21:46:31 -06:00
Thomas S Hatch
745c26ffd1 Add a service module 2011-04-01 20:09:24 -06:00
Thomas S Hatch
3cffe6ce42 Add yum module 2011-04-01 19:53:53 -06:00
Thomas S Hatch
e71f3ab92f Set up module to map to the correct package manager for the OS 2011-04-01 19:07:47 -06:00
Thomas S Hatch
5689a5e616 remove ucarp cluster data from the code 2011-04-01 18:35:55 -06:00
Thomas S Hatch
396a2f843a Remove clust data from the setup.py 2011-04-01 18:30:18 -06:00
Thomas S Hatch
546e3854c1 Remove clust scripts 2011-04-01 18:28:57 -06:00
Thomas S Hatch
7b2b9b7b2d butter kvm list_drives returns a list now 2011-04-01 14:27:10 -06:00
Thomas S Hatch
0209772cbc Fix syntax error in butterkvm 2011-04-01 14:07:11 -06:00
Thomas S Hatch
1aff34e577 Set the correct owner/group on the vda images 2011-04-01 13:58:21 -06:00
Thomas S Hatch
91f54e9b1b Set the perms on the vda image dirs 2011-04-01 13:56:45 -06:00
Thomas S Hatch
ce16d1caea Got rid of the global timeout crap, timeout value is used for both singular and
global timeouts
2011-04-01 10:45:11 -06:00
Thomas S Hatch
f27bbac438 pass correct data to the minion execution thread 2011-04-01 10:30:28 -06:00
Thomas S Hatch
ff463943cf Remove faulty return from handle 2011-04-01 10:23:17 -06:00