progress
This commit is contained in:
parent
7cb2e5ed6b
commit
50dee15642
@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"cloud21": {
|
"cloud21": {
|
||||||
"type": "cloud",
|
"type": "cloud",
|
||||||
"users": ["oleg", "cvtt"],
|
"users": ["oleg", "cvtt", "cvttdist", "git"],
|
||||||
"docker": "true",
|
"docker": "true",
|
||||||
},
|
},
|
||||||
"cloud22": {
|
"cloud22": {
|
||||||
@ -49,12 +49,22 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
// ----------- B a r e M e t a l
|
// ----------- B a r e M e t a l
|
||||||
"homestore": {
|
# "homestore": {
|
||||||
|
# "type": "metal",
|
||||||
|
# "users": ["oleg"],
|
||||||
|
# "docker": "true",
|
||||||
|
# },
|
||||||
|
# "nsbackup": {
|
||||||
|
# "type": "metal",
|
||||||
|
# "users": ["oleg"],
|
||||||
|
# "docker": "false",
|
||||||
|
# },
|
||||||
|
"hs01": {
|
||||||
"type": "metal",
|
"type": "metal",
|
||||||
"users": ["oleg"],
|
"users": ["oleg", "cvtt", "cvttdist", "git"],
|
||||||
"docker": "true",
|
"docker": "true",
|
||||||
},
|
},
|
||||||
"nsbackup": {
|
"hbkp01": {
|
||||||
"type": "metal",
|
"type": "metal",
|
||||||
"users": ["oleg"],
|
"users": ["oleg"],
|
||||||
"docker": "false",
|
"docker": "false",
|
||||||
@ -149,6 +159,7 @@
|
|||||||
"type": "vm",
|
"type": "vm",
|
||||||
"users": ["oleg", "cvtt"],
|
"users": ["oleg", "cvtt"],
|
||||||
"docker": "true",
|
"docker": "true",
|
||||||
|
"to_check": "No",
|
||||||
},
|
},
|
||||||
"cvttdata": {
|
"cvttdata": {
|
||||||
"type": "vm",
|
"type": "vm",
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
"Gitea": {
|
"Gitea": {
|
||||||
"to_check": "Yes",
|
"to_check": "Yes",
|
||||||
"protocol": "http",
|
"protocol": "http",
|
||||||
"host": "homestore.cvtt.vpn",
|
"host": "hs01.cvtt.vpn",
|
||||||
"port": 3000
|
"port": 3000
|
||||||
},
|
},
|
||||||
"Docker Registry": {
|
"Docker Registry": {
|
||||||
@ -71,10 +71,4 @@
|
|||||||
"host": "cloud18.cryptovaltrading.com",
|
"host": "cloud18.cryptovaltrading.com",
|
||||||
"port": 80
|
"port": 80
|
||||||
},
|
},
|
||||||
"Proxmox Testing": {
|
|
||||||
"to_check": "No",
|
|
||||||
"protocol": "http",
|
|
||||||
"host": "proxmox.sheynin.home",
|
|
||||||
"port": 80
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,75 +2,75 @@
|
|||||||
"cvtt": {
|
"cvtt": {
|
||||||
"cvtt2:": {
|
"cvtt2:": {
|
||||||
"cvttpy": [
|
"cvttpy": [
|
||||||
{"origin": "git@cloud21.cvtt.vpn:/opt/store/git/cvttpy.git" },
|
|
||||||
{"homestore": "git@homestore.cvtt.vpn:/opt/git/cvtt2/cvttpy.git" },
|
|
||||||
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/cvttpy.git" },
|
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/cvttpy.git" },
|
||||||
{"gitea": "ssh://git@homestore.cvtt.vpn:20022/oleg/cvttpy.git" },
|
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/oleg/cvttpy.git" },
|
||||||
|
{"hs01": "git@hs01.cvtt.vpn:/works/git/cvtt2/cvttpy.git" },
|
||||||
|
{"origin": "git@cloud21.cvtt.vpn:/opt/store/git/cvttpy.git" },
|
||||||
],
|
],
|
||||||
"ops": [
|
"ops": [
|
||||||
{"origin": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/ops.git" },
|
|
||||||
{"homestore": "git@homestore.cvtt.vpn:/opt/git/cvtt2/ops.git" },
|
|
||||||
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/ops.git" },
|
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/ops.git" },
|
||||||
{"gitea": "ssh://git@homestore.cvtt.vpn:20022/oleg/ops.git" },
|
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/oleg/ops.git" },
|
||||||
|
{"hs01": "git@hs01.cvtt.vpn:/works/git/cvtt2/ops.git" },
|
||||||
|
{"origin": "git@cloud21.cvtt.vpn:/opt/store/git/cvtt2/ops.git" },
|
||||||
],
|
],
|
||||||
"docker_dev": [
|
"docker_dev": [
|
||||||
{"origin": "git@cloud21.cvtt.vpn:/opt/store/git/docker_dev.git" },
|
|
||||||
{"homestore": "git@homestore.cvtt.vpn:/opt/git/cvtt2/docker_dev.git" },
|
|
||||||
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/docker_dev.git" },
|
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/docker_dev.git" },
|
||||||
{"gitea": "ssh://git@homestore.cvtt.vpn:20022/development/docker_dev.git" },
|
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/development/docker_dev.git" },
|
||||||
|
{"hs01": "git@hs01.cvtt.vpn:/works/git/cvtt2/docker_dev.git" },
|
||||||
|
{"origin": "git@cloud21.cvtt.vpn:/opt/store/git/docker_dev.git" },
|
||||||
],
|
],
|
||||||
"config_service": [
|
"config_service": [
|
||||||
{"origin": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/config_service.git" },
|
|
||||||
{"homestore": "git@homestore.cvtt.vpn:/opt/git/cvtt2/config_service.git" },
|
|
||||||
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/config_service.git" },
|
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/config_service.git" },
|
||||||
{"gitea": "ssh://git@homestore.cvtt.vpn:20022/oleg/config_service.git" },
|
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/oleg/config_service.git" },
|
||||||
|
{"hs01": "git@hs01.cvtt.vpn:/works/git/cvtt2/config_service.git" },
|
||||||
|
{"origin": "git@cloud21.cvtt.vpn:/opt/store/git/cvtt2/config_service.git" },
|
||||||
],
|
],
|
||||||
"cronjobs": [
|
"cronjobs": [
|
||||||
{"origin": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/cronjobs.git" },
|
|
||||||
{"homestore": "git@homestore.cvtt.vpn:/opt/git/cvtt2/cronjobs.git" },
|
|
||||||
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/cronjobs.git" },
|
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/cronjobs.git" },
|
||||||
{"gitea": "ssh://git@homestore.cvtt.vpn:20022/oleg/cronjobs.git" },
|
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/oleg/cronjobs.git" },
|
||||||
|
{"hs01": "git@hs01.cvtt.vpn:/works/git/cvtt2/cronjobs.git" },
|
||||||
|
{"origin": "git@cloud21.cvtt.vpn:/opt/store/git/cvtt2/cronjobs.git" },
|
||||||
],
|
],
|
||||||
"research": [
|
"research": [
|
||||||
{"origin": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/research.git" },
|
{"origin": "git@cloud21.cvtt.vpn:/opt/store/git/cvtt2/research.git" },
|
||||||
{"homestore": "git@homestore.cvtt.vpn:/opt/git/cvtt2/research.git" },
|
{"hs01": "git@hs01.cvtt.vpn:/works/git/cvtt2/research.git" },
|
||||||
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/research.git" },
|
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/research.git" },
|
||||||
{"gitea": "ssh://git@homestore.cvtt.vpn:20022/oleg/research.git" },
|
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/oleg/research.git" },
|
||||||
],
|
],
|
||||||
"jupyter_gpu": [
|
"jupyter_gpu": [
|
||||||
{"origin": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/jupyter_gpu.git" },
|
{"origin": "git@cloud21.cvtt.vpn:/works/store/git/jupyter_gpu.git" },
|
||||||
{"homestore": "git@homestore.cvtt.vpn:/opt/git/cvtt2/jupyter_gpu.git" },
|
{"hs01": "git@hs01.cvtt.vpn:/works/git/cvtt2/jupyter_gpu.git" },
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
, "allbright": {
|
, "allbright": {
|
||||||
"allbright-ops": [
|
"allbright-ops": [
|
||||||
{"origin": "ssh://allbrigh@allbrightacademy.com:7822/home/allbrigh/git/allbright-ops.git"},
|
{"origin": "ssh://allbrigh@allbrightacademy.com:7822/home/allbrigh/git/allbright-ops.git"},
|
||||||
{"homestore": "ssh://oleg@homestore.sheynin.home:/opt/git/allbright/allbright-ops.git"},
|
{"hs01": "ssh://oleg@hs01.sheynin.home:/works/git/allbright/allbright-ops.git"},
|
||||||
],
|
],
|
||||||
"allbright-www": [
|
"allbright-www": [
|
||||||
{"origin": "ssh://allbrigh@allbrightacademy.com:7822/home/allbrigh/git/allbright.git"},
|
{"origin": "ssh://allbrigh@allbrightacademy.com:7822/home/allbrigh/git/allbright.git"},
|
||||||
{"homestore": "ssh://oleg@homestore.sheynin.home:/opt/git/allbright/allbright.git"},
|
{"hs01": "ssh://oleg@hs01.sheynin.home:/works/git/allbright/allbright.git"},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
, "devel-env": {
|
, "devel-env": {
|
||||||
"cvtt-dev": [
|
"cvtt-dev": [
|
||||||
{"gitea": "ssh://git@homestore.cvtt.vpn:20022/develop_env/.vscode.cvtt-dev.git"},
|
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/develop_env/.vscode.cvtt-dev.git"},
|
||||||
]
|
]
|
||||||
, "cvtt-research": [
|
, "cvtt-research": [
|
||||||
{"gitea": "ssh://git@homestore.cvtt.vpn:20022/develop_env/.vscode.cvtt-research.git"},
|
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/develop_env/.vscode.cvtt-research.git"},
|
||||||
]
|
]
|
||||||
, "oleg-macpro": [
|
, "oleg-macpro": [
|
||||||
{"gitea": "ssh://git@homestore.cvtt.vpn:20022/develop_env/.vscode.oleg-macpro.git"},
|
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/develop_env/.vscode.oleg-macpro.git"},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
, "education-materials": {
|
, "education-materials": {
|
||||||
"Algorithmic Trading Book": [
|
"Algorithmic Trading Book": [
|
||||||
{"origin": "ssh://git@homestore.cvtt.vpn:20022/edu/Algorithmic_Trading_Book.git"}
|
{"origin": "ssh://git@hs01.cvtt.vpn:20022/edu/Algorithmic_Trading_Book.git"}
|
||||||
]
|
]
|
||||||
|
|
||||||
, "Kubernetes Cookbook": [
|
, "Kubernetes Cookbook": [
|
||||||
{"origin": "ssh://git@homestore.cvtt.vpn:20022/edu/Kubernetes_Cookbook.git"}
|
{"origin": "ssh://git@hs01.cvtt.vpn:20022/edu/Kubernetes_Cookbook.git"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
"personal": {
|
"personal": {
|
||||||
@ -78,13 +78,24 @@
|
|||||||
{"origin": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/personal/obsidian_notes.git"}
|
{"origin": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/personal/obsidian_notes.git"}
|
||||||
],
|
],
|
||||||
"data-analysis": [
|
"data-analysis": [
|
||||||
{"origin": "git@homestore.cvtt.vpn:/opt/git/data_analysis.git"}
|
{"origin": "git@hs01.cvtt.vpn:/works/git/data_analysis.git"}
|
||||||
],
|
],
|
||||||
"leathercraft": [
|
"leathercraft": [
|
||||||
{"origin": "git@homestore.cvtt.vpn:/opt/git/leathercraft.git"}
|
{"origin": "git@hs01.cvtt.vpn:/works/git/leathercraft.git"}
|
||||||
],
|
],
|
||||||
"musicscore": [
|
"musicscore": [
|
||||||
{"origin": "git@homestore.cvtt.vpn:/opt/git/musicscore.git"}
|
{"origin": "git@hs01.cvtt.vpn:/works/git/musicscore.git"}
|
||||||
],
|
],
|
||||||
|
".vscode": {
|
||||||
|
"cvtt-dev": [
|
||||||
|
{"origin": "ssh://git@hs01.cvtt.vpn:20022/personal/.vscode.cvtt-dev.git"},
|
||||||
|
],
|
||||||
|
"cvtt-edu": [
|
||||||
|
{"origin": "ssh://git@hs01.cvtt.vpn:20022/personal/.vscode.cvtt-edu.git"},
|
||||||
|
],
|
||||||
|
"cvtt-research": [
|
||||||
|
{"origin": "ssh://git@hs01.cvtt.vpn:20022/personal/.vscode.cvtt-research.git"},
|
||||||
|
],
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user