Commit Graph

23090 Commits

Author SHA1 Message Date
pengyao
409d7e8c18 Change fire event command
Since 0.17.0, the ability to send a event payload with a more complex data structure than a string
2013-11-30 11:59:47 +08:00
Joseph Hall
1c3e23db72 Merge pull request #8915 from pengyao/develop
fixed a typo
2013-11-29 19:46:57 -08:00
pengyao
2e847d2e31 fixed a typo 2013-11-30 11:40:12 +08:00
Erik Johnson
057f2555cd CentOS should not be all capitalized 2013-11-29 18:33:41 -06:00
Joseph Hall
e1ffd4bab2 Merge pull request #8911 from ticosax/fix-typo-dockerio.built
Fix typo s/build/built/
2013-11-29 09:56:04 -08:00
Nicolas Delaby
51a6267d5c Fix typo s/build/built/ 2013-11-29 18:19:58 +01:00
Pedro Algarvio
1ab7fd7c19 Merge pull request #8902 from s0undt3ch/develop
Skip the test if `python-apt` is not installed for Debian like systems.
2013-11-28 11:50:14 -08:00
Pedro Algarvio
62039527ce The cloud tests need libcloud installed. Skip them if not. 2013-11-28 19:40:17 +00:00
Pedro Algarvio
ccd71e2087 Install python-apt. 2013-11-28 19:33:39 +00:00
Pedro Algarvio
8d3e3d3402 Skip the test if python-apt is not installed for Debian like systems. 2013-11-28 19:26:21 +00:00
Pedro Algarvio
5e58ea9593 Remove unnecessary pass. 2013-11-28 19:11:29 +00:00
Pedro Algarvio
f044ddb2dc Merge pull request #8901 from techhat/ssh
Linting the new SSH and user validation code
2013-11-28 10:49:13 -08:00
Joseph Hall
7e21be15ad More specific except error 2013-11-28 11:47:41 -07:00
Joseph Hall
1c4d9d9854 Fixing syntax error, using salt._compat 2013-11-28 11:40:06 -07:00
Joseph Hall
a4c48b7264 Fixing up Spacing issues and bare exception 2013-11-28 11:37:23 -07:00
Joseph Hall
b32e8901d0 Merge pull request #8899 from terminalmage/tests
Simplify jinja syntax for ubuntu pkgrepo test deps
2013-11-28 10:31:21 -08:00
Joseph Hall
529eecbd89 Merge pull request #8898 from s0undt3ch/develop
Merge and cleanup salt-cloud's test suite.
2013-11-28 10:28:20 -08:00
Erik Johnson
13dbb9efab Simplify jinja syntax for ubuntu pkgrepo test deps
See the below discussion for more info:

https://github.com/saltstack/salt/pull/8872#discussion-diff-7981734R64
2013-11-28 12:27:39 -06:00
Pedro Algarvio
fe45b91e93 Merge pull request #8897 from terminalmage/docs
Update salt-key documentation
2013-11-28 10:10:33 -08:00
Erik Johnson
1c24bbe7fc Update salt-key documentation
Bring docs.saltstack.com in line with the CLI usage
2013-11-28 12:05:37 -06:00
Pedro Algarvio
d81e6e9632 Merge pull request #8896 from techhat/ssh
Initial commit of SSH command validation functions
2013-11-28 10:05:05 -08:00
Joseph Hall
2fdb8248c3 Oops, typo 2013-11-28 11:03:20 -07:00
Pedro Algarvio
8a1ba0aa05 Cleaned up the remaining of salt-cloud's test suite. Closes #8886. 2013-11-28 18:02:46 +00:00
Joseph Hall
b764e2ed3e Move re compilation to the module load 2013-11-28 10:58:27 -07:00
Joseph Hall
ea39b67b02 Resolving possible type error caused by invalid input 2013-11-28 10:55:59 -07:00
Pedro Algarvio
660a91d1ea Merge the salt-cloud cli integration tests into salt's test suite. Refs #8886. 2013-11-28 17:55:58 +00:00
Joseph Hall
f34ac9be8e Initial commit of SSH command validation functions 2013-11-28 09:06:09 -07:00
Joseph Hall
dad9febddc Add user login name validation function 2013-11-28 09:05:38 -07:00
Joseph Hall
98964f4ceb Merge pull request #8890 from techhat/iptablesdebian
Adding iptables Debian default for iptables-persistent package
2013-11-28 06:42:09 -08:00
Joseph Hall
27dbf6d327 Adding iptables Debian default for iptables-persistent package 2013-11-28 07:40:37 -07:00
Joseph Hall
f62e7efdd6 Merge pull request #8883 from s0undt3ch/develop
Only check for the execution bits if a value was actually passed.
2013-11-28 05:23:37 -08:00
Joseph Hall
5baa867c7b Merge pull request #8884 from s0undt3ch/issues/8863-deploy-search-path-as-string
deploy search path unit test
2013-11-28 05:21:52 -08:00
Joseph Hall
71b1d8dea6 Merge pull request #8885 from holmboe/hwm1000
Set default HWM in API call as well
2013-11-28 04:31:24 -08:00
Henrik Holmboe
899cdff3e8 Set default HWM in API call as well
@basepi set the HWM to 1000 by default in #8804 and this is a
complementary commit to that one. It is now obvious that the HWM is 1000
by default in the source code.

