commit | 84eff356739d2b9d180c2b517a95c0a5ce6afa02 | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Mon Apr 26 14:31:48 2021 +0300 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Mon Apr 26 14:31:48 2021 +0300 |
tree | 45e7fef022d47b1243bfd6b9565576385616487f | |
parent | da142f8f025d9598b10ba2303ec09fac44955e4b [diff] |
MOSSUST-109 add refresh_pillar for autopopulation_known_hosts Change-Id: I3196f8b80da98aaa87aae0096936aea92f3993c9
diff --git a/tcp_tests/templates/bm-e7-cicd-pike-ovs-maas/salt.yaml b/tcp_tests/templates/bm-e7-cicd-pike-ovs-maas/salt.yaml index 9256f51..2bc00c8 100644 --- a/tcp_tests/templates/bm-e7-cicd-pike-ovs-maas/salt.yaml +++ b/tcp_tests/templates/bm-e7-cicd-pike-ovs-maas/salt.yaml
@@ -104,6 +104,8 @@ cd /srv/salt/reclass git add /srv/salt/reclass/nodes/_generated git commit -m "[from tcp-qa] known_hosts_autopopulation disabled" + salt -C 'I@salt:master' saltutil.refresh_pillar + salt -C 'I@salt:master' saltutil.sync_all node_name: {{ HOSTNAME_CFG01 }} retry: {count: 1, delay: 5} skip_fail: false \ No newline at end of file