mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-879: add "set empty" parameter to default filter for
atl_backup_home_is_server and a filter to set is as a bool
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
atl_backup_id: "{{ atl_backup_manifest.name }}"
|
atl_backup_id: "{{ atl_backup_manifest.name }}"
|
||||||
atl_backup_db_dest: "{{ atl_installer_temp }}/{{ atl_backup_manifest.artifacts.db.location.location | basename }}"
|
atl_backup_db_dest: "{{ atl_installer_temp }}/{{ atl_backup_manifest.artifacts.db.location.location | basename }}"
|
||||||
atl_backup_home_dest: "{{ atl_installer_temp }}/{{ atl_backup_manifest.artifacts.sharedHome.location.location | basename }}"
|
atl_backup_home_dest: "{{ atl_installer_temp }}/{{ atl_backup_manifest.artifacts.sharedHome.location.location | basename }}"
|
||||||
atl_backup_home_is_server: "{{ atl_backup_manifest.artifacts.sharedHome.serverHome | default(false) }}"
|
atl_backup_home_is_server: "{{ atl_backup_manifest.artifacts.sharedHome.serverHome | default(false, true) | bool }}"
|
||||||
|
|
||||||
# FIXME: Here we fetch the backups. However we may wish to stream
|
# FIXME: Here we fetch the backups. However we may wish to stream
|
||||||
# these directly from S3 to the target DB/FS to avoid requiring
|
# these directly from S3 to the target DB/FS to avoid requiring
|
||||||
|
|||||||
Reference in New Issue
Block a user