Exemplo n.º 1
0
def sent_set_file_id(name):
    return name_to_id(os.path.join('/', SENT_SETS_DIR, name))
Exemplo n.º 2
0
def get_sent_set_dir_id():
    return name_to_id(SENT_SETS_DIR)
Exemplo n.º 3
0
def init_set_sent_dir():
    new_dir(name=SENT_SETS_DIR, parentid=name_to_id('/'), ownerid="ubuntu")
Exemplo n.º 4
0
def clstr_set_file_id(name):
    return name_to_id(os.path.join('/', CLUSTER_SETS_DIR, name))
Exemplo n.º 5
0
def get_clstr_set_dir_id():
    return name_to_id(CLUSTER_SETS_DIR)
Exemplo n.º 6
0
def init_clstr_set_dir():
    new_dir(name=CLUSTER_SETS_DIR, parentid=name_to_id('/'), ownerid="ubuntu")