fixnaming
This commit is contained in:
parent
fccff9b1fb
commit
b2aca4ff43
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
export CHART_REPO_URL=http://0.0.0.0:8090
|
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
|
# dms_cli onboard config.json schema.json
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"xapp_name": "xappkpimon_ddos",
|
"xapp_name": "xappkpimon-ddos",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"name": "xappkpimon_ddos",
|
"name": "xappkpimon-ddos",
|
||||||
"image": {
|
"image": {
|
||||||
"registry": "127.0.0.1:5000",
|
"registry": "127.0.0.1:5000",
|
||||||
"name": "kpimon_master_ddos",
|
"name": "kpimon_master_ddos",
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"name": "rmr-data",
|
"name": "rmr-data",
|
||||||
"container": "xappkpimon_ddos",
|
"container": "xappkpimon-ddos",
|
||||||
"port": 4560,
|
"port": 4560,
|
||||||
"rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"],
|
"rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"],
|
||||||
"txMessages": ["RIC_SUB_REQ"],
|
"txMessages": ["RIC_SUB_REQ"],
|
||||||
@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "rmr-route",
|
"name": "rmr-route",
|
||||||
"container": "xappkpimon_ddos",
|
"container": "xappkpimon-ddos",
|
||||||
"port": 4561,
|
"port": 4561,
|
||||||
"description": "rmr route port for xappkpimon"
|
"description": "rmr route port for xappkpimon"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user