Set pre-staged retry to 120 91/59991/2
authorHarry Huang <huangxiangyu5@huawei.com>
Thu, 19 Jul 2018 12:22:33 +0000 (20:22 +0800)
committerHarry Huang <huangxiangyu5@huawei.com>
Fri, 20 Jul 2018 07:16:55 +0000 (15:16 +0800)
JIRA: COMPASS-607

Change-Id: Ica0938a065c236dc041eb6cdf60739274af0e519
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
deploy/adapters/ansible/roles/config-osa/tasks/main.yml

index 3f9dbe1..eca7ca5 100755 (executable)
     dest: /etc/ansible/roles/lxc_hosts/vars/ubuntu-16.04.yml
     insertafter: '^  cache_prep_commands:'
     line: '    rm /etc/resolv.conf || true'
+
+- name: set pre-staged retry to 120
+  replace:
+    dest: /etc/ansible/roles/lxc_hosts/tasks/lxc_cache_preparation_systemd_new.yml
+    regexp: '^  retries: 60'
+    replace: '  retries: 120'