X-ref: #7662 and #7284
2013-11-28 12:59:31 +01:00
Pedro Algarvio
a6c52e8905 Add missing CLI Example string. 2013-11-28 11:43:36 +00:00
Pedro Algarvio
9289c9cf31 Add a deploy_scripts_search_path test case.
The test checks if the user provided search path is loaded, even if not passed as a list, and if it's the first occurrence on the list.
2013-11-28 11:18:09 +00:00
Pedro Algarvio
4a08f332af Move and update the cloud configuration unit tests. 2013-11-28 11:02:23 +00:00
Pedro Algarvio
88692e9e4b Only check for the execution bits if a value was actually passed. 2013-11-28 10:50:15 +00:00
David Boucha
998775e974 Merge pull request #8874 from UtahDave/develop
add space after comma
2013-11-27 22:54:34 -08:00
David Boucha
f83adfcb2d add space after comma 2013-11-27 23:53:50 -07:00
Thomas S Hatch
d1811836e7 Merge pull request #8865 from maxchk/facter-load-puppet-libraries
Facter load puppet libraries
2013-11-27 22:09:52 -08:00
Thomas S Hatch
bbca4fd20b Merge pull request #8872 from terminalmage/tests
Fix ubuntu deps for pkgrepo integration tests
2013-11-27 22:09:19 -08:00
Max Horlanchuk
be6c2c1b42 Merge branch 'facter-load-puppet-libraries' of github.com:maxchk/salt into facter-load-puppet-libraries 2013-11-28 17:03:27 +11:00
Max Horlanchuk
ff6c45c4c5 Merge branch 'facter-load-puppet-libraries' of github.com:maxchk/salt into facter-load-puppet-libraries 2013-11-28 16:26:59 +11:00
Max Horlanchuk
a1e8444ca8 Merge branch 'develop' of github.com:maxchk/salt into develop 2013-11-28 16:23:44 +11:00
Max Horlanchuk
5c0c8495b9 Allow Facter to load Puppet-specific facts 2013-11-28 16:22:01 +11:00
Erik Johnson
0ffce3ce6d Fix ubuntu deps for pkgrepo integration tests
This fixes a typo'ed package name, as well as doing logic to determine
the correct package name based on the osrelease.
2013-11-27 20:01:14 -06:00
Joseph Hall
315b83c748 Merge pull request #8871 from techhat/novafix
Making the warning about the status of this driver more obvious
2013-11-27 17:42:35 -08:00
Joseph Hall
4daec36653 Making the warning about the status of this driver more obvious 2013-11-27 18:41:17 -07:00
David Boucha
283d6ebec1 Merge pull request #8870 from UtahDave/develop
add index to curly braces for .format()
2013-11-27 17:00:14 -08:00