add: 提交
This commit is contained in:
92
nbi/nbi_agent/etc/nbi_agent.json
Normal file
92
nbi/nbi_agent/etc/nbi_agent.json
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"oss_info":[
|
||||
{
|
||||
"addr":"http://127.0.0.1",
|
||||
"grant_type":"password",
|
||||
"user_name":"omc",
|
||||
"user_key":"omc@password",
|
||||
"max_data_len":10,
|
||||
"time_out":10
|
||||
},
|
||||
{
|
||||
"addr":"http://127.0.0.1",
|
||||
"grant_type":"password",
|
||||
"user_name":"omc",
|
||||
"user_key":"omc@password",
|
||||
"max_data_len":10,
|
||||
"time_out":10
|
||||
}
|
||||
],
|
||||
"ca":{
|
||||
"root_cert":"/usr/local/omc/etc/certs/cacert.pem",
|
||||
"cert":"/usr/local/omc/etc/certs/nbi_agent.crt",
|
||||
"private_key":"/usr/local/omc/etc/certs/nbi_agent.key",
|
||||
"check":true
|
||||
},
|
||||
"syslog":{
|
||||
"facility": 16,
|
||||
"severity": 6,
|
||||
"vendor": "RJ",
|
||||
"ne_name": "omc_sz_01",
|
||||
"rm_uid": "sz_01",
|
||||
"ne_type": "omc",
|
||||
"log_file": [
|
||||
{
|
||||
"table_name": "nbi_operation_log",
|
||||
"log_path": "/opt/omc/ftp/log/nbi/nbi_operation.log",
|
||||
"period": 1
|
||||
},
|
||||
{
|
||||
"table_name": "nbi_secure_log",
|
||||
"log_path": "/opt/omc/ftp/log/nbi/nbi_secure.log",
|
||||
"period": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"mysql":"root:1000omc@kp!@tcp(192.168.0.229:33066)/omc_db?charset=utf8mb4&parseTime=True&loc=Local",
|
||||
"log_dir":"/usr/loal/omc/log/nbi",
|
||||
"log_file":"nbi_agent.log",
|
||||
"mock_report_api":true,
|
||||
"web_addr":"0.0.0.0:5050",
|
||||
"cm":{
|
||||
"udm":[
|
||||
"ManagedElement",
|
||||
"UdmFunction",
|
||||
"UdrFunction",
|
||||
"AusfFunction",
|
||||
"IPResource"
|
||||
],
|
||||
"upf":[
|
||||
"ManagedElement",
|
||||
"InventoryUnitRack",
|
||||
"InventoryUnitShelf",
|
||||
"InventoryUnitPack",
|
||||
"InventoryUnitHost",
|
||||
"InventoryUnitAccessory",
|
||||
"UpfFunction",
|
||||
"EpRpDynN9Upf",
|
||||
"EpRpDynN3Upf",
|
||||
"AmfFunction",
|
||||
"SmfFunction",
|
||||
"UdrFunction",
|
||||
"AusfFunction",
|
||||
"IPResource"
|
||||
],
|
||||
"smf":[
|
||||
"ManagedElement",
|
||||
"SmfFunction",
|
||||
"AddrPool",
|
||||
"EpRpDynN7Smf",
|
||||
"EpRpDynN10Smf",
|
||||
"IPResource"
|
||||
],
|
||||
"amf":[
|
||||
"ManagedElement",
|
||||
"AmfFunction",
|
||||
"EpRpDynN8Amf",
|
||||
"EpRpDynN11Amf",
|
||||
"EpRpDynN12Amf",
|
||||
"IPResource"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user