Add back names to nodes/instances
In order to simplify the data structures, we add back the name on the node and instance objects. We still keep the index for, well, indexing, but we will use the name directly from the object, in order to get rid of the ktn/kti arguments which are passed around everywhere.
Showing
- Ganeti/HTools/IAlloc.hs 2 additions, 2 deletionsGaneti/HTools/IAlloc.hs
- Ganeti/HTools/Instance.hs 5 additions, 3 deletionsGaneti/HTools/Instance.hs
- Ganeti/HTools/Node.hs 7 additions, 5 deletionsGaneti/HTools/Node.hs
- Ganeti/HTools/Rapi.hs 3 additions, 3 deletionsGaneti/HTools/Rapi.hs
- Ganeti/HTools/Text.hs 3 additions, 3 deletionsGaneti/HTools/Text.hs
Loading
Please register or sign in to comment