MCPcopy Create free account
hub / github.com/apache/cloudstack / __addToCleanUp

Method __addToCleanUp

tools/marvin/marvin/deployDataCenter.py:109–116  ·  view source on GitHub ↗
(self, type, id)

Source from the content-addressed store, hash-verified

107 GetDetailExceptionInfo(e))
108
109 def __addToCleanUp(self, type, id):
110 if type not in list(self.__cleanUp.keys()):
111 self.__cleanUp[type] = []
112 self.__cleanUp[type].append(id)
113 if "order" not in list(self.__cleanUp.keys()):
114 self.__cleanUp["order"] = []
115 if type not in self.__cleanUp["order"]:
116 self.__cleanUp["order"].append(type)
117
118 def addHosts(self, hosts, zoneId, podId, clusterId, hypervisor):
119 if hosts is None:

Callers 15

addHostsMethod · 0.95
addVmWareDataCenterMethod · 0.95
addBaremetalRctMethod · 0.95
createClustersMethod · 0.95
createPrimaryStoragesMethod · 0.95
createPodsMethod · 0.95
createVlanIpRangesMethod · 0.95
createCacheStoragesMethod · 0.95
createNetworksMethod · 0.95
createPhysicalNetworkMethod · 0.95
configureProvidersMethod · 0.95

Calls 2

keysMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected