From 8f77238d8205a754800be0ca8132cf3c57ca5bb6 Mon Sep 17 00:00:00 2001 From: Cryptoval Trading Technologies Date: Fri, 1 Nov 2024 18:59:46 +0000 Subject: [PATCH] progress --- data/admin/cvtt_hosts.cfg | 2 + data/admin/cvtt_services.cfg | 80 ++++++++++++++++++++++++++++++++++++ data/admin/docker_images.cfg | 7 ++++ 3 files changed, 89 insertions(+) create mode 100644 data/admin/cvtt_services.cfg create mode 100644 data/admin/docker_images.cfg diff --git a/data/admin/cvtt_hosts.cfg b/data/admin/cvtt_hosts.cfg index 349555c..d4f1db3 100644 --- a/data/admin/cvtt_hosts.cfg +++ b/data/admin/cvtt_hosts.cfg @@ -76,6 +76,7 @@ "supervisor": false, }, "dtvmhost": { + "to_check": "yes", "type": "metal", "users": ["oleg"], "docker": false, @@ -176,6 +177,7 @@ "users": ["oleg"], "type": "cloud", "ssh_port": 7822, + # "to_check": "No" }, }, } diff --git a/data/admin/cvtt_services.cfg b/data/admin/cvtt_services.cfg new file mode 100644 index 0000000..02cdcec --- /dev/null +++ b/data/admin/cvtt_services.cfg @@ -0,0 +1,80 @@ +{ + "WIKI": { + "to_check": "Yes", + "protocol": "http", + "host": "cloud11.cvtt.vpn", + "port": 8080 + }, + "Mattermost": { + "to_check": "Yes", + "protocol": "https", + "host": "mattermost.cryptovaltrading.com", + "port": 443 + }, + "Gitea": { + "to_check": "Yes", + "protocol": "http", + "host": "homestore.cvtt.vpn", + "port": 3000 + }, + "Docker Registry": { + "to_check": "Yes", + "protocol": "http", + "host": "cloud21.cvtt.vpn", + "port": 5500 + }, + "CVTT Config Service": { + "to_check": "Yes", + "protocol": "http", + "host": "cloud23.cvtt.vpn", + "port": 6789 + }, + "Trading Calendar": { + "to_check": "Yes", + "protocol": "http", + "host": "cloud23.cvtt.vpn", + "port": 8000 + }, + "US EQTY Rel.Liquidity": { + "to_check": "Yes", + "protocol": "http", + "host": "cloud23.cvtt.vpn", + "port": 5678 + }, + "PyTorch (Jupyter)": { + "to_check": "Yes", + "protocol": "http", + "host": "gpushnik.cvtt.vpn", + "port": 8888 + }, + "TensorFlow (Jupyter)": { + "to_check": "Yes", + "protocol": "http", + "host": "gpushnik.cvtt.vpn", + "port": 9999 + }, + "FastAI (Jupyter)": { + "to_check": "Yes", + "protocol": "http", + "host": "gpushnik.cvtt.vpn", + "port": 7777 + }, + "Jenkins": { + "to_check": "Yes", + "protocol": "http", + "host": "cvtt-build.cvtt.vpn", + "port": 8080 + }, + "NetBird": { + "to_check": "Yes", + "protocol": "http", + "host": "cloud18.cryptovaltrading.com", + "port": 80 + }, + "Proxmox Testing": { + "to_check": "No", + "protocol": "http", + "host": "proxmox.sheynin.home", + "port": 80 + }, +} diff --git a/data/admin/docker_images.cfg b/data/admin/docker_images.cfg new file mode 100644 index 0000000..841e2a4 --- /dev/null +++ b/data/admin/docker_images.cfg @@ -0,0 +1,7 @@ +{ + "Alpaca HBAR Loader": { + "image_name": "alpaca_hbar", + "docker_dev": "market_data/alpaca_hbar", + "based_on_dist": "cvtt-rust" + } +} \ No newline at end of file