xapp-bs-connector --> xapp-sm-connector
This commit is contained in:
@@ -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"
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
Reference in New Issue
Block a user