Commit Graph

93 Commits

Author SHA1 Message Date
Tom Smallridge
dbdf685f6e CONFSRVDEV-51532 add suspendWrappedResponseAfterForward=false to confluence server.xml template 2026-02-18 11:15:51 +09:00
Tom Smallridge
2180ef882e CONFSRVDEV-51213 add app monitoring enabled property to confluence cfg template 2026-02-05 14:33:30 +09:00
Glenn Stewart
7d8161e1da WPTIN-15452 Rovo dev recommendations 2025-11-03 16:10:19 +11:00
Glenn Stewart
57ad066661 WPTIN-15452 Change base_url assert to support the change in Confluence 10.1+ to plugin_setting 2025-11-03 15:31:37 +11:00
Lee Goolsbee
34456ef433 ITPLT-4441 use a rescue block to install the metapackage, and if it doesn't exist, install all noto packages via wildcard 2025-07-12 14:04:29 -05:00
Lee Goolsbee
9fe4ff55db ITPLT-4441 install google-noto-fonts-all metapackage instead of wildcard on package name 2025-07-12 13:43:45 -05:00
Alan Cheng
a680d27871 hardcode secure=true for app tunnel connector 2025-01-15 13:33:32 +11:00
Geoff Jacobs
9b50436934 pre-commit whitespace fixes 2024-08-19 08:48:25 +10:00
Lee Goolsbee
8113474d15 ITPLT-3785 only recurse if the item is a directory 2024-06-12 11:31:35 -05:00
Lee Goolsbee
07f708484f ITPLT-3785 ugh bad indentation 2024-06-12 11:31:35 -05:00
Lee Goolsbee
3fd8a01e90 ITPLT-3785 item.path, not just the item 2024-06-12 11:31:35 -05:00
Lee Goolsbee
5caddaede1 ITPLT-3785 can't recursively manage permissions on a single file; manage permissions for atl_product_version_cache file when written instead 2024-06-12 11:31:35 -05:00
Lee Goolsbee
ee9348473a ITPLT-3785 reworked logic for limiting permissions in installation directories without affecting working directories 2024-06-12 11:31:27 -05:00
Lee Goolsbee
91cc5c3d1a ITPLT-3650 define platform as linux/amd64 for molecule; fixes ability to run on Apple Silicon and should continue to work fine in pipelines 2024-04-29 12:10:17 -05:00
Lee Goolsbee
9ec397abd5 ITPLT-3650 update test execution environments to newer versions of debian, ubuntu, and python 2024-04-29 12:10:17 -05:00
Lee Goolsbee
677f2a85ca ITPLT-3650 drop support for Amazon Linux 2 2024-04-29 12:10:12 -05:00
Lee Goolsbee
ecb262a15f ITPLT-3650 compatibility updates for ansible-core 2.16 and other dependencies 2024-04-26 15:20:52 -05:00
bmeehan
2f198d478b ITPLT-3356 correct user to username 2024-03-08 16:22:31 +11:00
bmeehan
11c23b7169 ITPLT-3356 clean up formatting in c.c.xml 2024-03-08 14:10:18 +11:00
bmeehan
da56d513e0 ITPLT-3356 add OS user and pass if provided and exclude region if OS pass provided 2024-03-08 08:26:41 +11:00
bmeehan
acc72cb739 ITPLT-3356 add OS user and pass if provided and exclude region if OS pass provided 2024-03-08 08:09:52 +11:00
bmeehan
d93cc67e00 ITPLT-3356 support opensearch config in confleunce.cfg.xml 2023-11-08 20:42:34 +11:00
bmeehan
b1ee6f6abb ITPLT-3356 support opensearch config in confleunce.cfg.xml 2023-11-08 20:38:31 +11:00
Yevhen Ivantsov
ed9ab4bcf0 Generate secretsmanager properties in confluence.cfg.xml 2023-07-20 14:03:00 +10:00
Yurii Kuzan
4000d1282e CLIP-1810 added missing entry 2023-06-15 10:27:24 +03: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
Yurii Kuzan
ce7ae5c649 CLIP-1797 Updated template to use hikari connection pool provider 2023-04-19 12:49:50 +03:00
Glenn Stewart
fba4bba5bb ITPLT-2221 Molecule test assert changed to ensure context path is with a slash (as it would be when adding cloudformation params) 2022-10-26 13:48:28 +11:00
Glenn Stewart
bf789f9727 ITPLT-2221 Molecule test assert changed to ensure context path is with a slash (as it would be when adding cloudformation params) 2022-10-26 13:36:38 +11:00
Glenn Stewart
a209c513ed ITPLT-2221 Remove the superfluous slash. The atl_tomcat_contextpath varible already contains a slash 2022-10-26 11:50:23 +11:00
Glenn Stewart
127749244a Merged master into ITPLT-2175-confluence-apptunnel 2022-10-20 06:35:04 +00:00
Glenn Stewart
24da95d6b3 ITPLT-2175 Allow for use of Application Tunnels - https://support.atlassian.com/organization-administration/docs/configure-application-tunnels/ - Confluence 2022-10-20 16:20:12 +11:00
Alex Blekhman
5bd2122018 CONFSRVDEV-24831 Fix “struts.multipart.saveDir property has not been defined”
The new property `struts.multipart.saveDir` is required for Confluence 8.0 and later. It is replacement of the legacy property `webwork.multipart.saveDir`.
2022-10-20 12:45:25 +11:00
Glenn Stewart
b28952205d ITPLT-2175 Allow for use of Application Tunnels - https://support.atlassian.com/organization-administration/docs/configure-application-tunnels/ - Confluence 2022-10-20 10:55:12 +11:00
Lee Goolsbee
10e6b3eefe move molecule dependency management to project-level config; disable molecule dependency management 2022-09-09 17:09:27 -05:00
Lee Goolsbee
4d7b2c57f0 try a fix for the tests in pipelines; add collections cache 2022-09-09 17:09:27 -05: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
Adam Brokes
b32ff0ea03 Set the default for atl_hazelcast_network_aws_tag_key if env variable is missing 2022-07-25 16:50:27 +10:00
Adam Brokes
5d42a93517 Add a test case for atl_hazelcast_network_aws_tag_key value 2022-07-25 16:50:06 +10:00
Thomas Rogozinski
5e1a009cf3 Update atl_hazelcast_network_aws_tag_key to read environment var 2022-07-21 16:39:08 +10:00
wyasvoin
06f44a2942 add context-path to confluence.cfg.xml 2021-10-11 14:36:32 +11:00
Steve
c187f992f0 DCD-1205: Remove linting from molecule tests. It changed in v3, didnt't really help, and we ended up disabling it most of the time anyway. 2021-01-20 11:26:36 +11:00
Steve
253c5bd8e1 DCD-1205: Rename playbook.yml -> converge.yml for Molecule v3. 2021-01-20 11:09:32 +11:00
Lee Goolsbee
73a3dea47d remove a few straggling references to linking fonts to the JRE 2020-09-10 12:21:15 -05:00
Lee Goolsbee
529df0cafd fix tests 2020-08-27 11:49:27 -05:00
Lee Goolsbee
45c2d01b17 DCD-1037 use AdoptOpenJDK from official repos 2020-08-27 11:08:42 -05:00
Steve Smith
db84840a96 DCD-1020: Add test for font installation with system JDK. 2020-08-24 13:23:17 +10:00
Steve Smith
25c2ebb563 DCD-1020: Add installation and linking of Google Noto fonts as JVM fallbacks. 2020-08-24 13:05:42 +10:00
Adam Brokes
09c0a49341 DCD-963: Add test for preferred test query 2020-08-03 15:25:30 +10:00