diff --git a/launch_app.sh b/launch_app.sh index cc13786..7d25d82 100755 --- a/launch_app.sh +++ b/launch_app.sh @@ -3,11 +3,11 @@ export CHART_REPO_URL=http://0.0.0.0:8090 -dms_cli uninstall xappkpimon_ddos ricxapp +dms_cli uninstall xappkpimon-ddos ricxapp -docker build . -f Dockerfile -t 127.0.0.1:5000/kpimon_master_ddos:1.0.0 # --no-cache +docker build . -f Dockerfile -t 127.0.0.1:5000/kpimon_master-ddos:1.0.0 # --no-cache -docker push 127.0.0.1:5000/kpimon_master_ddos:1.0.0 +docker push 127.0.0.1:5000/kpimon_master-ddos:1.0.0 # dms_cli onboard config.json schema.json diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index 9d3b057..44c2240 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -1,9 +1,9 @@ { - "xapp_name": "xappkpimon_ddos", + "xapp_name": "xappkpimon-ddos", "version": "1.0.0", "containers": [ { - "name": "xappkpimon_ddos", + "name": "xappkpimon-ddos", "image": { "registry": "127.0.0.1:5000", "name": "kpimon_master_ddos", @@ -15,7 +15,7 @@ "ports": [ { "name": "rmr-data", - "container": "xappkpimon_ddos", + "container": "xappkpimon-ddos", "port": 4560, "rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"], "txMessages": ["RIC_SUB_REQ"], @@ -24,7 +24,7 @@ }, { "name": "rmr-route", - "container": "xappkpimon_ddos", + "container": "xappkpimon-ddos", "port": 4561, "description": "rmr route port for xappkpimon" }