bsc: Store osmo-bts-omldummy logs out of docker container

Change-Id: I0c02c4a9311122c3fe8ca877e02043f697723281
This commit is contained in:
Pau Espin 2020-06-25 13:42:59 +02:00
parent 42b731e09b
commit ad4fa373a8
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,8 @@ cp osmo-stp.cfg $VOL_BASE_DIR/stp/
mkdir $VOL_BASE_DIR/bsc
cp osmo-bsc.cfg $VOL_BASE_DIR/bsc/
mkdir $VOL_BASE_DIR/bts-omldummy
# Disable MSC pooling features until osmo-bsc.git release > 1.6.0 is available
if [ "$IMAGE_SUFFIX" = "latest" ]; then
cp pre-mscpool-osmo-bsc.cfg $VOL_BASE_DIR/bsc/osmo-bsc.cfg
@ -48,6 +50,7 @@ for i in `seq 0 2`; do
docker run --rm \
--network $NET_NAME --ip 172.18.2.10$i \
--ulimit core=-1 \
-v $VOL_BASE_DIR/bts-omldummy:/data \
--name ${BUILD_TAG}-bts$i -d \
$DOCKER_ARGS \
$REPO_USER/osmo-bts-$IMAGE_SUFFIX \