DCD-224: Create a role for installation with the binary installer.

This commit is contained in:
Steve Smith
2019-05-07 18:42:40 +10:00
parent 9b9860a5ef
commit a5eefe326e
59 changed files with 1153 additions and 27 deletions

View File

@@ -0,0 +1,13 @@
launch.application$Boolean=false
rmiPort$Long={{ atl_tomcat_mgmt_port | default('8005') }}
app.defaultHome={{ atl_product_home }}
app.install.service$Boolean=false
app.service.account={{ atl_product_user }}
existingInstallationDir={{ atl_product_installation_versioned }}
sys.confirmedUpdateInstallationString=false
sys.languageId=en
sys.installationDir={{ atl_product_installation_versioned }}
executeLauncherAction$Boolean=true
httpPort$Long={{ atl_tomcat_port | default('8080') }}
portChoice=default
executeLauncherAction$Boolean=false

View File

@@ -0,0 +1,13 @@
launch.application$Boolean=false
rmiPort$Long={{ atl_tomcat_mgmt_port | default('8005') }}
app.jiraHome={{ atl_product_home }}
app.install.service$Boolean=false
app.service.account={{ atl_product_user }}
existingInstallationDir={{ atl_product_installation_versioned }}
sys.confirmedUpdateInstallationString=false
sys.languageId=en
sys.installationDir={{ atl_product_installation_versioned }}
executeLauncherAction$Boolean=true
httpPort$Long={{ atl_tomcat_port | default('8080') }}
portChoice=default
executeLauncherAction$Boolean=false

View File

@@ -0,0 +1,10 @@
app.install.service$Boolean=false
app.service.account={{ atl_product_user }}
portChoice=defaults
app.bitbucketHome={{ atl_product_home }}
app.defaultInstallDir={{ atl_product_installation_versioned }}
launch.application$Boolean=false
executeLauncherAction$Boolean=false
elasticsearch.install.service$Boolean={{ atl_bitbucket_bundled_elasticsearch_enabled | default('false') }}
confirm.disable.plugins$Boolean=true
container.configuration.ignore$Boolean=true

View File

@@ -0,0 +1 @@
{{ atl_product_version }}