Merged in DCD-797-restore_independent-of_db_init_role (pull request #61)

DCD-797: Make restore work without requiring database_init role to be run

* DCD-797: Make restore work without requiring database_init role to be run

* DCD-797: Fixes error with yaml lint

* DCD-797: Adds  check before running restore database tasks

* DCD-797: Restore a database when either db_creted.changed is true or when `atl_force_db_restore` variable is set to true

* DCD-797: set default filter to return a default value when the argument is a python false-y value. Update readme to reflect name of extra var env variable

Approved-by: Ben Partridge <bpartridge@atlassian.com>
Approved-by: Steve Smith <ssmith@atlassian.com>
This commit is contained in:
Varun Arbatti
2019-12-31 00:37:50 +00:00
parent 60a2fc738b
commit 20a9c08979
2 changed files with 6 additions and 4 deletions

View File

@@ -47,11 +47,11 @@ directly, the command for this would look like the following:
-i inv/aws_node_local aws_jira_dc_node.yml
You can also do this on a CloudFormation template where the stack details are in `/etc/atl`.
On such templates, the variable `ATL_ANSIBLE_EXTRA_PARAMS` is added to the
On such templates, the variable `ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS` is added to the
`ansible-playbook` parameters in `bin/ansible-with-alt-env`. In this case you
need to set it to:
ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS="-e atl_product_download_url=http://s3.amazon.com/atlassian/jira-9.0.0-PRE-TEST.tar.gz -e atl_use_system_jdk=true -e atl_download_format=tarball"
ATL_ANSIBLE_EXTRA_PARAMS="-e atl_product_download_url=http://s3.amazon.com/atlassian/jira-9.0.0-PRE-TEST.tar.gz -e atl_use_system_jdk=true -e atl_download_format=tarball"
To set the same parameters in the AWS Quick Starts for
[Jira Data Center](https://aws.amazon.com/quickstart/architecture/jira/),