Commit Graph

23213 Commits

Author SHA1 Message Date
regilero
1319755c55 Fix typo in mysql unit test 2013-12-01 00:34:29 +00:00
Grant Hammond
624f9035fa apply mask or state mode to copied files.
This makes salt.utils.copyfile secure by default. After use, correct file
permissions according to the mode in the state or, if not specified, the umask.
2013-11-30 23:03:16 +00:00
Pedro Algarvio
4e6a1c4d7d Merge pull request #8918 from techhat/cloudcreate
Allow creating instances without profiles
2013-11-30 13:20:15 -08:00
Joseph Hall
b191342748 Adding cloud.present state 2013-11-30 13:16:49 -07:00
Joseph Hall
787bab867a Allow creating instances without profiles 2013-11-30 13:02:12 -07:00
Joseph Hall
04a06abb78 Merge pull request #8916 from pengyao/develop
Change fire event command
2013-11-29 20:10:31 -08:00
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
Daniel Bradshaw
a693541933 Tweaking the Result Status string and format string. 2013-11-30 00:36:04 +00:00
Erik Johnson
057f2555cd CentOS should not be all capitalized 2013-11-29 18:33:41 -06:00
Mathieu Le Marec - Pasquet
228c987b76 feat: buildout support
This fixes #8856.
2013-11-29 18:51:20 +00: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
31200152bb Use the new form of passing the configuration file. 2013-11-28 19:52:03 +00:00
Pedro Algarvio
bc4da42834 Salt Cloud, as Salt, now uses a common configuration directory.
Passing single configuration files to the CLI tool is deprecated and will be removed in Salt Helium.
2013-11-28 19:52:03 +00:00
Pedro Algarvio
2ed1110a83 Deprecate vm_config* config var in favor of profiles_config*. 2013-11-28 19:52:03 +00:00
Pedro Algarvio
a80431b87c Remove deprecated code. 2013-11-28 19:52:03 +00:00
Pedro Algarvio
eb476310e8 No hard coded paths. Refs the salt-cloud merge. 2013-11-28 19:52:03 +00:00
Pedro Algarvio
d2fcd1ab35 Remove deprecated code and make use of syspaths. 2013-11-28 19:52:03 +00: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
Daniel Bradshaw
c40c47d474 Forgot to specify the width of the result formatter 2013-11-28 15:55:01 +00:00
Daniel Bradshaw
00dddfcbfb Add information about the undocumented changes output mode 2013-11-28 15:36:53 +00:00
Daniel Bradshaw
95eed44d93 Alternative aesthetic for highstate 2013-11-28 15:29:26 +00: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