Thomas S Hatch
b402230165
Add get_minions and get_jids to mongo returner
2012-11-20 16:42:22 -07:00
Thomas S Hatch
4c99db2cc1
Add get jids and get minions to redis returner
2012-11-20 16:12:46 -07:00
Thomas S Hatch
3d55771591
Merge pull request #2647 from UtahDave/split_master_minion
...
Split master minion config files - Fixes #1488
2012-11-20 12:14:15 -08:00
Thomas S Hatch
64443f4401
Add search function loading to the loader
2012-11-20 13:04:51 -07:00
Thomas S Hatch
06308f7843
Allow the master minion to be more granular
2012-11-20 12:50:19 -07:00
David Boucha
2b63a75c10
Get migration to work.
2012-11-20 12:48:49 -07:00
David Boucha
a4bd404d4c
Add mission parens
2012-11-20 12:35:18 -07:00
David Boucha
131f77cc8e
Remove extra colons
2012-11-20 12:35:18 -07:00
David Boucha
758b3a8030
Add file migration logic
2012-11-20 12:35:18 -07:00
David Boucha
a371891218
remove old migrate.py
2012-11-20 12:35:18 -07:00
David Boucha
727729d81b
Start moving items if they exist on old path.
2012-11-20 12:35:18 -07:00
David Boucha
5cdacccec6
some test changes
2012-11-20 12:35:18 -07:00
David Boucha
f56d9ebfcb
move migrate_paths before parse_args
2012-11-20 12:35:18 -07:00
David Boucha
76be51326f
add master option to path migration
2012-11-20 12:35:18 -07:00
David Boucha
14f41b8634
delete migrate.py
2012-11-20 12:35:18 -07:00
David Boucha
94cd1bfb62
Import migration util. Test it now
2012-11-20 12:35:17 -07:00
David Boucha
c51987260b
rename file
2012-11-20 12:35:17 -07:00
David Boucha
062e9c8c2e
Add migrate.py
2012-11-20 12:35:17 -07:00
David Boucha
fe0ac78c5c
Update default master and minion configs
2012-11-20 12:35:17 -07:00
David Boucha
a4aa4d8b3e
Update minion conf template with new paths
2012-11-20 12:35:17 -07:00
David Boucha
e9d48e8398
Update master template with new paths
2012-11-20 12:35:17 -07:00
Thomas S Hatch
4886e6411a
Single quotes and .format
2012-11-20 12:29:17 -07:00
Thomas S Hatch
09f2239167
Change the systemd scripts to use simple instead of forking
2012-11-20 12:14:21 -07:00
Thomas S Hatch
1e4103a8fd
Merge pull request #2646 from dcolish/develop
...
Add test to reproduce #2631
2012-11-20 08:19:23 -08:00
Pedro Algarvio
eda67f0110
Show salt comment on assertTrue(ret['result'])
failed calls.
...
* Created a mix which tests for the required assertion(True/False) and in case of a failure, shows salt comment kwarg in the raised assertion error so we know what was the original(salt's) failure.
2012-11-20 16:09:57 +00:00
Dan Colish
88ab2a6e74
Better to have a passing test even when there's an exception
2012-11-20 08:05:50 -08:00
Pedro Algarvio
f6abd10ed9
Support logging.StreamHandler
under python 2.6 which does not have a stream
kwarg.
2012-11-20 15:52:20 +00:00
Dan Colish
1110f2a1ac
Add test to reproduce #2631
2012-11-20 07:41:38 -08:00
Pedro Algarvio
4fdd8f4b8b
Make destructiveTest
decorated tests work when passed with -n
to runtests.
2012-11-20 12:22:23 +00:00
Thomas S Hatch
f9f0200eca
Add docs on executing the overstate
2012-11-19 23:28:57 -07:00
Thomas S Hatch
12fce1d79c
Add overstate docs
2012-11-19 22:51:19 -07:00
Thomas S Hatch
8c0f29c4a2
Change show_over to use the overstate outputter
2012-11-19 21:01:25 -07:00
Thomas S Hatch
dfc90286a9
Merge pull request #2635 from s0undt3ch/features/use-py27-subprocess
...
Features/use py27 subprocess
2012-11-19 19:13:46 -08:00
Thomas S Hatch
b5ae60c29a
Fix #2644
2012-11-19 20:03:43 -07:00
Thomas S Hatch
1e8a47afe3
Make requisites fail correctly
2012-11-19 16:46:29 -07:00
Thomas S Hatch
5f67934da0
Make stage outputter a little cleaner
2012-11-19 16:45:53 -07:00
Thomas S Hatch
16c68df922
update state runner to use overstate outputter
2012-11-19 16:13:31 -07:00
Thomas S Hatch
36af8c9800
Add outputter to display overstate stages
2012-11-19 16:12:54 -07:00
Thomas S Hatch
c3360bbc43
Merge pull request #2641 from jhutchins/develop
...
Develop
2012-11-19 14:59:15 -08:00
Jeff Hutchins
f779fc268c
Speed up version list.
...
We should not have to list and parse ALL the packages on a system
to get the version for a single package.
2012-11-19 15:53:43 -07:00
Jeff Hutchins
a8775aef2a
Fix typo that breaks pkg.available_version
2012-11-19 15:52:27 -07:00
Thomas S Hatch
93ff73ab62
clean up overstate output data
2012-11-19 15:41:18 -07:00
Thomas S Hatch
6308be7857
Clean up highstate output in state.over runner
2012-11-19 15:40:37 -07:00
Thomas S Hatch
669b6ebda0
use iter method in the state runner
2012-11-19 14:34:37 -07:00
Thomas S Hatch
989acbed86
Add stages_iter to overstate object
2012-11-19 14:32:39 -07:00
Thomas S Hatch
2c1dd66aec
minor comment clean up
2012-11-19 14:22:17 -07:00
Pedro Algarvio
bd632945d6
Get a log instance setup before using it. PEP-8.
2012-11-19 16:21:49 +00:00
Pedro Algarvio
3121666c0e
Merge pull request #2634 from axiom/develop-fix-documentation
...
Fix documentation of network runner
2012-11-19 05:05:56 -08:00
Johannes Martinsson
549184dcec
Fix documentation of network runner
...
The documentation of the 'wollist' command in the network runner were
missing the command name in the example invocations.
2012-11-19 13:16:37 +01:00
Thomas S Hatch
fcfa0b9622
Print and return the correct data
2012-11-19 00:11:19 -07:00