blob: b39bb56c0e65abf07c7b4106d9de443b783a379e [file] [log] [blame]
Jeremy Ronquillo223db002020-06-05 10:28:22 -07001#!/bin/bash
Jeremy Ronquilloec2d3e42020-06-05 11:33:39 -07002
Jeremy Ronquillo223db002020-06-05 10:28:22 -07003# Copyright 2019 Intel Corporation
Jeremy Ronquilloec2d3e42020-06-05 11:33:39 -07004# Copyright 2019-present Open Networking Foundation
Jeremy Ronquillo223db002020-06-05 10:28:22 -07005#
Jeremy Ronquilloec2d3e42020-06-05 11:33:39 -07006# SPDX-License-Identifier: Apache-2.0
Jeremy Ronquillo6046ce32020-06-18 11:06:29 -07007# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
Jeremy Ronquillo223db002020-06-05 10:28:22 -07008
9set -ex
10
11{{- if .Values.config.coreDump.enabled }}
12cp /bin/ngic_dataplane /tmp/coredump/
13{{- end }}
14
15mkdir -p /opt/dp/config
16cd /opt/dp/config
17cp /etc/dp/config/{cdr.cfg,dp_config.cfg,interface.cfg} .
18
19sed -i "s/DP_ADDR/$POD_IP/g" interface.cfg
20
21source dp_config.cfg
22ngic_dataplane $EAL_ARGS -- $APP_ARGS