Merged in ITOPSENG-436-skip-some-tasks-on-update (pull request #88)

ITOPSENG-436 skip some tasks on update

Approved-by: Ben Partridge
This commit is contained in:
Lee Goolsbee
2020-03-16 18:46:05 +00:00
7 changed files with 13 additions and 0 deletions

View File

@@ -17,7 +17,9 @@
- role: aws_shared_fs_config - role: aws_shared_fs_config
- role: product_common - role: product_common
- role: product_install - role: product_install
tags: [skip_on_stack_update]
- role: database_init - role: database_init
tags: [skip_on_stack_update]
- role: restore_backups - role: restore_backups
- role: confluence_common - role: confluence_common
- role: confluence_config - role: confluence_config

View File

@@ -23,6 +23,7 @@
- role: aws_shared_fs_config - role: aws_shared_fs_config
- role: product_common - role: product_common
- role: product_install - role: product_install
tags: [skip_on_stack_update]
- role: confluence_common - role: confluence_common
- role: synchrony_config - role: synchrony_config
- role: product_startup - role: product_startup

View File

@@ -16,6 +16,8 @@
- role: aws_shared_fs_config - role: aws_shared_fs_config
- role: product_common - role: product_common
- role: product_install - role: product_install
tags: [skip_on_stack_update]
- role: database_init - role: database_init
tags: [skip_on_stack_update]
- role: crowd_config - role: crowd_config
- role: product_startup - role: product_startup

View File

@@ -24,7 +24,9 @@
- role: aws_shared_fs_config - role: aws_shared_fs_config
- role: product_common - role: product_common
- role: product_install - role: product_install
tags: [skip_on_stack_update]
- role: database_init - role: database_init
tags: [skip_on_stack_update]
- role: restore_backups - role: restore_backups
- role: jira_config - role: jira_config
- role: product_startup - role: product_startup

View File

@@ -113,4 +113,6 @@
- atl_proxy_name is defined - atl_proxy_name is defined
- atl_tomcat_scheme is defined - atl_tomcat_scheme is defined
- db_created is undefined or not db_created.changed - db_created is undefined or not db_created.changed
tags:
- skip_on_stack_update
ignore_errors: yes # For Molecule as it has no db test framework included ignore_errors: yes # For Molecule as it has no db test framework included

View File

@@ -117,6 +117,8 @@
- atl_proxy_name is defined - atl_proxy_name is defined
- atl_tomcat_scheme is defined - atl_tomcat_scheme is defined
- db_created is undefined or not db_created.changed - db_created is undefined or not db_created.changed
tags:
- skip_on_stack_update
ignore_errors: yes # For Molecule as it has no db test framework included ignore_errors: yes # For Molecule as it has no db test framework included
- name: Check that crowd.cfg.xml exists - name: Check that crowd.cfg.xml exists

View File

@@ -115,4 +115,6 @@
- atl_proxy_name is defined - atl_proxy_name is defined
- atl_tomcat_scheme is defined - atl_tomcat_scheme is defined
- db_created is undefined or not db_created.changed - db_created is undefined or not db_created.changed
tags:
- skip_on_stack_update
ignore_errors: yes # For Molecule as it has no db test framework included ignore_errors: yes # For Molecule as it has no db test framework included