Pedro Algarvio
b9afd32994
If the parsed version info is higher, then we're most likely about to release a new salt version.
2013-01-15 19:42:24 +00:00
Pedro Algarvio
4adaab4dce
Update tests to the new deprecation message.
2013-01-15 19:42:01 +00:00
Pedro Algarvio
1339db4adf
Since the check is '>=(0, 12)' the other checks can be removed. Updated deprecation message.
2013-01-15 19:37:22 +00:00
Pedro Algarvio
b2e5cbb56c
Merge branch 'develop' of github.com:saltstack/salt into develop
2013-01-15 19:33:18 +00:00
Thomas S Hatch
6022c03d41
Merge pull request #3253 from s0undt3ch/features/minion-subclass
...
Simplify sub-classing `Master`, `Minion` and `Syndic` + PEP-8.
2013-01-15 11:05:42 -08:00
Thomas S Hatch
a1de80e5c6
Merge pull request #3257 from mjarco/fix-local-jinja-template-resolution
...
Fix jinja template includes lookup with salt-call --local mode
2013-01-15 11:03:54 -08:00
Pedro Algarvio
b0209a7940
The syndic also start()
's it does not run()
.
2013-01-15 17:50:58 +00:00
Pedro Algarvio
f68b80b24b
Comply with the convention and still provide the ability to subclass masters and minions.
2013-01-15 17:50:58 +00:00
Pedro Algarvio
24a1f21fd2
Simplify sub-classing Master
, Minion
and Syndic
+ PEP-8.
...
* Since we no longer suffer from too early logger initiation, replace any `logging.getLogger(__name__)` calls with an initial defined `logger`(not `log` so it does not clash with `salt.log`.
2013-01-15 17:50:57 +00:00
Pedro Algarvio
9e804add7a
Simplify logic of getting the temporary directory.
2013-01-15 17:50:09 +00:00
Pedro Algarvio
14f6eae5de
Add git://github.com/saltstack/salt.git
as a remote and fetch tags upstream for forks.
2013-01-15 17:45:36 +00:00
Thomas S Hatch
f54c7a13fb
Merge pull request #3276 from archtaku/issue3275
...
grain fix for SUSE Enterprise Server
2013-01-15 09:34:25 -08:00
Erik Johnson
6d37c196df
grain fix for SUSE Enterprise Server
2013-01-15 11:10:17 -06:00
Pedro Algarvio
dde4762804
Salt needs it's complete git history in the Travis-CI checkout.
2013-01-15 15:51:32 +00:00
Joseph Hall
2e4b4c267a
Merge pull request #3274 from UtahDave/develop
...
Fixes #3272 Ensure nodetool and cassandra
2013-01-15 07:37:15 -08:00
David Boucha
3c531bd775
Fixes #3272 Ensure nodetool and cassandra
...
Verify that nodetool and cassandra are actually installed in
addition to pycassa
2013-01-15 08:31:01 -07:00
Pedro Algarvio
d61ef51e7a
Show why git describe failed on the tests.
2013-01-15 14:16:39 +00:00
Pedro Algarvio
26e6fbc3a3
Redirected warnings to the logging system, **AFTER** logging has been configured.
2013-01-15 13:06:11 +00:00
Thomas S Hatch
89525ad6d0
remove pre 0.12.0 test handles
2013-01-15 00:10:19 -07:00
Thomas S Hatch
4617a931be
Remove debugging pprint
2013-01-14 23:53:18 -07:00
Thomas S Hatch
1ddcd715fb
Reached 0.12, fix outputter test
2013-01-14 23:40:20 -07:00
Thomas S Hatch
ad452f0b64
clean up stray prints
2013-01-14 23:08:36 -07:00
Thomas S Hatch
7c8ca7e1d6
remove recursive git test
...
The problem here is that we will need to create a small static
git repo somewhere first, relying on the mozilla one causes
other tests to fail due to timeouts and makes the test run VERY
long
2013-01-14 22:55:24 -07:00
Thomas S Hatch
2ca04f4671
Stop downloading giant git repos in the test suite
...
THIS WAS NOT OK!!!
2013-01-14 22:51:21 -07:00
Thomas S Hatch
6aff022b98
Merge pull request #3269 from kjkuan/pydsl
...
A Python DSL(module and renderer) for generating Salt's highstate data structure.
2013-01-14 21:01:46 -08:00
Thomas S Hatch
a24ff1852a
remove unused import
2013-01-14 21:50:56 -07:00
Thomas S Hatch
37a97b9f87
import SaltSystemExit
2013-01-14 21:49:59 -07:00
Thomas S Hatch
134bf48496
clean up module returner attachement
2013-01-14 21:40:10 -07:00
Thomas S Hatch
5d717d57fd
remove unused import
2013-01-14 21:38:44 -07:00
Thomas S Hatch
5655765145
clean up imports on winrepo runner
2013-01-14 21:37:24 -07:00
Thomas S Hatch
7253cbb913
clean up somestring formatting in the carbon returner
...
Does carbon really use pickles to transmit data? This very insecure
I am not worried about it because it does not make Salt insecure
but it does make carbon insecure, it is easy to put command
execution inside pickles
2013-01-14 21:35:14 -07:00
Thomas S Hatch
c8be54ea0b
remove unused import
2013-01-14 21:32:49 -07:00
Thomas S Hatch
58f40f8edb
remove unused repofiles list
2013-01-14 21:32:10 -07:00
Thomas S Hatch
6bbd072ad6
remove unused callto libvirt
2013-01-14 21:31:18 -07:00
Jack Kuan
791ca1cb44
Add test cases and fixed some corner cases.
2013-01-14 23:29:35 -05:00
Jack Kuan
a8b8a6eb18
Add a test module for pydsl and some bug fixes.
2013-01-14 23:29:35 -05:00
Jack Kuan
d5c2826e8e
bug fixes and add a cmd.call to the cmd state.
...
The cmd.call state integrates with pydsl such that it's possible
to declare a state that would call a python function when the state
is applied.
2013-01-14 23:29:35 -05:00
Jack Kuan
3d436065b0
Add a python DSL renderer.
2013-01-14 23:29:34 -05:00
Thomas S Hatch
1c31ddae12
python 3 erize exception
2013-01-14 21:29:14 -07:00
Thomas S Hatch
19cc076bd3
remove unused import
2013-01-14 21:28:21 -07:00
Thomas S Hatch
b293907b9e
fix extra opening of file
2013-01-14 21:27:31 -07:00
Thomas S Hatch
b22ce61301
Removed unused import
2013-01-14 21:25:02 -07:00
Thomas S Hatch
4e353e728a
Fix bad ref to sources"
2013-01-14 21:24:23 -07:00
Thomas S Hatch
1790492ff4
Fix bad name in minion event firing
2013-01-14 21:22:33 -07:00
Thomas S Hatch
b738a2a7bd
fix bad ref to r when it should be regex
2013-01-14 21:21:24 -07:00
Thomas S Hatch
e2648cf030
fix bad ref to **kwargs
2013-01-14 21:20:02 -07:00
Thomas S Hatch
3de2690a0f
layman refs should be strings
2013-01-14 21:18:52 -07:00
Thomas S Hatch
d552f3b54e
fix ret undefined error
2013-01-14 21:17:26 -07:00
Thomas S Hatch
41992f2e9f
Remove unused refs in linux_lvm
2013-01-14 21:15:27 -07:00
Thomas S Hatch
f37ba61426
Fix undefined ref error
2013-01-14 21:08:46 -07:00