Commit Graph

8077 Commits

Author SHA1 Message Date
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
Dan Colish
88ab2a6e74 Better to have a passing test even when there's an exception 2012-11-20 08:05:50 -08: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
Thomas S Hatch
025c7abd11 Add _check_result method to overstate 2012-11-19 00:08:30 -07:00
Thomas S Hatch
93d76ed682 Fix oversight in cmd_iter seq 2012-11-18 23:44:44 -07:00
Thomas S Hatch
6b55e5bdf3 minor fixes to overstate module 2012-11-18 23:39:10 -07:00
Thomas S Hatch
24b802d11d Add overstate runner, ready for initial testing 2012-11-18 22:39:40 -07:00
Thomas S Hatch
1f4c168733 Read in overstate from class argument 2012-11-18 22:26:37 -07:00
Thomas S Hatch
aab3ce9f92 Add highstate support tot he over state 2012-11-18 22:19:04 -07:00
Thomas S Hatch
f8e951309c Merge pull request #2630 from kjkuan/develop
Update docs about YAML
2012-11-18 20:04:54 -08:00
Thomas S Hatch
4cfe63afd4 Merge pull request #2628 from mrud/mru/spelling
Fix spelling mistakes reported by lintian
2012-11-18 20:02:09 -08:00
Thomas S Hatch
c2c5e53de7 Merge pull request #2627 from FireHost/add_grains_sanitize
Add grains sanitize
2012-11-18 20:00:44 -08:00