More code reorganizations
This new big patch does a couple of more cleanups in the loading of data chapter: - introduce a Types module that holds most types (except the base Node/Instance/etc.) so that multiple other modules can use these (instead of only Cluster and its users) - bring IAlloc.hs in line with the recent changes of providing data types and not strings - removal of obsolete Utils.hs json-related functions
Showing
- Ganeti/HTools/Cluster.hs 1 addition, 71 deletionsGaneti/HTools/Cluster.hs
- Ganeti/HTools/IAlloc.hs 76 additions, 79 deletionsGaneti/HTools/IAlloc.hs
- Ganeti/HTools/Loader.hs 78 additions, 1 deletionGaneti/HTools/Loader.hs
- Ganeti/HTools/Node.hs 0 additions, 2 deletionsGaneti/HTools/Node.hs
- Ganeti/HTools/Rapi.hs 2 additions, 1 deletionGaneti/HTools/Rapi.hs
- Ganeti/HTools/Text.hs 1 addition, 0 deletionsGaneti/HTools/Text.hs
- Ganeti/HTools/Types.hs 41 additions, 0 deletionsGaneti/HTools/Types.hs
- Ganeti/HTools/Utils.hs 2 additions, 52 deletionsGaneti/HTools/Utils.hs
- hail.hs 1 addition, 0 deletionshail.hs
- hbal.hs 3 additions, 1 deletionhbal.hs
- hn1.hs 4 additions, 3 deletionshn1.hs
- hscan.hs 3 additions, 2 deletionshscan.hs
Loading
Please register or sign in to comment