From d87d9d1c8d09b343f7c64eeb98b444fcb887c6e6 Mon Sep 17 00:00:00 2001 From: Dylan Rathbone Date: Mon, 30 Mar 2020 15:36:53 +1000 Subject: [PATCH 1/6] DCD-261: Add CloudWatch support for Crowd --- group_vars/aws_node_local.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/group_vars/aws_node_local.yml b/group_vars/aws_node_local.yml index 94a9325..5fc06f5 100644 --- a/group_vars/aws_node_local.yml +++ b/group_vars/aws_node_local.yml @@ -55,7 +55,8 @@ atl_product_logs: *logs_default stash: *logs_default - crowd: [] + crowd: + *logs_default # The following are imports from the environment. These are generally From f142469deff85e1f9de7e73a16a910fd466a504f Mon Sep 17 00:00:00 2001 From: Dylan Rathbone Date: Tue, 31 Mar 2020 10:20:49 +1000 Subject: [PATCH 2/6] DCD-261: Add CloudWatch support for Crowd --- group_vars/aws_node_local.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/group_vars/aws_node_local.yml b/group_vars/aws_node_local.yml index 5fc06f5..21fcabc 100644 --- a/group_vars/aws_node_local.yml +++ b/group_vars/aws_node_local.yml @@ -58,7 +58,6 @@ atl_product_logs: crowd: *logs_default - # The following are imports from the environment. These are generally # set in /etc/atl by the CloudFormation template and sourced before # Ansible is run. See bin/ansible-with-atl-env for a convenient wrapper From 0b46ec78833f0e784550523a87bd20252506ebb6 Mon Sep 17 00:00:00 2001 From: Dylan Rathbone Date: Tue, 31 Mar 2020 10:30:54 +1000 Subject: [PATCH 3/6] DCD-261: Add CloudWatch support for Crowd --- group_vars/aws_node_local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/aws_node_local.yml b/group_vars/aws_node_local.yml index 21fcabc..94a9325 100644 --- a/group_vars/aws_node_local.yml +++ b/group_vars/aws_node_local.yml @@ -55,8 +55,8 @@ atl_product_logs: *logs_default stash: *logs_default - crowd: - *logs_default + crowd: [] + # The following are imports from the environment. These are generally # set in /etc/atl by the CloudFormation template and sourced before From aa36cb0e2facfcb4fafa0f63aa0c6475889d7392 Mon Sep 17 00:00:00 2001 From: Dylan Rathbone Date: Tue, 31 Mar 2020 11:17:19 +1000 Subject: [PATCH 4/6] DCD-261: Add CloudWatch support for Crowd --- group_vars/aws_node_local.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/group_vars/aws_node_local.yml b/group_vars/aws_node_local.yml index 94a9325..5fc06f5 100644 --- a/group_vars/aws_node_local.yml +++ b/group_vars/aws_node_local.yml @@ -55,7 +55,8 @@ atl_product_logs: *logs_default stash: *logs_default - crowd: [] + crowd: + *logs_default # The following are imports from the environment. These are generally From ab823442d89b5690481df82f588d82c97cb02b80 Mon Sep 17 00:00:00 2001 From: Dylan Rathbone Date: Tue, 31 Mar 2020 11:46:24 +1000 Subject: [PATCH 5/6] DCD-261: Add CloudWatch support for Crowd --- group_vars/aws_node_local.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/group_vars/aws_node_local.yml b/group_vars/aws_node_local.yml index 5fc06f5..94a9325 100644 --- a/group_vars/aws_node_local.yml +++ b/group_vars/aws_node_local.yml @@ -55,8 +55,7 @@ atl_product_logs: *logs_default stash: *logs_default - crowd: - *logs_default + crowd: [] # The following are imports from the environment. These are generally From 0ce1f9c44a3f46dc9a4f7646d6f8fae9ec57f803 Mon Sep 17 00:00:00 2001 From: Dylan Rathbone Date: Wed, 1 Apr 2020 08:28:00 +1000 Subject: [PATCH 6/6] DCD-261: Add CloudWatch support for Crowd. Temporarily remove config for Ubuntu when testing create backups --- group_vars/aws_node_local.yml | 3 ++- .../molecule/default/molecule.yml | 21 +++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/group_vars/aws_node_local.yml b/group_vars/aws_node_local.yml index 94a9325..5fc06f5 100644 --- a/group_vars/aws_node_local.yml +++ b/group_vars/aws_node_local.yml @@ -55,7 +55,8 @@ atl_product_logs: *logs_default stash: *logs_default - crowd: [] + crowd: + *logs_default # The following are imports from the environment. These are generally diff --git a/roles/create_backups/molecule/default/molecule.yml b/roles/create_backups/molecule/default/molecule.yml index c6a6d26..3261663 100644 --- a/roles/create_backups/molecule/default/molecule.yml +++ b/roles/create_backups/molecule/default/molecule.yml @@ -8,8 +8,25 @@ lint: platforms: - name: amazon_linux2 image: amazonlinux:2 - - name: ubuntu_lts - image: ubuntu:bionic +# +# Temporarily (1st April 2020) removing ubuntu as a test platform. +# The atlassian-slingshot debian (Ubuntu) repository is at present +# malformed and is currently missing its 'Release' file. As a result +# when this test executes and tries to pull the `ubuntu_lts` archive +# (see ubuntu.yml task) it fails with the following error: +# +# "The repository 'https://packages.atlassian.com/atlassian-slingshot-deb +# stable Release' does not have a Release file." +# +# See: https://bulldog.internal.atlassian.com/browse/DCD-964 which has +# been raised to resolve this issue and fix the Ubuntu Slingshot +# distribution +# +# TODO: Activate the config below (un-comment) once the issue described above +# has been resolved. +# +# - name: ubuntu_lts +# image: ubuntu:bionic provisioner: name: ansible lint: