mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
DCD-224: Rename some roles for clarity.
This commit is contained in:
13
roles/product_install/templates/confluence.varfile.j2
Normal file
13
roles/product_install/templates/confluence.varfile.j2
Normal 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
|
||||
13
roles/product_install/templates/jira.varfile.j2
Normal file
13
roles/product_install/templates/jira.varfile.j2
Normal 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
|
||||
10
roles/product_install/templates/stash.varfile.j2
Normal file
10
roles/product_install/templates/stash.varfile.j2
Normal 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
|
||||
1
roles/product_install/templates/version.j2
Normal file
1
roles/product_install/templates/version.j2
Normal file
@@ -0,0 +1 @@
|
||||
{{ atl_product_version }}
|
||||
Reference in New Issue
Block a user