def main():
    ec2report, args = script_helper.init_arguments(EC2Report)
    return ec2report.run(args)
Beispiel #2
0
def main():
    fai, args = script_helper.init_arguments(Fai)
    return(fai.run(args))
Beispiel #3
0
def main():
    initdb, args = script_helper.init_arguments(InitDB)
    return(initdb.run(args))
Beispiel #4
0
def main():
    pool, args = script_helper.init_arguments(Pool)
    return(pool.run(args))
Beispiel #5
0
def main():
    attr, args = script_helper.init_arguments(Attr)
    return(attr.run(args))
Beispiel #6
0
def main():
    lp, args = script_helper.init_arguments(ListPool)
    return(lp.run(args))
Beispiel #7
0
def main():
    """Execute script with clusto script_helper."""
    attr, args = script_helper.init_arguments(Tree)
    return attr.run(args)
Beispiel #8
0
def main():
    lp, args = script_helper.init_arguments(ListPool)
    return (lp.run(args))
Beispiel #9
0
def main():
    cmd, args = script_helper.init_arguments(Chefd)
    return cmd.run(args)
Beispiel #10
0
def main():
    elb_control, args = script_helper.init_arguments(ELB)
    return elb_control.run(args)
Beispiel #11
0
def main():
    info, args = script_helper.init_arguments(Info)
    return(info.run(args))
Beispiel #12
0
def main():
    pn, args = script_helper.init_arguments(PuppetNode)
    return(pn.run(args))
def main():
    puppet_node2, args = script_helper.init_arguments(PuppetNode2)
    return puppet_node2.run(args)
Beispiel #14
0
def main():
    shell, args = script_helper.init_arguments(Shell)
    return(shell.run(args))
Beispiel #15
0
def main():
    info, args = script_helper.init_arguments(Info)
    return (info.run(args))
def main():
    cmd, args = script_helper.init_arguments(AWSCleanup)
    return cmd.run(args)
Beispiel #17
0
def main():
    console, args = script_helper.init_arguments(Console)
    return(console.run(args))
Beispiel #18
0
def main():
    ec2, args = script_helper.init_arguments(Ec2)
    return(ec2.run(args))
Beispiel #19
0
def main():
    shell, args = script_helper.init_arguments(Shell)
    return(shell.run(args))
Beispiel #20
0
def main():
    bootstrap, args = script_helper.init_arguments(BootstrapEc2)
    return(bootstrap.run(args))
def main():
    barker_consumer, args = script_helper.init_arguments(BarkerConsumer)
    return barker_consumer.run(args)
Beispiel #22
0
def main():
    list_pool, args = script_helper.init_arguments(ListPool)
    return list_pool.run(args)
Beispiel #23
0
def main():
    console, args = script_helper.init_arguments(Console)
    return(console.run(args))
Beispiel #24
0
def main():
    allocate, args = script_helper.init_arguments(Allocate)
    return (allocate.run(args))
Beispiel #25
0
def main():
    initdb, args = script_helper.init_arguments(InitDB)
    return (initdb.run(args))
Beispiel #26
0
def main():
    attr, args = script_helper.init_arguments(Attr)
    return(attr.run(args))
Beispiel #27
0
def main():
    pool, args = script_helper.init_arguments(Pool)
    return (pool.run(args))
Beispiel #28
0
def main():
    deallocate, args = script_helper.init_arguments(Deallocate)
    return(deallocate.run(args))
Beispiel #29
0
def main():
    http, args = script_helper.init_arguments(ClustoHTTP)
    return http.run(args)