lp://staging/~javier.collado/utah/no-rewrite
- Get this branch:
- bzr branch lp://staging/~javier.collado/utah/no-rewrite
Branch merges
- Max Brustkern (community): Approve
-
Diff: 524 lines (+231/-123)6 files modifiedexamples/run_install_test.py (+4/-1)
examples/run_test_cobbler.py (+4/-1)
examples/run_utah_tests.py (+3/-0)
utah/config.py (+1/-0)
utah/provisioning/provisioning.py (+168/-95)
utah/provisioning/vm/libvirtvm.py (+51/-26)
Branch information
Recent revisions
- 702. By Javier Collado
-
Fixed variable names
In the loops, variable names that were supposed to be xml elements had the same
name as the ones with the text to be assigned to those elements.This change, just makes sure that the `e` suffix is used for elements (to be
consistent with the rest of the code) and the `_txt` suffix is used for the
text to be assigned to the elements. - 696. By Javier Collado
-
Moved xml rewriting to a separate method
This should keep _installxml simple, despite the new _installxml_
rewrite_ all
method could need some more refactoring in the future. - 694. By Javier Collado
-
Moved preseed rewrites to small methods
The aim of this change is to keep CustomIntallati
onMixin. _setuppreseed short
and readable. - 693. By Javier Collado
-
Merged changes to customize how much configuratin rewriting is done
Source branch: lp:~nuclearbob/utah/no-rewrite
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/utah