Steve Smith
81dbd67c11
DCD-434: Add injection of heap and additional JVM opts into BB environment.
2019-07-08 12:19:49 +10:00
Steve Smith
84e9377824
DCD-434: Add molecule test for bitbucket config.
2019-07-08 12:03:24 +10:00
Steve Smith
f86f7d52f2
Merged in DCD-386-pipenv (pull request #7 )
...
DCD-386: Use Pipenv for Ansible installation.
Approved-by: Ben Partridge <bpartridge@atlassian.com >
2019-06-14 01:19:31 +00:00
Steve Smith
3eb5af4cd2
DCD-386: Typo
2019-06-14 10:23:40 +10:00
Steve Smith
bc0edf40ee
DCD-386: apt-get vs yum.
2019-06-14 10:22:30 +10:00
Steve Smith
8c28593151
DCD-386: Add taskcat as a dev dependency and update development readme.
2019-06-14 09:49:40 +10:00
Steve Smith
1c706c8cc5
DCD-386: Remove use of amazon-linux-extras command as it breaks in a clean virtualenv; psql isn't actually used, and can be installed manually if needed.
2019-06-13 16:14:20 +10:00
Steve Smith
b12d204267
DCD-386: Use noconfirm for package installation.
2019-06-13 15:58:25 +10:00
Steve Smith
e1dab14a7f
DCD-386: Cleanups and clarifications.
2019-06-13 15:30:56 +10:00
Steve Smith
8925cd5af9
DCD-386: Use sync rather than install to use locked package versions.
2019-06-13 15:24:31 +10:00
Steve Smith
267da04e40
DCD-386: Use dev dependencies for molecule dependencies.
2019-06-13 15:18:48 +10:00
Steve Smith
5716f863d1
DCD-386: Use pacapt to install pip from the system.
2019-06-13 15:06:29 +10:00
Steve Smith
65dea20e78
DCD-386: Lock to 2.7
2019-06-13 13:59:24 +10:00
Steve Smith
cda21df138
DCD-386: Initial test of pipenv.
2019-06-13 13:57:56 +10:00
Steve Smith
c1d60bc294
Merged in DCD-386-bitbucket-deployments (pull request #6 )
...
DCD-386: Bitbucket deployments
Approved-by: Ben Partridge <bpartridge@atlassian.com >
2019-06-12 04:30:14 +00:00
Steve Smith
39a0318456
DCD-386: Remove duplicated lookup.
2019-06-12 10:01:42 +10:00
Steve Smith
8aa7f94890
Merge branch 'master' into DCD-386-bitbucket-deployments
2019-06-11 15:25:48 +10:00
Steve Smith
7a5a8e003b
DCD-386: Cleanup BB home vars.
2019-06-11 05:20:55 +00:00
Steve Smith
f8641a0044
DCD-386: Tweaks to Bitbucket layout and tests.
2019-06-11 03:32:28 +00:00
Steve Smith
0d6204a85c
DCD-386: Provide a default for the product user UID.
2019-06-11 01:52:41 +00:00
Steve Smith
9c29300c60
DCD-386: Molecule may not set the v4 address, so force it.
2019-06-11 01:12:46 +00:00
Steve Smith
8826f7e4c2
DCD-386: Consistent order for test runs.
2019-06-11 10:59:34 +10:00
Steve Smith
74ed58bda2
DCD-386: Fix DIY backup test.
2019-06-11 10:30:49 +10:00
Steve Smith
9aef39034d
DCD-386: Fix bitbucket systemd test.
2019-06-11 10:09:03 +10:00
Steve Smith
e6f1212afb
DCD-386: Cleanup some YAML whitespace.
2019-06-11 09:55:53 +10:00
Steve Smith
5976b7f706
DCD-386: Use the six module to paper over Python changes.
2019-06-11 09:43:26 +10:00
Varun Arbatti
6424fbdfc6
Merged in verify-reqs-file-prevent-bootstrap (pull request #5 )
...
DCD-427: Fixes old version of setuptools that prevent ansible from being installed on ec2 nodes
Approved-by: Adam Brokes <abrokes@atlassian.com >
Approved-by: Varun Arbatti <varbatti@atlassian.com >
2019-06-10 16:39:07 +00:00
Varun Arbatti
6ba93d181d
DCD-427: pip list with columns display
2019-06-10 18:37:39 +02:00
Varun Arbatti
ce75792ce7
DCD-000: unpins cryptography before ansible install
2019-06-10 18:17:01 +02:00
Varun Arbatti
93ea0b41a7
DCD-000: Updates cryptography before ansible install
2019-06-10 17:57:45 +02:00
Varun Arbatti
8cc8c6b160
DCD-000: Updates setuptools before installing ansible
2019-06-10 17:53:44 +02:00
Varun Arbatti
0a1588e59d
Revert "DCD-000: Verify if presence of requirements prevent ansivle bootstrap"
...
This reverts commit ed4bb9f7d0 .
2019-06-10 17:52:20 +02:00
Varun Arbatti
ed4bb9f7d0
DCD-000: Verify if presence of requirements prevent ansivle bootstrap
2019-06-10 16:30:07 +02:00
Steve Smith
6955cf04dd
DCD-386: Create the shared mount point as BB expects it to exist.
2019-06-07 11:36:21 +10:00
Steve Smith
56f4f8db37
DCD-386: The BB node mounts NFS deeper in the FS.
2019-06-06 15:37:37 +10:00
Steve Smith
e84b0da43c
DCD-386: DIY backup fixes.
2019-06-06 13:45:53 +10:00
Steve Smith
3457369200
DCD-386: No need to archive snapshots.
2019-06-05 15:00:34 +10:00
Steve Smith
bee4939382
DCD-386: Use the supplied backup bucket name.
2019-06-05 14:20:19 +10:00
Steve Smith
696b3b4a8b
DCD-386: Fix path.
2019-06-05 13:05:50 +10:00
Steve Smith
76db370513
DCD-386: Add backup wrapper and some fixes.
2019-06-05 13:03:59 +10:00
Steve Smith
65886363a4
DCD-386: Start configuration of DIY backup.
2019-06-05 12:10:08 +10:00
Ben Partridge
bc0873730c
Merged in DCD-407-jdbc-url-for-aurora (pull request #3 )
...
Allow for JDBC Query params and include stderr in bootstrap logs
Approved-by: Steve Smith <ssmith@atlassian.com >
2019-06-04 07:02:41 +00:00
Ben Partridge
7e2b572631
Adds tests for setting the JDBC url query params
2019-06-04 16:32:00 +10:00
Ben Partridge
6d00d3827e
Redirects stderr to stdout in bootstrap script so all logs are output to
...
logfile
2019-06-04 11:08:28 +10:00
Ben Partridge
1f75c1956b
Uses single quotes in group var for jdbc url query params to avoid
...
terminating string early
2019-06-04 10:41:44 +10:00
Steve Smith
6a66f5464b
DCD-352: Fix to collation string.
2019-06-03 17:17:46 +10:00
Ben Partridge
2dc41b4a4f
Add JDBC Url query parameters depending on DB engine to group vars
2019-06-03 17:13:06 +10:00
Steve Smith
7ea6cee22b
DCD-352: Set DB collation and encoding to UTF-8 for Confluence.
2019-06-03 16:56:54 +10:00
Steve Smith
07ab6629de
DCD-352: Fixes for molecule test.
2019-06-03 12:56:10 +10:00
Steve Smith
ecfd5309fc
DCD-386: Enable Bitbucket Pipelines testing with Molecule.
2019-06-03 12:14:26 +10:00