From 3aa645c00363d91c253f3ba01931b7bab3531211 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Thu, 5 Feb 2015 15:35:49 +0100 Subject: [PATCH] MT#10059 move /etc/ngcp-config/generated.yml to /etc/ngcp-rtpengine-daemon Change-Id: I99d104fd24d9c2d0d8f1f4303f09d04e8aeb68a7 --- etc/ngcp-config/ngcpcfg.cfg | 2 +- scripts/commit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/ngcp-config/ngcpcfg.cfg b/etc/ngcp-config/ngcpcfg.cfg index ec48b863..21f8552b 100644 --- a/etc/ngcp-config/ngcpcfg.cfg +++ b/etc/ngcp-config/ngcpcfg.cfg @@ -9,7 +9,7 @@ HOST_CONFIG="${NGCPCTL_MAIN}/config.$(hostname).yml" LOCAL_CONFIG="${NGCPCTL_MAIN}/config.local.yml" CONSTANTS_CONFIG="${NGCPCTL_MAIN}/constants.yml" NETWORK_CONFIG="${NGCPCTL_MAIN}/network.yml" -GENERATED_CONFIG="${NGCPCTL_MAIN}/generated.yml" +RTP_INTERFACES_CONFIG="/etc/ngcp-rtpengine-daemon/interfaces.yml" EXTRA_CONFIG_DIR="${NGCPCTL_MAIN}/config.d/" # configuration dirs that should be managed diff --git a/scripts/commit b/scripts/commit index 1fb4598c..489ecc38 100755 --- a/scripts/commit +++ b/scripts/commit @@ -18,7 +18,7 @@ HELPER="${HELPER:-/usr/share/ngcp-ngcpcfg/helper/}" cd "$NGCPCTL_MAIN" if [ -z "${NO_DB_SYNC:-}" ] ; then - "${HELPER}/sync-db" "$NGCPCTL_CONFIG" "$CONSTANTS_CONFIG" "$GENERATED_CONFIG" || true + "${HELPER}/sync-db" "$NGCPCTL_CONFIG" "$CONSTANTS_CONFIG" "$RTP_INTERFACES_CONFIG" || true else log_debug "no-db-sync: skipping 'sync-db'" fi