Commit Graph

351 Commits

Author SHA1 Message Date
Dave Chevell
36d2420fad
Set permissions to allow run_user to bootstrap container 2019-09-05 13:49:07 +10:00
Dave Chevell
d949968de3
test for run_user ability to boostrap container 2019-09-05 13:48:49 +10:00
Steve Smith
d16f19be7b Merged in DCD-639-missing-drivers-readme (pull request #41)
DCD-639: Add note to README about missing JDBC drivers.

Approved-by: Dave Chevell <dchevell@atlassian.com>
2019-09-05 00:09:49 +00:00
Steve Smith
35396f6a75 DCD-639: Add note to README about missing JDBC drivers. 2019-09-05 09:52:20 +10:00
Steve Smith
696c3b1aeb Merged in DCD-639-template-modification-howto (pull request #40)
DCD-639: Add section to README about overriding the provided templates.

Approved-by: Dave Chevell <dchevell@atlassian.com>
Approved-by: Joe Xie <jxie@atlassian.com>
2019-09-04 22:46:21 +00:00
Steve Smith
bb8e5c08eb DCD-639: Typo in new readme section. 2019-09-05 08:45:25 +10:00
Steve Smith
1353e581d9 DCD-639: Add section to README about overriding the provided templates. 2019-09-04 13:18:01 +10:00
Steve Smith
5e8f31ed31 Merged in DCD-584-no-overwrite-existing-config (pull request #39)
DCD-584: Don't overwrite confluence.cfg.xml if it already exists.

Approved-by: Varun Arbatti <varbatti@atlassian.com>
2019-08-21 23:28:20 +00:00
Steve Smith
c8632248dc DCD-584: Don't overwrite confluence.cfg.xml if it already exists. 2019-08-22 09:16:58 +10:00
Steve Smith
a4b7fde2b6 Merged in DCD-545-confluence-dc-updates (pull request #38)
DCD-545: Confluence Docker DB/cluster configuration updates

Approved-by: Dave Chevell <dchevell@atlassian.com>
Approved-by: Minh Tran <mtran@atlassian.com>
Approved-by: Joe Xie <jxie@atlassian.com>
Approved-by: Adam Brokes <abrokes@atlassian.com>
2019-08-18 23:06:14 +00:00
Steve Smith
776f73ec81 DCD-572: Add license. 2019-08-19 08:41:43 +10:00
Steve Smith
7fc7fcfaaf DCD-545: Fix test for new default. 2019-08-16 10:41:00 +10:00
Steve Smith
e1e2400531 DCD-545: Add a note about cluster networking requirements. 2019-08-16 10:33:42 +10:00
Steve Smith
374bd0838b DCD-545: Tweak to the default Tomcat threads. 2019-08-16 10:33:19 +10:00
Steve Smith
3a8089884d DCD-545: Add ability to set the cluster node ID. 2019-08-15 14:54:10 +10:00
Steve Smith
77f4b2bfd0 DCD-545: Move fallback home vars to templates. 2019-08-15 14:29:18 +10:00
Steve Smith
dfc0559d7a DCD-545: Add "shared-home" property, which seems to be required for auto-config. 2019-08-15 13:24:00 +10:00
Steve Smith
87b853fae0 DCD-545: Typo in README. 2019-08-15 12:06:59 +10:00
Steve Smith
0001d93a51 DCD-545: Link cleanup. 2019-08-15 09:27:43 +10:00
Steve Smith
4cc391b5a7 DCD-545: Missed phrasing fix. 2019-08-15 09:23:59 +10:00
Steve Smith
7134242084 DCD-545: README formatting cleanup. 2019-08-15 09:22:52 +10:00
Steve Smith
7ef33622a8 DCD-545: Use f-strings and constants throughout. 2019-08-15 08:54:04 +10:00
Steve Smith
f5e3d621c7 DCD-545: Remove deprecated maintainer line. 2019-08-15 08:53:18 +10:00
Steve Smith
c92ee57bf2 DCD-545: README fixes. 2019-08-15 08:52:45 +10:00
Steve Smith
afb5bf3d86 DCD-545: Fixes and tweaks from PR. 2019-08-13 15:23:16 +10:00
Steve Smith
77bf60c9be DCD-545: Remove lxml and move back to native ElementTree to remove test dependency. 2019-08-13 15:16:17 +10:00
Steve Smith
0bc87b6ecb DCD-545: Add security-group setting to AWS clustering. 2019-08-13 14:21:29 +10:00
Steve Smith
8960f1167f DCD-545: Remove empty scripts copy. 2019-08-13 12:30:20 +10:00
Steve Smith
a27b4233c6 DCD-545: Add note about share home. 2019-08-13 12:28:06 +10:00
Steve Smith
daa9547bde DCD-545: Update README with the extended parameters. 2019-08-13 12:18:08 +10:00
Steve Smith
03151b3770 DCD-545: Remove old script entrypoint and template helper. 2019-08-13 11:34:56 +10:00
Steve Smith
8f9469c9ac DCD-545: Move seraph logic into the template and generally clean-up. 2019-08-13 11:33:49 +10:00
Steve Smith
063a249d18 Merge branch 'DCD-558-python-spike' into DCD-545-confluence-dc-updates 2019-08-13 11:24:55 +10:00
Steve Smith
d4b755c63a DCD-558: Move the server.xml defaulting and fallbacks into the template. 2019-08-13 11:23:20 +10:00
Steve Smith
b2d80d2267 DCD-558: Move script/template copy to the end to avoid downloads during dev. 2019-08-13 11:22:30 +10:00
Steve Smith
4507378340 DCD-558: Add support for TCP and multicast clustering. 2019-08-13 10:25:02 +10:00
Steve Smith
e1fc7fe9c6 DCD-558: Start of cluster configuration, and refactor the env dict is the source of truth for parameters. 2019-08-13 09:52:18 +10:00
Steve Smith
3f5e23663c DCD-558: Add test of dialect/driver lookup. 2019-08-13 09:10:12 +10:00
Steve Smith
442a29e9ea DCD-558: Add generation of confluence.cfg.xml, with DB setup. 2019-08-13 09:03:57 +10:00
Steve Smith
a6c7607bff DCD-558: Generate confluence-init.properties. 2019-08-12 16:18:01 +10:00
Steve Smith
9ff0842fa2 DCD-558: Add seraph config. 2019-08-12 16:07:48 +10:00
Steve Smith
475779d50c DCD-558: Fix for Python argv[0] handling. 2019-08-12 15:54:29 +10:00
Steve Smith
f791c640c3 DCD-558: Refactor and fixes for running confluence. 2019-08-12 15:29:30 +10:00
Steve Smith
e1b6d427a5 DCD-558: Add start of Python entrypoint; execution, permissions, and server.xml. 2019-08-12 14:39:19 +10:00
Steve Smith
36009c4dbf DCD-558: Add Python3 and Jinja2 to Docker images. 2019-08-12 11:47:59 +10:00
Steve Smith
917e45ead6 DCD-545: Break confluence.cfg.xml into fragments and generate the DB section. 2019-08-09 14:54:39 +10:00
Steve Smith
7144efb130 DCD-545: Add test for confluence init file. 2019-08-09 13:07:15 +10:00
Steve Smith
3a29822bb9 DCD-545: Add seraph-config.xml configuration. 2019-08-08 10:48:07 +10:00
Steve Smith
e079baa776 DCD-545: Add generation of server.xml. 2019-08-08 09:24:08 +10:00
Steve Smith
4c01753833 DCD-545: Use TestInfra helpers to query docker image. 2019-08-06 14:57:51 +10:00