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

Method do_deploydc

tools/marvin/marvin/deployAndRun.py:279–287  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

277 @VerifyAndExit(
278 "cmd failed, may be invalid input options, please check help")
279 def do_deploydc(self, args):
280 try:
281 self.__deployFlag = True
282 self.parse_input_deploy(inputs=args)
283 self.start_marvin()
284 return SUCCESS
285 except Exception as e:
286 print("==== deploy cmd failed :%s ==== " % str(e))
287 return FAILED
288
289 @VerifyAndExit(
290 "cmd failed, may be invalid input options, please check help")

Callers

nothing calls this directly

Calls 2

parse_input_deployMethod · 0.95
start_marvinMethod · 0.95

Tested by

no test coverage detected