summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-13 15:59:47 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-13 15:59:47 -0400
commit32908858c032f91726b02520d11a16d6cff2e93a (patch)
treed914d43b6231db3dc3755690fe1fca08223caee7 /TODO
parent72e9e1de6c3bc096180c62734476f775cdebfbee (diff)
downloadthird_party-cobbler-32908858c032f91726b02520d11a16d6cff2e93a.tar.gz
third_party-cobbler-32908858c032f91726b02520d11a16d6cff2e93a.tar.xz
third_party-cobbler-32908858c032f91726b02520d11a16d6cff2e93a.zip
Lots of work towards profile inheritance. This works in the UI now, with
some rough edges (like listing the tree). cobbler profile add --name=profile2 --inherit=profile1 --otherparameters=... cobbler profile edit --name=profile2 --stillmoreparamters=... Data is interleaved for hashes, combined for arrays, and overriden for scalar values. This was heavily inspired by Will-It-Blend, and in this implementation it all blends. Implementation notes -- Updating a parent profile doesn't apply changes to the child objects until a sync, so this seems like a good upgrade for a future commit. Also, the children mapping that makes this possible needs some tweaks because they may load out of order, in which case "cobbler list" can't render a full tree. There are various approaches to deal with this and it should be a (relatively) easy change.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 751b7dd..20a4a1e 100644
--- a/TODO
+++ b/TODO
@@ -14,4 +14,4 @@ cobbler TODO list.
- build net-install CD images
- build non-net-install CD from cobbler profile
- have pre and post triggers, check return codes and validate
-
+- make is_valid throw exceptions that explains exactly what is wrong.