add online event

This commit is contained in:
Usman Nasir
2021-04-03 22:04:31 +05:00
parent c9da31253f
commit a75cef48da
4 changed files with 161 additions and 2 deletions

View File

@@ -56,6 +56,8 @@ def router(request):
return cm.CreatePendingVirtualHosts()
elif controller == 'BootMaster':
return cm.BootMaster()
elif controller == 'SwitchDNS':
return cm.SwitchDNS()
elif controller == 'BootChild':
return cm.BootChild()
elif controller == 'SetupCluster':