big change n parsing logic passing
This commit is contained in:
parent
5a04595843
commit
127dacd778
17 changed files with 570 additions and 127 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import json
|
||||
from tasks import parseTaskList
|
||||
from members import parseMemberList
|
||||
from periods import parsePeriodList
|
||||
|
||||
#from hostgroups import parseHostGroupList
|
||||
#from layouts import parseLayoutList
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ class Config:
|
|||
|
||||
self.tasks = parseTaskList(self.dict['tasks'])
|
||||
self.members = parseMemberList(self.dict['members'], self.tasks, log)
|
||||
self.periods = parsePeriodList(self.dict['periods'], log)
|
||||
#self.periods = parsePeriodList(self.dict['periods'], log)
|
||||
#self.hostgroups = parseHostGroupList(self.dict['hostgroups'],
|
||||
# self.members,
|
||||
# self.periods,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue