-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0daa652
commit 6f0a85b
Showing
31 changed files
with
1,603 additions
and
1,228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
**/__pycache__ | ||
nsdf/exxon/test-time.ipynb | ||
~* | ||
.* | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,18 +53,32 @@ ansible_python_interpreter=python3 | |
|
||
# /////////////////////////////////////////////////////////////////////////////// | ||
# https://jetstream2.exosphere.app/exosphere/projects/820e61cd227e41dea6d0d39c8115b72c/regions/IU/servers | ||
# https://jetstream2.exosphere.app/exosphere/projects/820e61cd227e41dea6d0d39c8115b72c/regions/IU/servers | ||
# | ||
# 2x "m3.xl" | ||
# 32 vcpu | ||
# 122GB ram | ||
# 2.4TB + 492GB /media/volume/sdb | ||
# 32 SU/hour (768/day) | ||
# (NOTE: we have 100K overall so we should last for 65 days) | ||
# NOTE I created two CNAME inside GoDaddy | ||
# | ||
# ssh -i ~/.nsdf/vault/id_nsdf [email protected] | ||
# ping suitably-humble-monkey.cis210128.projects.jetstream-cloud.org | ||
# ping catalog1.nationalsciencedatafabric.org | ||
# r3.large - ubuntu22 - 64 vCPU - 500 GB - 60 + 4TiB (vol2) `ls /media/volume/sdb` | ||
# cost 128 SU/hour == 92K per month (we have 400K SU, it will be enough for 4 month | ||
# | ||
# ssh -i ~/.nsdf/vault/id_nsdf [email protected] | ||
# ping nsdf-1-of-3.cis210128.projects.jetstream-cloud.org | ||
# ping catalog2.nationalsciencedatafabric.org | ||
# m3.xl - ubuntu22 - 32 vCPU - 125 GB - 60 GB + 4TiB (vol1) | ||
# cost 32 SU per hour ==23K per month (we have 100K SU, it will be enought for 5 months) | ||
# | ||
# INSTALLED nginx | ||
# sudo apt-get update -y | ||
# sudo apt-get install -y nginx | ||
|
||
|
||
# /////////////////////////////////////////////////////////////////////////////// | ||
|
||
[jetstream2] | ||
149.165.152.135 # ok | ||
149.165.154.87 # ok | ||
149.165.155.171 | ||
149.165.155.188 | ||
|
||
[jetstream2:vars] | ||
ansible_connection=ssh | ||
|
@@ -74,15 +88,9 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no' | |
ansible_python_interpreter=python3 | ||
|
||
# /////////////////////////////////////////////////////////////////////////////// | ||
# | ||
# https://jetstream2.exosphere.app/exosphere/projects/820e61cd227e41dea6d0d39c8115b72c/regions/IU/servers | ||
# | ||
# 2x "r3.large" (LM==large memory) | ||
# 64 vcpu | ||
# 488GB RAM | ||
# 1.9T SSD + 492GB /media/volume/sdb | ||
# 128 SU/hour (==3072/day) | ||
# (NOTE: we have 600K overall, so we should last for 97 days) | ||
|
||
# /////////////////////////////////////////////////////////////////////////////// | ||
|
||
[jetstream2lm] | ||
|
Oops, something went wrong.