From 55c5c6df899f0867af03faa309c8a49082001605 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 28 Jun 2019 00:20:02 +0200 Subject: [PATCH] TT#7570 Add /usr to the list of directories to manage configs for The monit-services OCF Resource Agent for pacemaker needs to be installed there. Ideally we would not need this, but as this is the only location allowed by pacemaker, let's add it, even if we might at some point end up not using it, as we can just not install any templates in those directories. Change-Id: Ib14b68388f018b45bc4d7cf6895ca17d0fc802a3 --- etc/ngcp-config/ngcpcfg.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ngcp-config/ngcpcfg.cfg b/etc/ngcp-config/ngcpcfg.cfg index 6f308a29..5a12df93 100644 --- a/etc/ngcp-config/ngcpcfg.cfg +++ b/etc/ngcp-config/ngcpcfg.cfg @@ -14,7 +14,7 @@ RTP_INTERFACES_CONFIG="/etc/ngcp-rtpengine-daemon/interfaces.yml" EXTRA_CONFIG_DIR="${NGCPCTL_MAIN}/config.d/" # configuration dirs that should be managed -CONFIG_POOL='/etc /var' +CONFIG_POOL='/etc /var /usr' # location of templates TEMPLATE_POOL_BASE="${NGCPCTL_MAIN}/templates"