Skip to content

Commit

Permalink
DSO: Add missing hmpps-domain-services accounts to launch configurati…
Browse files Browse the repository at this point in the history
…on (#677)

* Add missing hmpps-domain-services accounts to launch configuration

* remove broken windows 2012 SQL 2014

* disable SQL 2014 v2

* more fixes
  • Loading branch information
drobinson-moj authored Jan 23, 2024
1 parent 0ef83a6 commit b7b9b1b
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion commonimages/base/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ module "imagebuilder" {
systems_manager_agent = var.systems_manager_agent
branch = var.BRANCH_NAME
gh_actor = var.GH_ACTOR_NAME
}
}
3 changes: 3 additions & 0 deletions commonimages/base/ol_8_5/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Overview
This directory holds represents definition and configuration required to build an Oracle Linux 8.5 base AMI.

NOTE: Parent 8.5 AMI no longer exists so pipeline is broken
FIXME: https://dsdmoj.atlassian.net/browse/DSOS-2558
2 changes: 1 addition & 1 deletion commonimages/base/ol_8_5/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# following are passed in via pipeline
# BRANCH_NAME =
# GH_ACTOR_NAME =
configuration_version = "0.0.7"
configuration_version = "0.0.8"
description = "shared oracle linux 8.5 base image"

ami_base_name = "ol_8_5"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion commonimages/base/rhel_6_10/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# BRANCH_NAME =
# GH_ACTOR_NAME =

configuration_version = "0.2.6"
configuration_version = "0.2.7"
description = "shared rhel 6.10 base image"

ami_base_name = "rhel_6_10"
Expand Down
2 changes: 1 addition & 1 deletion commonimages/base/rhel_7_9/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# following are passed in via pipeline
# BRANCH_NAME =
# GH_ACTOR_NAME =
configuration_version = "0.1.1"
configuration_version = "0.1.2"
description = "shared rhel 7.9 base image"

ami_base_name = "rhel_7_9"
Expand Down
2 changes: 1 addition & 1 deletion commonimages/base/rhel_8_5/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# following are passed in via pipeline
# BRANCH_NAME =
# GH_ACTOR_NAME =
configuration_version = "0.0.9"
configuration_version = "0.1.0"
description = "shared rhel 8.5 base image"

ami_base_name = "rhel_8_5"
Expand Down
3 changes: 3 additions & 0 deletions commonimages/base/shared.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ launch_permission_account_names = [
"hmpps-oem-preproduction",
"hmpps-oem-production",
"hmpps-oem-test",
"hmpps-domain-services-development",
"hmpps-domain-services-test",
"hmpps-domain-services-preproduction",
"hmpps-domain-services-production",
"nomis-combined-reporting-development",
"nomis-combined-reporting-preproduction",
"nomis-combined-reporting-production",
Expand Down
2 changes: 1 addition & 1 deletion commonimages/base/windows_2012_r2/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

region = "eu-west-2"
ami_base_name = "windows_server_2012_r2"
configuration_version = "0.1.2"
configuration_version = "0.1.3"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "Windows Server 2012 R2"

Expand Down
4 changes: 4 additions & 0 deletions commonimages/base/windows_2012_r2_SQL_2014/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This AMI is currently broken due to parent_image configuration
The AMI was intended for PlanetFM but AWS Migration tool used instead

FIXME: https://dsdmoj.atlassian.net/browse/DSOS-2557
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

region = "eu-west-2"
ami_base_name = "windows_server_2012_r2_SQL_2014_enterprise"
configuration_version = "0.0.6"
configuration_version = "0.0.7"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "Windows Server 2012 R2 with SQL 2014 Enterprise"

Expand Down

0 comments on commit b7b9b1b

Please sign in to comment.