Skip to content

Commit

Permalink
updating TF scripts for 3.0.0-rc.4.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjrd committed Apr 29, 2024
1 parent 36f9562 commit 9d3b61b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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 @@ -508,12 +508,12 @@ variable "earthdata_pass" {
variable "amis" {
type = map(string)
default = {
# HySDS v5.0.1 - Mar 15, 2024 - R3
mozart = "ami-0cabc8f89accda7a7" # mozart v4.25 - 240315
metrics = "ami-04e0bcdcffa9dc77b" # metrics v4.17 - 240315
grq = "ami-0723977747bd38c09" # grq v4.18 - 240315
# HySDS v5.0.1 - Apr 2, 2024 - R2
mozart = "ami-00ca1f8fd748cd756" # mozart v4.25 - 240402
metrics = "ami-00723bc8a818daeb5" # metrics v4.17 - 240402
grq = "ami-0c97afc4b32f3ade5" # grq v4.18 - 240402
factotum = "ami-0f9f976a1a1f7621d" # factotum v4.16 - 240308
autoscale = "ami-0b177aad5c14d992f" # verdi v4.16 patchdate - 240315
autoscale = "ami-00174d6a170f2122b" # verdi v4.16 patchdate - 240402
}
}

Expand All @@ -522,6 +522,6 @@ variable "es_user" {}
variable "es_pass" {}

variable "clear_s3_aws_es" {
type = bool
type = bool
default = true
}
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.0.0-rc.3.0"
default = "3.0.0-rc.4.0"
}

variable "pcm_commons_branch" {
default = "3.0.0-rc.3.0"
default = "3.0.0-rc.4.0"
}

variable "pcm_branch" {
default = "3.0.0-rc.3.0"
default = "3.0.0-rc.4.0"
}

variable "product_delivery_branch" {
default = "3.0.0-rc.3.0"
default = "3.0.0-rc.4.0"
}

variable "bach_api_branch" {
default = "3.0.0-rc.3.0"
default = "3.0.0-rc.4.0"
}

variable "bach_ui_branch" {
default = "3.0.0-rc.3.0"
default = "3.0.0-rc.4.0"
}

0 comments on commit 9d3b61b

Please sign in to comment.