diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-02-26 07:03:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-02-26 07:03:04 +0000 |
commit | 64e74e396038b30da1df2bfc9271ff6d1d3f8ff5 (patch) | |
tree | e427782332fda5a99561b90d8e2d84c209d4ac2e | |
parent | 5b838797e514ba3dc613017054816feb538034a5 (diff) | |
parent | 90208ef02e80c127b662dd6e7e3ca9db05d69048 (diff) |
Merge "[cfg01] Reduce mine_interval to 15 min"
-rwxr-xr-x | mcp/scripts/docker-compose/files/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/scripts/docker-compose/files/entrypoint.sh b/mcp/scripts/docker-compose/files/entrypoint.sh index a0f72e2d1..b50dd2761 100755 --- a/mcp/scripts/docker-compose/files/entrypoint.sh +++ b/mcp/scripts/docker-compose/files/entrypoint.sh @@ -24,7 +24,7 @@ fi # salt state does not properly configure file_roots in master.conf, hard set it cp -a /root/fuel/mcp/scripts/docker-compose/files/opnfv_master.conf \ /etc/salt/master.d/opnfv_master.conf -echo 'master: localhost' > /etc/salt/minion.d/opnfv_slave.conf +echo -e 'master: localhost\nmine_interval: 15' > /etc/salt/minion.d/opnfv_slave.conf # NOTE: Most Salt and/or reclass tools have issues traversing Docker mounts # or detecting them as directories inside the container. |