Skip to content

Commit

Permalink
Update release version to 3.1.0 and AMIs with 111124 version
Browse files Browse the repository at this point in the history
  • Loading branch information
hhlee445 committed Nov 13, 2024
1 parent dbfd7ac commit d25026a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
12 changes: 6 additions & 6 deletions cluster_provisioning/dev-e2e/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -509,12 +509,12 @@ variable "earthdata_pass" {
variable "amis" {
type = map(string)
default = {
# HySDS v5.0.1 - October 15, 2024 - R3.1
mozart = "ami-056fd00b4ff240ccd" # mozart v4.26 - 241015
metrics = "ami-003eba97ad98a4ce2" # metrics v4.18 - 241015
grq = "ami-09de0d30ecebcb202" # grq v4.19 - 241015
factotum = "ami-019ba050c9196bc95" # factotum v4.17 - 241015
autoscale = "ami-0bb7ad9edded1a1b7" # verdi v4.17 patchdate - 241015
# HySDS v5.0.1 - November 11, 2024 - R3.1
mozart = "ami-00256bf4b8203308f" # mozart v4.26 - 241111
metrics = "ami-014c93ef86800a2ea" # metrics v4.18 - 241111
grq = "ami-024e7fdfacf9502ef" # grq v4.19 - 241111
factotum = "ami-06a9085a0dc301a9c" # factotum v4.17 - 241111
autoscale = "ami-07afabed58d16a0e1" # verdi v4.17 patchdate - 241111
}
}

Expand Down
12 changes: 6 additions & 6 deletions cluster_provisioning/int_pst_ops_devcommon_override.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ variable "hysds_release" {
}

variable "lambda_package_release" {
default = "3.1.0-rc.7.0"
default = "3.1.0"
}

variable "pcm_commons_branch" {
default = "3.1.0-rc.7.0"
default = "3.1.0"
}

variable "pcm_branch" {
default = "3.1.0-rc.7.0"
default = "3.1.0"
}

variable "product_delivery_branch" {
default = "3.1.0-rc.7.0"
default = "3.1.0"
}

variable "bach_api_branch" {
default = "3.1.0-rc.7.0"
default = "3.1.0"
}

variable "bach_ui_branch" {
default = "3.1.0-rc.7.0"
default = "3.1.0"
}
13 changes: 7 additions & 6 deletions cluster_provisioning/modules/common/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,13 @@ variable "purge_es_snapshot" {
variable "amis" {
type = map(string)
default = {
# HySDS v5.0.1 - October 15, 2024 - R3.1
mozart = "ami-056fd00b4ff240ccd" # mozart v4.26 - 241015
metrics = "ami-003eba97ad98a4ce2" # metrics v4.18 - 241015
grq = "ami-09de0d30ecebcb202" # grq v4.19 - 241015
factotum = "ami-019ba050c9196bc95" # factotum v4.17 - 241015
autoscale = "ami-0bb7ad9edded1a1b7" # verdi v4.17 patchdate - 241015
# HySDS v5.0.1 - November 11, 2024 - R3.1
mozart = "ami-00256bf4b8203308f" # mozart v4.26 - 241111
metrics = "ami-014c93ef86800a2ea" # metrics v4.18 - 241111
grq = "ami-024e7fdfacf9502ef" # grq v4.19 - 241111
factotum = "ami-06a9085a0dc301a9c" # factotum v4.17 - 241111
autoscale = "ami-07afabed58d16a0e1" # verdi v4.17 patchdate - 241111
# autoscale = "resolve:ssm:arn:aws:ssm:us-west-2:512942196302:parameter/iems/pcm/verdi/v4.17"
}
}

Expand Down

0 comments on commit d25026a

Please sign in to comment.