xapp-bs-connector --> xapp-sm-connector

This commit is contained in:
Leonardo Bonati
2021-12-22 13:33:15 -05:00
parent 6210e621ba
commit 185e97c221
427 changed files with 13 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
#------------------------------------
ARG SCHEMA_PATH=schemas
ARG XAPP_DIR=sample-xapp
ARG CONNECTOR_DIR=xapp-bs-connector
ARG CONNECTOR_DIR=xapp-sm-connector
ARG STAGE_DIR=/home/${CONNECTOR_DIR}
ARG DBAAS_SERVICE_HOST=10.0.2.12
ARG DBAAS_SERVICE_PORT="6379"

View File

@@ -11,5 +11,5 @@ echo "[`date`] Pause 10 s" >> /home/container.log
sleep 10
echo "[`date`] Run connector" >> /home/container.log
cd /home/xapp-bs-connector && ./run_xapp.sh
cd /home/xapp-sm-connector && ./run_xapp.sh

View File

@@ -1,3 +0,0 @@
#!/bin/sh
cd /home/xapp-bs-connector/init/ && python3 init_script.py config-file.json

Some files were not shown because too many files have changed in this diff Show More