Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
scrgiorgio committed Nov 28, 2022
1 parent 0daa652 commit 6f0a85b
Show file tree
Hide file tree
Showing 31 changed files with 1,603 additions and 1,228 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
**/__pycache__
nsdf/exxon/test-time.ipynb
~*
.*
.DS_Store
38 changes: 23 additions & 15 deletions ansible/inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand Down
Loading

0 comments on commit 6f0a85b

Please sign in to comment.