commit | f21fe7bfd963b3b2bed2fe837c2c886181a52a5d | [log] [tgz] |
---|---|---|
author | abaraniuk <abaraniuk@mirantis.com> | Tue Nov 06 19:28:27 2018 +0200 |
committer | abaraniuk <abaraniuk@mirantis.com> | Tue Nov 06 19:33:11 2018 +0200 |
tree | d1818a00655ab158b65192a35336167c315e03f8 | |
parent | ac64ce530e0c7dba851554ea0a5b106d2b55ad0c [diff] |
According to pipelines, set retry for glusterfs Pipeline: https://github.com/Mirantis/pipeline-library/blob/master/src/com/mirantis/mk/Orchestrate.groovy#L186-L188 Bug without retry: PROD-24659 Change-Id: I6c7bc294635caa0ce28b4a517e6ed6e3db7d2659
diff --git a/tcp_tests/templates/shared-core.yaml b/tcp_tests/templates/shared-core.yaml index 49eadac..0a0c63a 100644 --- a/tcp_tests/templates/shared-core.yaml +++ b/tcp_tests/templates/shared-core.yaml
@@ -76,9 +76,9 @@ - description: Setup glusterfs on primary controller cmd: salt --hard-crash --state-output=mixed --state-verbose=False - -C 'I@glusterfs:server and *01*' state.sls glusterfs.server.setup -b 1 + -C 'I@glusterfs:server:role:primary' state.sls glusterfs.server.setup -b 1 node_name: {{ HOSTNAME_CFG01 }} - retry: {count: 1, delay: 5} + retry: {count: 5, delay: 5} skip_fail: false - description: Check the gluster status