make new xapp definitions

This commit is contained in:
2024-03-27 15:42:43 +01:00
parent a21649cf79
commit 354da791f0
3 changed files with 12 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
{
"xapp_name": "xappkpimon",
"xapp_name": "xappkpimon_ddos",
"version": "1.0.0",
"containers": [
{
"name": "xappkpimon",
"name": "xappkpimon_ddos",
"image": {
"registry": "127.0.0.1:5000",
"name": "kpimon_master",
@@ -15,7 +15,7 @@
"ports": [
{
"name": "rmr-data",
"container": "xappkpimon",
"container": "xappkpimon_ddos",
"port": 4560,
"rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"],
"txMessages": ["RIC_SUB_REQ"],
@@ -24,7 +24,7 @@
},
{
"name": "rmr-route",
"container": "xappkpimon",
"container": "xappkpimon_ddos",
"port": 4561,
"description": "rmr route port for xappkpimon"
}

View File

@@ -1,9 +1,9 @@
{
"xapp_name": "xappkpimon",
"xapp_name": "xappkpimon_ddos",
"version": "1.0.0",
"containers": [
{
"name": "xappkpimon",
"name": "xappkpimon_ddos",
"image": {
"registry": "127.0.0.1:5000",
"name": "kpimon_sleep",
@@ -15,7 +15,7 @@
"ports": [
{
"name": "rmr-data",
"container": "xappkpimon",
"container": "xappkpimon_ddos",
"port": 4560,
"rxMessages": ["RIC_SUB_RESP", "RIC_INDICATION"],
"txMessages": ["RIC_SUB_REQ"],
@@ -24,7 +24,7 @@
},
{
"name": "rmr-route",
"container": "xappkpimon",
"container": "xappkpimon_ddos",
"port": 4561,
"description": "rmr route port for xappkpimon"
}