示例#1
0
def register_workers(cc):
    cli_worker.start(cc)
    netconf_worker.start(cc)
    platform_worker.start(cc)
    lldp_worker.start(cc)
    inventory_worker.start(cc)
    unified_worker.start(cc)
    uniconfig_worker.start(cc)
    vll_worker.start(cc)
    vll_service_worker.start(cc)
    vpls_worker.start(cc)
    vpls_service_worker.start(cc)
    bi_service_worker.start(cc)
    common_worker.start(cc)
示例#2
0
def register_workers(cc):
    cli_worker.start(cc)
    netconf_worker.start(cc)
    uniconfig_worker.start(cc)
    common_worker.start(cc)
    http_worker.start(cc)