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
Erik Johnson
de7633f72a
Rewrite reference to yumpkg in 0.9.8 release notes
2013-12-14 14:25:16 -06:00
Erik Johnson
1aeec6fbae
Fix example in template variable reference docs
2013-12-14 14:22:30 -06:00
Pedro Algarvio
2560774e72
Reposition comment to bring it into context.
2013-12-14 19:28:07 +00:00
Pedro Algarvio
5c4e9d1b81
CentOS 5 still uses ZMQ 2.1.9 which does not have zmq.SNDTIMEO
available.
2013-12-14 19:19:49 +00:00
Pedro Algarvio
fe7ab946d5
Make it run --docked
.
2013-12-14 19:00:01 +00:00
Pedro Algarvio
c65d6ea523
Use salt.utils.fopen
2013-12-14 18:35:13 +00:00
Pedro Algarvio
8f8f8bfc4a
Formatting and requirements fixes.
2013-12-14 18:31:40 +00:00
Pedro Algarvio
4bbd0c512d
Too much white-space added.
2013-12-14 17:42:51 +00:00
Pedro Algarvio
82973662e9
Disable the VT test, the code ain't mature enough.
2013-12-14 17:37:06 +00:00
Pedro Algarvio
33a5c615f2
Merge pull request #9266 from s0undt3ch/develop
...
Fix overstate unit tests
2013-12-14 09:34:05 -08:00
Pedro Algarvio
3f5b5cac4f
The overstate tests should now pass.
2013-12-14 17:26:38 +00:00
Pedro Algarvio
1ce8d1f273
Overstate unit tests now use a valid testing configuration
...
The overstate unit tests relied on some know directories created which exist when salt is installed in the current system using the regular paths.
2013-12-14 17:16:08 +00:00
Joseph Hall
4ab553ddf8
Merge pull request #9264 from itnihao/patch-1
...
Update iptables.py
2013-12-14 09:05:57 -08:00
itnihao
3847cf9237
Update iptables.py
...
When rules is not exist,return -1,not False,fix it
2013-12-15 00:39:15 +08:00
Pedro Algarvio
f46d8c5d6c
If the path does not exist. Let us know.
2013-12-14 12:24:24 +00:00
Seth House
91e254d2a6
Merge pull request #9260 from gravyboat/develop
...
Updated clientacl docs to resolve 6802.
2013-12-13 21:56:45 -08:00
Seth House
86209ae472
Updated old link to the yumpkg.py module's new location
2013-12-13 22:54:15 -07:00
Seth House
5ccc3c0b59
rST fix
2013-12-13 22:52:02 -07:00
Forrest Alvarez
5a521ada05
Merge remote branch 'upstream/develop' into develop
2013-12-14 05:48:56 +00:00
Seth House
8ae976595a
Merge branch 'sphinx-salt-domain' into develop
2013-12-13 22:46:06 -07:00
Seth House
cb8ed95992
Moved custom conf cross-references into Salt domain file
2013-12-13 22:45:48 -07:00
Seth House
c0f74f95aa
Added minor Salt Sphinx domain
2013-12-13 22:45:48 -07:00