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 |
|
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 |
|
Forrest Alvarez
|
ad9a2ed62f
|
Updated clientacl docs to resolve 6802.
|
2013-12-14 05:45:31 +00:00 |
|
Joseph Hall
|
2b3897d114
|
Merge pull request #9259 from techhat/ec2
Allow avail* functions to be called with -f in salt-cloud
|
2013-12-13 19:56:28 -08:00 |
|
Joseph Hall
|
0e9d68bdea
|
Allow avail* functions to be called with -f in softlayer
|
2013-12-13 20:54:46 -07:00 |
|
Joseph Hall
|
715b06d66d
|
Allow avail* functions to be called with -f in parallels
|
2013-12-13 20:54:34 -07:00 |
|
Joseph Hall
|
50ff914908
|
Allow avail* functions to be called with -f in azure
|
2013-12-13 20:54:21 -07:00 |
|
Joseph Hall
|
c9dd0ed3f6
|
Allow avail* functions to be called with -f in joyent
|
2013-12-13 20:53:57 -07:00 |
|
Joseph Hall
|
8ec026b13a
|
Allow avail* functions to be called with -f in ec2
|
2013-12-13 20:53:45 -07:00 |
|
Joseph Hall
|
20dc5eeee3
|
Allow avail* functions to be called with -f in digital_ocean
|
2013-12-13 20:53:37 -07:00 |
|
Joseph Hall
|
8dfb874a58
|
Allow avail* functions to be called with -f in libcloudfuncs
|
2013-12-13 20:53:28 -07:00 |
|
Joseph Hall
|
1489bcf087
|
Merge pull request #9258 from techhat/ec2
Don't just throw away call variables anymore in salt-cloud
|
2013-12-13 19:39:39 -08:00 |
|
Joseph Hall
|
449c0a1134
|
Don't just throw away call variables anymore in softlayer
|
2013-12-13 20:37:53 -07:00 |
|
Joseph Hall
|
c9b0d17428
|
Don't just throw away call variables anymore in parallels
|
2013-12-13 20:37:44 -07:00 |
|
Joseph Hall
|
f61131fa20
|
Don't just throw away call variables anymore in nova
|
2013-12-13 20:37:34 -07:00 |
|
Joseph Hall
|
4c82e8f17b
|
Don't just throw away call variables anymore in azure
|
2013-12-13 20:37:25 -07:00 |
|
Joseph Hall
|
839156f3b9
|
Don't just throw away call variables anymore in joyent
|
2013-12-13 20:37:17 -07:00 |
|
Joseph Hall
|
d4142f213a
|
Don't just throw away call variables anymore in digital_ocean
|
2013-12-13 20:37:05 -07:00 |
|