Varun Arbatti
46a2bad4b8
DCD-742: Updates manifest structure in ansible
2019-10-10 14:51:06 +11:00
Steve Smith
8254482761
DCD-686: Fix tarball location.
2019-10-10 11:28:56 +11:00
Steve Smith
8a343f7e8c
DCD-686: Fix unarchive operation.
2019-10-10 11:26:47 +11:00
Steve Smith
93c359d029
DCD-686: Rename role to reflect updated functionality and exand restore functionality.
2019-10-10 11:12:18 +11:00
Steve Smith
6f56925fa1
DCD-686: Move restore operations into the fetch role for the time being.
2019-10-10 11:05:20 +11:00
Steve Smith
dddf3a86ec
DCD-686: Add comment about manifest format.
2019-10-10 09:39:50 +11:00
Steve Smith
72659de9ad
DCD-686: Install Postgres only if restoration is required.
2019-10-10 09:30:45 +11:00
Steve Smith
0400d8943d
DCD-686: Only restore DB when it is a new one.
2019-10-09 15:29:58 +11:00
Steve Smith
9d8b47ba9e
DCD-686: Only download backups if changed.
2019-10-09 13:48:50 +11:00
Steve Smith
adf9c27093
DCD-686: Ignore any roles specified in the DB dump during restore.
2019-10-09 13:44:02 +11:00
Steve Smith
c724b0432a
DCD-686: Initial implementation of DB restore from dump.
2019-10-09 13:06:30 +11:00
Steve Smith
fd466f1230
DCD-686: Another role rename to match functionality.
2019-10-08 10:19:39 +11:00
Steve Smith
d67f579f2f
DCD-686: Add download of the backups.
2019-10-04 15:42:44 +10:00
Steve Smith
bbff7f94bb
DCD-686: Revert lockfiles as we should move to fine control over Ansible versions (again).
2019-10-04 13:49:43 +10:00
Steve Smith
606ac960d9
DCD-686: Ansible 2.8 added a timeout to the yum module which broke everything.
2019-10-04 13:35:17 +10:00
Steve Smith
6a940a7183
DCD-686: Rename manifest fetching role to be more descriptive.
2019-10-04 09:04:50 +10:00
Steve Smith
0f6bbe0f89
DCD-686: Add comment describing role.
2019-10-04 08:19:33 +10:00
Steve Smith
3dca469177
DCD-686: Load the downloaded manifest into a var.
2019-10-03 16:11:58 +10:00
Steve Smith
2a0a1814c8
DCD-686: Remove molecule as the manifest fetch isn't really testable.
2019-10-03 14:58:14 +10:00
Steve Smith
0c5f82c438
DCD-686: Move git version to where it is used.
2019-10-03 14:57:20 +10:00
Steve Smith
14e2fdf25b
DCD-686: Ensure temp directory is present before downloads.
2019-10-03 13:24:07 +10:00
Steve Smith
89038fb7c0
DCD-686: Fix S3 download.
2019-10-03 11:52:34 +10:00
Steve Smith
a3b3460f97
DCD-686: Add file permissions to s3 fetch.
2019-10-03 11:51:14 +10:00
Steve Smith
8c3d7ce9f4
DCD-686: Add file permissions.
2019-10-03 11:50:14 +10:00
Steve Smith
347bdab24d
DCD-686: Correct scheme lookup.
2019-10-03 11:48:47 +10:00
Steve Smith
79fd9e5db9
DCD-686: More tweaks to manifest handling.
2019-10-03 11:47:10 +10:00
Steve Smith
38b1441d4a
DCD-686: Typo
2019-10-03 11:37:51 +10:00
Steve Smith
cfca695c31
DCD-686: set_fact variables don't stack.
2019-10-03 11:36:49 +10:00
Steve Smith
58632c27f9
DCD-686: Initial manifest download logic.
2019-10-03 11:24:31 +10:00
Michael Kemp
64b9925fbb
QUICK-265: Add JVM opts parameter to Jira config role
2019-09-23 13:33:12 +10:00
Steve Smith
edae211356
DCD-436: Use full cloudwatch name for clarity.
2019-09-13 12:01:47 +10:00
Steve Smith
011e718764
DCD-436: CloudWatch disabled by default for backwards compatibility.
2019-09-12 11:21:28 +10:00
Steve Smith
ee6df8f8a8
DCD-436: Add flag to disable CloudWatch completely.
2019-09-12 10:57:45 +10:00
Steve Smith
114c1d2e8e
DCD-436: Add ability to disable log aggregation.
2019-09-11 14:59:00 +10:00
Steve Smith
f8358623d8
DCD-436: Fix systemd restart.
2019-09-11 13:22:52 +10:00
Steve Smith
e114fca732
DCD-436: Make log group unique.
2019-09-11 13:05:07 +10:00
Steve Smith
5a98350702
DCD-436: Enable/start CW agent.
2019-09-11 11:24:50 +10:00
Steve Smith
cca50a4d9d
DCD-436: Install CloudWatch agent on AWS instances.
2019-09-10 12:31:17 +10:00
Geoff Jacobs
96243b5c69
ITOPSENG-53 remove hardcoded JAVA_HOME for crowd
2019-09-05 11:13:20 +10:00
Varun Arbatti
fb44bf92f1
Merged in DCD-590-fixes-broken-ci-due-to-linter (pull request #21 )
...
DCD-590: Fixes lint issue
Approved-by: Steve Smith <ssmith@atlassian.com >
2019-09-02 01:08:52 +00:00
Varun Arbatti
522706467e
Merged in DCD-621-parallelize-builds (pull request #20 )
...
DCD-621 parallelize builds
* DCD-621: Parallelizes tests ny invoking the parralelize script
* DCD-621: Removes leading / to start jira command in product_startup role
* DCD-621: Runs a scenario by name instead of using the all parameter
* DCD-621: A better find all scenarios function to ensure we look at relevant molecule scenarios. Better logging too
* DCD-510: Parallelizes tests further, running in 26 batches on 1 each. The pipeline file is now generated using Jinja
* DCD-510: Adds a pre check stage to verify if number of batches match actual number of scenarios. This test will fail (deliberately)
* DCD-510: Adds a pre check stage to verify if number of batches match actual number of scenarios. Fixes 'test' failure
* DCD-590: Adds note to development.md on how to generate a pipeline file. Adds a makefile and updates a few script commands
* DCD-590: Better documentation in development README document. Updates YML with instructions on how to fix issues with the prevalidation stage
Approved-by: Steve Smith <ssmith@atlassian.com >
Approved-by: Ben Partridge <bpartridge@atlassian.com >
2019-08-30 06:22:53 +00:00
Geoff Jacobs
51e75c202c
Merged in feature/ITOPS-2059-add-clone-support (pull request #17 )
...
Feature/ITOPS-2059 add clone support
Approved-by: Steve Smith <ssmith@atlassian.com >
2019-08-30 00:54:46 +00:00
Varun Arbatti
856e60abe6
DCD-621: fixes installer tests for most scenarios under product_install
2019-08-29 14:58:51 +10:00
Varun Arbatti
2d83585803
DCD-621: fixes installer tests - Test should assert for full file name for installer. Previously, tests were missing checking for -x64 installer suffix
2019-08-29 12:50:52 +10:00
Varun Arbatti
2a00f33508
DCD-621: Uses ATL_DB_ENGINE paramerter to infer database type. If db_engine is 'aurora_postgres', then use aurrora postgres db type. Else use default postgres db_type
2019-08-28 12:21:28 +10:00
Varun Arbatti
9e6eb41734
DCD-621: externalizes db type based in dbconfig.xml for Jira
2019-08-28 09:58:51 +10:00
Geoff Jacobs
ccde4dfc1f
ITOPS-2059 renaming aws_efs_config to aws_shared_fs_config as per PR feedback
2019-08-26 14:20:12 +10:00
Geoff Jacobs
324dfb12e2
ITOPS-2059 specifying to manually create the group as well so that gids can be predictable if uid is <=1000
2019-08-22 13:08:20 +10:00
Geoff Jacobs
aa62a02b6d
ITOPS-2059 using more lookups, which I may not need to be using if we're already using ansible-with-atl-env
2019-08-21 12:00:23 +10:00
Geoff Jacobs
ceba8d47ba
ITOPS-2059 adding tags to tasks which only apply to new stacks so they can be skipped by clones
2019-08-21 11:25:24 +10:00