mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-02-01 16:53:14 -06:00
DCD-1123: Rename Jira migration installs for clarity.
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
# This playbook is intended for provisioning migration 'before' server instances, and should not be considered best practice.
|
||||||
# See migration-video-instances.yml for provisioning these instances.
|
# See migration-video-instances.yml for provisioning these instances.
|
||||||
#
|
#
|
||||||
# ansible-playbook -v -i inv/standalone_instances -e atl_db_root_password=XXX -e atl_jdbc_password=XXX jira_servicedesk_server.yml
|
# ansible-playbook -v -i inv/standalone_instances -e atl_db_root_password=XXX -e atl_jdbc_password=XXX test_migration_jira_servicedesk.yml
|
||||||
|
|
||||||
- hosts: jira_servicedesk
|
- hosts: jira_servicedesk
|
||||||
become: true
|
become: true
|
||||||
@@ -19,9 +20,6 @@
|
|||||||
atl_db_host: "localhost"
|
atl_db_host: "localhost"
|
||||||
atl_jdbc_user: "jira"
|
atl_jdbc_user: "jira"
|
||||||
atl_jdbc_db_name: "jira"
|
atl_jdbc_db_name: "jira"
|
||||||
# Set on commandline
|
|
||||||
# atl_jdbc_password:
|
|
||||||
# atl_db_root_password:
|
|
||||||
|
|
||||||
atl_jdbc_encoding: 'UNICODE'
|
atl_jdbc_encoding: 'UNICODE'
|
||||||
atl_jdbc_collation: 'C'
|
atl_jdbc_collation: 'C'
|
||||||
@@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
# This playbook is intended for provisioning migration 'before' server instances, and should not be considered best practice.
|
||||||
# See migration-video-instances.yml for provisioning these instances.
|
# See migration-video-instances.yml for provisioning these instances.
|
||||||
#
|
#
|
||||||
# ansible-playbook -v -i inv/standalone_instances -e atl_db_root_password=XXX -e atl_jdbc_password=XXX jira_software_server.yml
|
# ansible-playbook -v -i inv/standalone_instances -e atl_db_root_password=XXX -e atl_jdbc_password=XXX test_migration_jira_software.yml
|
||||||
|
|
||||||
- hosts: jira_software
|
- hosts: jira_software
|
||||||
become: true
|
become: true
|
||||||
@@ -19,9 +20,6 @@
|
|||||||
atl_db_host: "localhost"
|
atl_db_host: "localhost"
|
||||||
atl_jdbc_user: "jira"
|
atl_jdbc_user: "jira"
|
||||||
atl_jdbc_db_name: "jira"
|
atl_jdbc_db_name: "jira"
|
||||||
# Set on commandline
|
|
||||||
# atl_jdbc_password:
|
|
||||||
# atl_db_root_password:
|
|
||||||
|
|
||||||
atl_jdbc_encoding: 'UNICODE'
|
atl_jdbc_encoding: 'UNICODE'
|
||||||
atl_jdbc_collation: 'C'
|
atl_jdbc_collation: 'C'
|
||||||
Reference in New Issue
Block a user