Commit Graph

17 Commits

Author SHA1 Message Date
Lee Goolsbee
6151f01534 Merged in al2022 (pull request #187)
Add support for Amazon Linux 2022

* first pass at basic AL2022 support

* unpin git version on AL2022

* resolve a few package issues/discrepancies

* fix non-Amazon distro support

* fix missing nfs.service symlink on AL2022

* remove Ubuntu/Debian install task from aws_common (no existing ubuntu dependency tasks)

* add amazonlinux:2022 to list of images for testing via molecule

* install amazon-cloudwatch-agent from package sources instead of direct RPM on AL2022; add workaround for missing group

* fix typo in task name

* add mising amazonlinux:2022 test for product_install role

* al2022 -> al2023

* al2023 ships with rpm-installed versions of setuptools and distlib that aren't removable and older than what pipenv requires; use py3.11 instead


Approved-by: Vadym Kovalskiy
Approved-by: Eugene Ivantsov
Approved-by: Yurii Kuzan
2023-05-17 17:11:12 +00:00
Lee Goolsbee
ac3f6f1f93 address a stack of linting warnings/errors and deprecations 2022-09-09 17:09:22 -05:00
Lee Goolsbee
694f1c2874 use collections; use FQCN for all tasks 2022-09-07 18:56:23 -05:00
Steve Smith
c4b524580d DCD-890: Start of ASG tag manipulation. 2020-01-14 13:18:04 +11:00
Steve Smith
66312f03ed Start the cloudwatch agent earlier in the deployment. 2020-01-10 12:17:34 +11:00
Steve Smith
edae211356 DCD-436: Use full cloudwatch name for clarity. 2019-09-13 12:01:47 +10:00
Steve Smith
ee6df8f8a8 DCD-436: Add flag to disable CloudWatch completely. 2019-09-12 10:57:45 +10:00
Steve Smith
e114fca732 DCD-436: Make log group unique. 2019-09-11 13:05:07 +10:00
Steve Smith
cca50a4d9d DCD-436: Install CloudWatch agent on AWS instances. 2019-09-10 12:31:17 +10:00
Steve Smith
de9453b8ca DCD-352: Move some vars shared by Confluence and Synchrony to a confluence_common role. 2019-05-28 13:35:36 +10:00
Steve Smith
405358eceb DCD-367: Use notest tag rather than checking the vendor as it can sometimes be undefined. 2019-05-23 14:53:25 +10:00
Steve Smith
f02990bdd4 DCD-224: Fix up some tests after refactoring. 2019-05-03 15:48:26 +10:00
Steve Smith
6b80d167b2 DCD-224: Fix order of fetching/using metadata. 2019-04-23 12:07:54 +10:00
Steve Smith
15ce955c2e DCD-224: Add Jira cluster config. 2019-04-18 13:38:07 +10:00
Steve Smith
121c630034 DCD-224: Use import_tasks rather than deprecated import. 2019-04-17 12:05:02 +10:00
Steve Smith
ab00c1f9bd DCD-224: Move EC2 metadata fetching to the role top-level. 2019-04-11 12:25:23 +10:00
Steve Smith
89eb8817d7 DCD-224: Generalise the AWS base package install role. 2019-04-09 15:30:42 +10:00