Commit Graph

23962 Commits

Author SHA1 Message Date
Cory Wright
c42e92612f Merge branch 'issue9325' of github.com:corywright/salt into issue9325 2013-12-17 16:46:41 -05:00
Cory Wright
4df93d9813 Note that the force_yes parameter to install was added to apt.py in 0.17.4
Fixes issue #9325
2013-12-17 16:45:21 -05:00
Cory Wright
e9081751fc Note that the force_yes parameter to install was added to apt.py in 0.17.4 2013-12-17 16:44:40 -05:00
Joseph Hall
c48b1eacc7 Images can be obtained from nova instead of glance 2013-12-17 09:55:57 -07:00
Pedro Algarvio
1aeec5b2c7 Merge pull request #9310 from makinacorpus/fix-invmode
Fix invmode
2013-12-16 19:52:54 -08:00
Mathieu Le Marec - Pasquet
bb7f5247d3 according buildout tests 2013-12-17 04:36:36 +01:00
Mathieu Le Marec - Pasquet
c6d8843835 inversion in buildout modes 2013-12-17 03:06:08 +01:00
Pedro Algarvio
2b28bbfc02 Merge pull request #9298 from terminalmage/refactor-yumpkg-multiarch
Refactor yumpkg5 arch handling
2013-12-16 16:32:27 -08:00
Pedro Algarvio
9e3635995f Merge pull request #9303 from cachedout/ps-unit-tests
Ps unit tests
2013-12-16 16:25:42 -08:00
Mike Place
20ab5b2d23 Lint. 2013-12-16 17:09:49 -07:00
Mike Place
26aa30393e Unit testing of ps exec module.
Seemed like this would be sort of mundane but there are actually a few dragons here.
Unit testing turned up the fact that we make use of methods in psutil that are deprecated!
2013-12-16 17:05:53 -07:00
Erik Johnson
d8435cb53e Refactor yumpkg5 arch handling
When I originally wrote the mutli-arch support in this module, it was
done hastily and was not well-designed. For instance, it assumes that
x86_64 is the only arch for which packages from other arches are
supported. It additionally doesn't support ARM architectures at all,
making it completely useless on those devices.

This commit handles architectures in a more elegant way. Salt will now
only refer to the package with the arch appended if the arch both A) is
not 'noarch', and B) does not match the 'osarch' grain. This cleans
up the logic significantly, as well as enabling proper support for ARM
devices (though this is still untested).
2013-12-16 14:10:15 -06:00
Colton Myers
055beeb4a9 Merge pull request #9296 from basepi/0.17.3releasenotes
0.17.3 release notes
2013-12-16 11:22:40 -08:00
Colton Myers
7b9731f049 0.17.3 release notes 2013-12-16 12:20:25 -07:00
Seth House
abd8099618 Merge pull request #9295 from cachedout/#9274
Exception handling from psutil for processes that go missing.
2013-12-16 11:20:17 -08:00
Mike Place
81a4447853 Merge pull request #9293 from hulu/hadoop-fixes
fix various lint errors in hadoop module
2013-12-16 11:16:34 -08:00
Mike Place
5444ca7008 Exception handling from psutil for processes that go missing.
Refs #9274.
2013-12-16 12:11:27 -07:00
Chris Rebert
0796ab2164 fix various lint errors in hadoop module 2013-12-16 10:58:28 -08:00
Joseph Hall
b576a332e4 Merge pull request #9292 from westurner/dockerio_code_block_yaml
dockerio state: code-block docstring syntax
2013-12-16 09:46:59 -08:00
westurner
ddda7aa17e dockerio state: code-block docstring syntax 2013-12-16 11:34:19 -06:00
C. R. Oldham
46d256d205 Merge pull request #9289 from techhat/issue9270
Add additional python 2.6 checks
2013-12-16 07:51:01 -08:00
Joseph Hall
8edde973fa Add additional python 2.6 checks 2013-12-16 08:48:47 -07:00
Joseph Hall
b0e5c9760f Merge pull request #9287 from yannj-fr/develop
Add Hadoop basic module
2013-12-16 07:08:12 -08:00
yannj-fr
b82c783b57 Add docstring to hadoop module 2013-12-16 15:45:41 +01:00
yannj-fr
19c7127f05 Add Hadoop basic module 2013-12-16 15:17:57 +01:00
Thomas S Hatch
1d2f4396fe Merge pull request #9268 from basepi/pillarshowtop8191
Add runner for pillar.show_top, Fix #8191
2013-12-15 18:55:34 -08:00
Joseph Hall
3748d295fb Merge pull request #9281 from beichhor/feature/ec2-ebs-optimized
Add AWS EC2 support for ebs optimized instances
2013-12-15 18:00:09 -08:00
Benn Eichhorn
721a66fb4b using correct method for get_cloud_config_value 2013-12-16 12:22:28 +11:00
Benn Eichhorn
c0df125151 updated aws docs 2013-12-16 11:48:27 +11:00
Benn Eichhorn
a1337a14da added ebs_optimised param to ec2 create instance method 2013-12-16 11:47:15 +11:00
Pedro Algarvio
0d81bb6416 The SaltTesting parser no longer supports HTML reports. 2013-12-16 00:14:58 +00:00
Pedro Algarvio
45ac99b1d6 Merge pull request #9279 from terminalmage/issue9236
Add pre-check function for range matcher
2013-12-15 14:55:40 -08:00
Erik Johnson
b94830bddd Add pre-check function for range matcher
This adds a pre-check function for the range matcher, fixing a KeyError
when one attempts to use the range matcher without the required module
being installed.
2013-12-15 16:03:17 -06:00
Pedro Algarvio
9575d263b3 How the hell did I add utf-7 instead of utf-8. 2013-12-15 20:42:17 +00:00
Pedro Algarvio
75a7f249bd White-space lint related fix 2013-12-15 20:32:47 +00:00
Joseph Hall
b008cd3a38 Merge pull request #9276 from syphernl/develop
Add process username and status fields to ps.top output
2013-12-15 10:10:55 -08:00
Frank Klaassen
9d08d245be Add process username and status fields to top output 2013-12-15 19:05:29 +01:00
Pedro Algarvio
3bf2d1a014 Merge pull request #9275 from techhat/selectquery
Switch all cloud providers to use standard list_nodes_select()
2013-12-15 09:19:43 -08:00
Joseph Hall
e060354e02 Update docs for list_nodes_select() 2013-12-15 09:40:03 -07:00
Joseph Hall
e405501bd1 Update libcloudfuncs to properly handle conn 2013-12-15 09:39:43 -07:00
Joseph Hall
08c50d9e2e Switch all cloud providers to use standard list_nodes_select 2013-12-15 09:30:26 -07:00
Joseph Hall
0e13fe115f Normalize return data for libcloud queries 2013-12-15 09:29:30 -07:00
Joseph Hall
1c76404bdc Merge pull request #9273 from syphernl/develop
Correct documentation of "ps" module
2013-12-15 06:33:05 -08:00
Frank Klaassen
4f236531e5 Correct documentation of "ps" module 2013-12-15 15:27:59 +01:00
Joseph Hall
4772a9c17f Merge pull request #9271 from itnihao/patch-2
fix return null iptables.append
2013-12-15 05:58:15 -08:00
itnihao
72be91647c fix return null iptables.append
return null in iptables.append,fix it
```
salt 'node1' iptables.append filter INPUT rule='-s 0.0.0.0 -p tcp --dport 80 -j ACCEPT' 
node1:
    True
salt 'node1' iptables.append filter INPUT rule='-s 0.0.0.0 -p tcp --dport 80 -j ACCEPT4'
node1:
    False
```
2013-12-15 17:42:18 +08:00
Seth House
7a74358cca Merge pull request #9267 from terminalmage/issue9067
Fix example in template variable reference docs
2013-12-14 22:17:57 -08:00
Pedro Algarvio
0e132f6de5 Merge pull request #9269 from techhat/logansrun
Removing references to the old cloud configuration syntax
2013-12-14 16:53:05 -08:00
Joseph Hall
83627ec3a4 Removing references to the old cloud configuration syntax 2013-12-14 17:49:13 -07:00
Colton Myers
42330ad044 Print the output for the pillar.show_top runner 2013-12-14 14:43:45 -07:00