Skip to content

Commit

Permalink
Merge pull request #655 from ministryofjustice/update-amis-ansible-co…
Browse files Browse the repository at this point in the history
…mponent-versions

Update AMIs to use latest ansible component version
  • Loading branch information
shajida95 authored Dec 21, 2023
2 parents 43e8765 + 190d1ad commit 58fa156
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion commonimages/base/ol_8_5/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
components_common = [
{
name = "ansible"
version = "0.0.6"
version = "0.0.11"
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
Expand Down
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.6"
configuration_version = "0.0.7"
description = "shared oracle linux 8.5 base image"

ami_base_name = "ol_8_5"
Expand Down
2 changes: 1 addition & 1 deletion commonimages/base/rhel_6_10/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ locals {
parameters = []
}, {
name = "ansible"
version = "0.0.5"
version = "0.0.11"
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
Expand Down
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.5"
configuration_version = "0.2.6"
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/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ locals {
parameters = []
}, {
name = "ansible"
version = "0.0.5"
version = "0.0.11"
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
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.0"
configuration_version = "0.1.1"
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/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
components_common = [
{
name = "ansible"
version = "0.0.6"
version = "0.0.11"
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
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.8"
configuration_version = "0.0.9"
description = "shared rhel 8.5 base image"

ami_base_name = "rhel_8_5"
Expand Down
2 changes: 1 addition & 1 deletion teams/delius-core/oracle_db/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
components_common = [
{
name = "ansible"
version = "0.0.6"
version = "0.0.11"
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
Expand Down
2 changes: 1 addition & 1 deletion teams/delius-core/oracle_db/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "delius_core_ol_8_5"
ami_base_name = "oracle_db_19c"
configuration_version = "0.0.9"
configuration_version = "0.0.10"
release_or_patch = "patch" # see nomis AMI image building strategy doc
description = "Delius Core Oracle Database Image"

Expand Down
2 changes: 1 addition & 1 deletion teams/hmpps/ol_8_5_oracledb_19c/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
components_common = [
{
name = "ansible"
version = "0.0.5"
version = "0.0.11"
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
Expand Down
2 changes: 1 addition & 1 deletion teams/hmpps/ol_8_5_oracledb_19c/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "hmpps"
ami_base_name = "ol_8_5_oracledb_19c"
configuration_version = "0.0.6"
configuration_version = "0.0.7"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "hmpps oracle 19c image on oracle linux 8.5"

Expand Down
2 changes: 1 addition & 1 deletion teams/hmpps/rhel_8_5/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
components_common = [
{
name = "ansible"
version = "0.0.6"
version = "0.0.11"
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
Expand Down
2 changes: 1 addition & 1 deletion teams/hmpps/rhel_8_5/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "hmpps"
ami_base_name = "rhel_8_5_join_to_azure"
configuration_version = "0.0.3"
configuration_version = "0.0.4"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "hmpps rhel 8.5 join to Azure domain"

Expand Down
2 changes: 1 addition & 1 deletion teams/nomis-data-hub/rhel_7_9_app/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
components_common = [
{
name = "ansible"
version = "0.0.5"
version = "0.0.11"
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
Expand Down
2 changes: 1 addition & 1 deletion teams/nomis-data-hub/rhel_7_9_app/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "nomis_data_hub"
ami_base_name = "rhel_7_9_app"
configuration_version = "0.0.3"
configuration_version = "0.0.4"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "nomis data hub rhel 7.9 app image"

Expand Down
2 changes: 1 addition & 1 deletion teams/nomis-data-hub/rhel_7_9_ems/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
components_common = [
{
name = "ansible"
version = "0.0.5"
version = "0.0.11"
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
Expand Down
2 changes: 1 addition & 1 deletion teams/nomis-data-hub/rhel_7_9_ems/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "nomis_data_hub"
ami_base_name = "rhel_7_9_ems"
configuration_version = "0.0.3"
configuration_version = "0.0.4"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "nomis data hub rhel 7.9 ems image"

Expand Down
2 changes: 1 addition & 1 deletion teams/nomis/rhel_7_9_oracledb_11_2/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
components_common = [
{
name = "ansible"
version = "0.0.5"
version = "0.0.11"
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
Expand Down
2 changes: 1 addition & 1 deletion teams/nomis/rhel_7_9_oracledb_11_2/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "nomis"
ami_base_name = "rhel_7_9_oracledb_11_2"
configuration_version = "0.4.7"
configuration_version = "0.4.8"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "nomis rhel 7.9 oracleDB 11.2 image"

Expand Down
2 changes: 1 addition & 1 deletion teams/oasys/bip/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
components_common = [
{
name = "ansible"
version = "0.0.6"
version = "0.0.11"
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
Expand Down
2 changes: 1 addition & 1 deletion teams/oasys/bip/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "oasys"
ami_base_name = "bip"
configuration_version = "0.0.4"
configuration_version = "0.0.5"
release_or_patch = "release"
description = "oasys bip image"

Expand Down
2 changes: 1 addition & 1 deletion teams/oasys/oracle_db/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
components_common = [
{
name = "ansible"
version = "0.0.6"
version = "0.0.11"
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
Expand Down
2 changes: 1 addition & 1 deletion teams/oasys/oracle_db/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "oasys"
ami_base_name = "oracle_db"
configuration_version = "0.1.2"
configuration_version = "0.1.3"
release_or_patch = "release"
description = "oasys oracle db image"

Expand Down
2 changes: 1 addition & 1 deletion teams/oasys/weblogic/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
components_common = [
{
name = "ansible"
version = "0.0.6"
version = "0.0.11"
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
Expand Down
2 changes: 1 addition & 1 deletion teams/oasys/weblogic/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "oasys"
ami_base_name = "weblogic"
configuration_version = "0.0.3"
configuration_version = "0.0.4"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "oasys weblogic app server image"

Expand Down
2 changes: 1 addition & 1 deletion teams/oasys/webserver/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
components_common = [
{
name = "ansible"
version = "0.0.5"
version = "0.0.11"
parameters = [{
name = "Ami"
value = join("_", [var.ami_name_prefix, var.ami_base_name])
Expand Down
2 changes: 1 addition & 1 deletion teams/oasys/webserver/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "oasys"
ami_base_name = "webserver"
configuration_version = "0.0.11"
configuration_version = "0.0.12"
release_or_patch = "release"
description = "oasys webserver image"

Expand Down

0 comments on commit 58fa156

Please sign in to comment.