Commit Graph

8194 Commits

Author SHA1 Message Date
Thomas S Hatch
360e137e89 update the master search settings 2012-11-20 23:51:46 -07:00
Thomas S Hatch
13a1c92c19 fix name of search loader function 2012-11-20 22:47:32 -07:00
Thomas S Hatch
4e50d859d7 Fix typo in mongo future returner 2012-11-20 22:45:30 -07:00
Thomas S Hatch
473a789e7d Add search to setup.py 2012-11-20 22:44:04 -07:00
Thomas S Hatch
d8ec4c24ba Add search indexing to the master's job cleanup process 2012-11-20 22:40:52 -07:00
Thomas S Hatch
27398ed151 Add search to master defualts 2012-11-20 21:50:53 -07:00
Thomas S Hatch
6571e182e8 Add query function 2012-11-20 21:44:27 -07:00
Thomas S Hatch
a52e129bf0 start setting up a search backend 2012-11-20 17:57:55 -07:00
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