Commit Graph

1161 Commits

Author SHA1 Message Date
Alan Cheng
b684f7be74 Merged in ITPLT-3328-find-workaround-for-dcd-ansible-failing-to-install-eclipse-temurin-jdk-on-some-staging-nodes (pull request #205)
ITPLT-3328 add alternate URLs for Adoptium repo

Approved-by: Geoff Jacobs
2023-11-08 02:16:17 +00:00
Alan Cheng
1647b70ca8 ITPLT-3328 try pass idempotence test 2023-11-08 11:47:27 +11:00
Alan Cheng
bf479353af Revert "ITPLT-3328 pipeline test"
This reverts commit 33bd02b060.
2023-11-08 11:38:10 +11:00
Alan Cheng
33bd02b060 ITPLT-3328 pipeline test 2023-11-08 11:22:15 +11:00
Alan Cheng
f924845029 ITPLT-3328 remove hardcoded package.a.c repo, add vars for alt adoptium urls 2023-11-08 11:03:05 +11:00
Alan Cheng
1d98b913a5 ITPLT-3328 add packages.a.c alternate adoptium repo 2023-11-07 15:36:31 +11:00
Alan Cheng
f15d192f2d Merged in ITPLT-3227-fix-dcd-ansible-stuck-modifying-file-perms-on-mesh (pull request #204)
ITPLT-3227 avoid ansible hanging attempting to chown mesh application files
2023-08-25 03:57:32 +00:00
Alan Cheng
c29e05abdd ITPLT-3227 avoid ansible hanging attempting to chown mesh application files 2023-08-25 12:14:11 +10:00
Geoff Jacobs
a202b9bace adding more vars in various molecule scenarios 2023-06-22 15:13:58 +10:00
Geoff Jacobs
5f47bae07b adding a changed_when for molecule idempotence check 2023-06-22 15:12:28 +10:00
Geoff Jacobs
31a354ea35 fixing some broken molecule tests 2023-06-22 14:54:42 +10:00
Geoff Jacobs
d673628367 adding a failed_when condition 2023-06-22 13:33:48 +10:00
bmeehan
2806939739 use ATL_PRODUCT_DOWNLOAD_URL if exists else use the default 2023-05-30 07:49:12 +10:00
bmeehan
34a742a186 explicit reading of the download secret name from env 2023-05-29 16:05:26 +10:00
bmeehan
6bb7b4f37b merged master 2023-05-29 16:02:02 +10:00
Geoff Jacobs
fd0feb68c1 updating the default java version to 17 for bitbucket dc 2023-05-29 10:00:44 +10:00
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
Geoff Jacobs
f268e2e30b removing extra spaces around setup.baseUrl 2023-04-28 07:28:56 +10:00
Geoff Jacobs
31cd3e4d57 ansible doesn't seem to like updating an empty folder to a symlink, removing 2023-04-26 15:52:30 +10:00
Geoff Jacobs
73d2fd32d9 also resetting no_op.yml to be it's empty placeholder file for other symlinks 2023-04-26 15:37:57 +10:00
Geoff Jacobs
622edfb8a9 breaking the symlink from bitbucket_extra_tasks.yml to no_op.yml which was contributing to broken builds 2023-04-26 15:36:17 +10:00
Yurii Kuzan
1124f1ac5a Merged in issue/CLIP-1797-update-template-to-use-hikari (pull request #191)
CLIP-1797 Updated template to use hikari connection pool provider

Approved-by: Vadym Kovalskiy
Approved-by: Yevhen Karnaukhov
2023-04-19 10:04:21 +00:00
Yurii Kuzan
ce7ae5c649 CLIP-1797 Updated template to use hikari connection pool provider 2023-04-19 12:49:50 +03:00
Mykhailo Usatenko
61d3e74d2c Merged in VULN-1039471-update-dependencies (pull request #190)
VULN-1039471: Bumped cryptography and ansible-core dependencies

Approved-by: Dylan Rathbone
2023-02-15 08:27:29 +00:00
Mykhailo Usatenko
1d3387452a VULN-1039471: Bumped cryptography and ansible-core dependencies 2023-02-15 02:06:19 +02:00
Geoff Jacobs
6ec70eb49c change the keys in the tests too 2023-02-13 13:01:53 +11:00
Geoff Jacobs
5d16eade63 changing search keys as per docs 2023-02-13 12:36:10 +11:00
Geoff Jacobs
cf6757c281 Merge remote-tracking branch 'origin/master' into fix-bb-home 2023-01-18 15:13:54 +11:00
Brett Meehan
28d5a8c78a Merged in ITPLT-2325-ansible---bugfix-for-customer-failed_when (pull request #185)
ITPLT-2325 use both failed_when and ignore_errors as some implementations seem to be ignoring failed_when

Approved-by: Dylan Rathbone
2022-11-21 22:23:35 +00:00
bmeehan
4036ea7a35 ITPLT-2325 use both failed_when and ignore_errors as some implementations seem to be ignoring failed_when 2022-11-22 08:37:39 +11:00
Brett Meehan
38dd27f2ff Merged in ITPLT-2247-ansible---get-basic-auth-creds-for-download (pull request #183)
ITPLT-2247 ansible   get basic auth creds for download

Approved-by: Adam Brokes
2022-11-20 20:38:22 +00:00
Eugene Ivantsov
f348e22f3d Merged in CLIP-1714-bump-cryptography-version (pull request #184)
CLIP-1714: Pin cryptography version to 38.0.3

Approved-by: Dylan Rathbone
2022-11-15 23:01:49 +00:00
Yevhen Ivantsov
1cf7fba103 Pin cryptography version 2022-11-16 08:05:44 +11:00
bmeehan
3dbde425bc Merge remote-tracking branch 'origin/ITPLT-1857-stash-related-changes' into fix-bb-home 2022-11-11 15:58:15 +11:00
Brett Meehan
f2fb9a59b7 Merged master into ITPLT-2247-ansible---get-basic-auth-creds-for-download 2022-11-10 22:23:26 +00:00
bmeehan
a81e03ac2e Merge remote-tracking branch 'origin/fix-bitbucket-home-issues' into fix-bb-home 2022-11-11 08:19:30 +11:00
Terii Wang
92215e89ce Merged in ITPLT-2172-Crowd-template-enable-security-header-flag-useHttpOnly (pull request #179)
ITPLT-2172 Adding "useHttpOnly" (security header flag) flag to Crowd server.xml template.

Approved-by: Adam Brokes
2022-11-10 16:42:26 +00:00
Geoff Jacobs
80074ada77 add a conditional around symlinking shared home 2022-11-09 07:01:46 +11:00
Geoff Jacobs
97f7776b1a defaulting bitbucket home to product default 2022-11-08 13:11:19 +11:00
Geoff Jacobs
cb23cd7f0d Merge remote-tracking branch 'origin/master' into fix-bitbucket-home-issues 2022-11-08 11:34:50 +11:00
Geoff Jacobs
4b8126779a tagging the database_init role so it can be targetting with a skip-tags 2022-11-08 10:56:26 +11:00
bmeehan
f003987cc4 ITPLT-2247 remove unintentional whitespace 2022-11-07 23:45:24 +00:00
bmeehan
0cc9c4aa5d ITPLT-2247 provide secret name in a parameter 2022-11-07 23:43:53 +00:00
bmeehan
c6fa27d97e ITPLT-2247 use runtime_pkg tag instead of notest 2022-11-04 00:24:23 +00:00
bmeehan
97fd251161 ITPLT-2247 try adding notest to the lookup block 2022-11-04 09:54:46 +11:00
bmeehan
79e07ad6df ITPLT-2247 try adding a when region exists 2022-11-03 10:55:51 +11:00
bmeehan
d41db482e7 ITPLT-2247 trying to work around test fails by separating out the lookups 2022-11-03 10:46:41 +11:00
bmeehan
b04c5556e5 ITPLT-2247 add missing aws region var to all tests requiring it 2022-11-03 09:23:23 +11:00
bmeehan
1bd4b54082 ITPLT-2247 collapse secret vars into hardcoded strings 2022-11-03 06:27:40 +11:00
bmeehan
6fc62c0f84 ITPLT-2247 try to default to omitting the user and pass keys 2022-11-02 11:23:31 +11:00