From 25fd9ab3c4e9e084435498adc1718027e02ae6de Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Mon, 2 Sep 2024 16:34:28 -0400 Subject: [PATCH] homestore /works/cvtt ownership moved to cvtt --- release_version.txt | 2 +- scripts/mkt_data/checklists/crypto_md_chcklst.sh | 4 ++-- scripts/mkt_data/checklists/eqty_md_chcklst.sh | 8 ++++---- scripts/mkt_data/sync_market_data.sh | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/release_version.txt b/release_version.txt index 0395134..51e088e 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -1.6.3,homestore /works/cvtt ownership moved to cvtt +1.6.3F1,homestore /works/cvtt ownership moved to cvtt diff --git a/scripts/mkt_data/checklists/crypto_md_chcklst.sh b/scripts/mkt_data/checklists/crypto_md_chcklst.sh index 3a25ef9..bbb597f 100755 --- a/scripts/mkt_data/checklists/crypto_md_chcklst.sh +++ b/scripts/mkt_data/checklists/crypto_md_chcklst.sh @@ -25,8 +25,8 @@ run_checklist() { declare -A Commands Commands=( - ["homestore:cloud21"]="ssh oleg@homestore.cvtt.vpn ls -l /works/cvtt/md_archive/crypto/cloud21/${yr}/${mn} | tail -5" - ["homestore:cvttdata"]="ssh oleg@homestore.cvtt.vpn ls -l /works/cvtt/md_archive/crypto/cvttdata/${yr}/${mn} | tail -5" + ["homestore:cloud21"]="ssh cvtt@homestore.cvtt.vpn ls -l /works/cvtt/md_archive/crypto/cloud21/${yr}/${mn} | tail -5" + ["homestore:cvttdata"]="ssh cvtt@homestore.cvtt.vpn ls -l /works/cvtt/md_archive/crypto/cvttdata/${yr}/${mn} | tail -5" ["cloud21:cloud21"]="ssh cvtt@cloud21.cvtt.vpn ls -l /opt/store/cvtt/md_archive/crypto/cloud21/${yr}/${mn} | tail -5" ["cloud21:cvttdata"]="ssh cvtt@cloud21.cvtt.vpn ls -l /opt/store/cvtt/md_archive/crypto/cvttdata/${yr}/${mn} | tail -5" ["gpushnik"]="ssh oleg@gpushnik.cvtt.vpn 'ls -l /opt/jupyter_gpu/data/crypto_md | tail -10'" diff --git a/scripts/mkt_data/checklists/eqty_md_chcklst.sh b/scripts/mkt_data/checklists/eqty_md_chcklst.sh index b240309..6adac37 100755 --- a/scripts/mkt_data/checklists/eqty_md_chcklst.sh +++ b/scripts/mkt_data/checklists/eqty_md_chcklst.sh @@ -24,9 +24,9 @@ run_checklist() { yr=$(date -d 'yesterday' '+%Y') declare -A Commands - Commands["homestore"]="ssh oleg@homestore.cvtt.vpn ls -l /works/cvtt/md_archive/equity/alpaca_md/A/AAPL/${yr} | tail -3" + Commands["homestore"]="ssh cvtt@homestore.cvtt.vpn ls -l /works/cvtt/md_archive/equity/alpaca_md/A/AAPL/${yr} | tail -3" Commands["homestore"]+="; echo" - Commands["homestore"]+="; ssh oleg@homestore.cvtt.vpn ls -l /works/cvtt/md_archive/equity/alpaca_md/N/NVDA/${yr} | tail -3" + Commands["homestore"]+="; ssh cvtt@homestore.cvtt.vpn ls -l /works/cvtt/md_archive/equity/alpaca_md/N/NVDA/${yr} | tail -3" Commands["cloud21"]="ssh cvtt@cloud21.cvtt.vpn ls -l /opt/store/cvtt/md_archive/equity/alpaca_md/A/AAPL/${yr} | tail -3" Commands["cloud21"]+="; echo" @@ -63,9 +63,9 @@ cat ${tmpfile} | ${Sender} ${StatusChannel} exit # homestore echo homestore -ssh oleg@homestore.cvtt.vpn ls -l /works/cvtt/md_archive/equity/alpaca_md/A/AAPL/${yr} | tail -3 +ssh cvtt@homestore.cvtt.vpn ls -l /works/cvtt/md_archive/equity/alpaca_md/A/AAPL/${yr} | tail -3 echo -ssh oleg@homestore.cvtt.vpn ls -l /works/cvtt/md_archive/equity/alpaca_md/N/NVDA/${yr} | tail -3 +ssh cvtt@homestore.cvtt.vpn ls -l /works/cvtt/md_archive/equity/alpaca_md/N/NVDA/${yr} | tail -3 echo cloud21 ssh cvtt@cloud21.cvtt.vpn ls -l /opt/store/cvtt/md_archive/equity/alpaca_md/A/AAPL/${yr} | tail -3 diff --git a/scripts/mkt_data/sync_market_data.sh b/scripts/mkt_data/sync_market_data.sh index b3d0e74..17aea10 100755 --- a/scripts/mkt_data/sync_market_data.sh +++ b/scripts/mkt_data/sync_market_data.sh @@ -2,7 +2,7 @@ Source=/home/cvtt/prod/archive/md_archive/ Targets= -Targets="${Targets} oleg@homestore.cvtt.vpn:/works/cvtt/md_archive/" +Targets="${Targets} cvtt@homestore.cvtt.vpn:/works/cvtt/md_archive/" Targets="${Targets} cvtt@cloud21.cvtt.vpn:/opt/store/cvtt/md_archive/"