-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86_64 deployment and setup for us-east-2b (use2-az2) (#75)
* consistent defaults * us-east-2 backend * fix new VPC deployment * terraform fixes * spack ncurses issue fixed * Newer efa driver not supported on Stream 8 * spack-stack in-progress * deployable * x86_64 RHEL8 setup * turn off public IP association * cbofs builds and runs * making stacksize unlimited for running models * Updated outputs.tf for conditional display of aws_eip related info if present * retesting cbofs * Debugged x86_64 (#74) * debugging dependency issues * liveocean and cbofs run again * recommend at least a t3.xlarge for setup and building models, the image type can be changed non-destructively with terraform * fix misleading error message * using private ip for hosts * no public IP on nodes, fixed efa enable * fixed no ssh checks for private IP addresses * plotting debug * Add availability_zone variable to placement group name to avoid name conflicts * Quick fix for naming collisions for IAM stuff --------- Co-authored-by: Zachary Wills <[email protected]> Co-authored-by: Micah Wengren <[email protected]>
- Loading branch information
1 parent
62e81b2
commit 7ecc756
Showing
110 changed files
with
1,373 additions
and
749 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 |
---|---|---|
|
@@ -31,3 +31,5 @@ terraform/SAVE.mysettings.tfvars | |
dev.tfvars | ||
my.tfvars | ||
my.plan | ||
build/ | ||
cloudflow/build/ |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
add ulimit -s unlimited to every user profile | ||
|
||
commit changes | ||
test other builds | ||
clean up | ||
commit and tag as 1.5.0b | ||
commit and tag nosofs as ioos.1.5.0b | ||
|
||
Test liveocean build and run | ||
commit and tag liveocean as ioos.1.5.0b |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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,20 +1,20 @@ | ||
{ | ||
"platform" : "AWS", | ||
"region" : "us-east-2", | ||
"nodeType" : "c5n.18xlarge", | ||
"nodeCount" : 4, | ||
"nodeType" : "hpc6a.48xlarge", | ||
"nodeCount" : 2, | ||
"tags" : [ | ||
{ "Key": "Name", "Value": "IOOS-cloud-sandbox" }, | ||
{ "Key": "Project", "Value": "IOOS-cloud-sandbox" }, | ||
{ "Key": "NAME", "Value": "nosofs-fcst" } | ||
], | ||
"image_id" : "ami-052928467e84be78c", | ||
"image_id" : "ami-0a4b30237fee5d223", | ||
"key_name" : "ioos-sandbox", | ||
"sg_ids" : [ | ||
"sg-03e4479bc61057a30", | ||
"sg-07588b4230c8e29b0", | ||
"sg-03b2af1315a3fc526" | ||
"sg-0810cdb0357f0a92c", | ||
"sg-058243450eb3b4308", | ||
"sg-0b2a044dad6a21156" | ||
], | ||
"subnet_id" : "subnet-08689a3c6a43e807d", | ||
"placement_group" : "Patrick-ioos-cloud-sandbox_Terraform_Placement_Group" | ||
"subnet_id" : "subnet-0a83f73406e809b00", | ||
"placement_group" : "Patrick-x86_64-sandbox_Terraform_Placement_Group" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"JOBTYPE" : "romsforecast", | ||
"OFS" : "cbofs", | ||
"CDATE" : "20231207", | ||
"HH" : "06", | ||
"COMROT" : "/com/ec2-user/nosofs", | ||
"PTMP" : "/ptmp/ec2-user", | ||
"EXEC" : "", | ||
"TIME_REF" : "20160101.0d0", | ||
"BUCKET" : "ioos-cloud-sandbox", | ||
"BCKTFLDR" : "nosofs/patrick.tripp/cbofs/output", | ||
"NTIMES" : "34560", | ||
"ININAME" : "", | ||
"OUTDIR" : "auto", | ||
"OCEANIN" : "auto", | ||
"OCNINTMPL" : "auto" | ||
} |
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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"JOBTYPE" : "plotting_diff", | ||
"OFS" : "liveocean", | ||
"CDATE" : "20170601", | ||
"HH" : "00", | ||
"INDIR" : "/com/ec2-user/LO_roms/cas6_traps2_x2b/f2017.06.01", | ||
"OUTDIR" : "/save/ec2-user/LO_plots", | ||
"VERIFDIR" : "/com/ec2-user/apogee/f2017.06.01", | ||
"VARS" : ["temp", "zeta", "w", "salt"], | ||
"BUCKET" : "ioos-cloud-sandbox", | ||
"BCKTFLDR" : "LiveOcean/plots", | ||
"FSPEC" : "ocean_his_*.nc" | ||
} |
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
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
Oops, something went wrong.