Initial commit all

master
Hoshi 2024-08-20 20:11:32 +08:00
commit de29c3c017
16 changed files with 210 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
main云管标品
lite云管轻量版
cmdbcmdb
cop自动化运维
bsmcmdb+自动化运维

17
bsm/cmc/app.json Normal file
View File

@ -0,0 +1,17 @@
{
"homePath": "/cop-web/dashboard",
"apps": [{
"name": "sms-web"
},
{
"name": "cop-web"
},
{
"name": "ams-web"
},
{
"name": "bsm-web",
"entry": "CMS_HOST/sub-app/cop-web/"
}
]
}

3
bsm/cmc/config.js Normal file
View File

@ -0,0 +1,3 @@
window.appConfigs = {
cscPort: 60008
}

10
cmdb/cmc/app.json Normal file
View File

@ -0,0 +1,10 @@
{
"homePath": "/sms-web/abouts",
"apps": [{
"name": "sms-web"
},
{
"name": "ams-web"
}
]
}

3
cmdb/cmc/config.js Normal file
View File

@ -0,0 +1,3 @@
window.appConfigs = {
cscPort: 60008
}

14
cop/cmc/app.json Normal file
View File

@ -0,0 +1,14 @@
{
"homePath": "/cop-web/dashboard",
"apps": [{
"name": "sms-web"
},
{
"name": "cop-web"
},
{
"name": "bsm-web",
"entry": "CMS_HOST/sub-app/cop-web/"
}
]
}

3
cop/cmc/config.js Normal file
View File

@ -0,0 +1,3 @@
window.appConfigs = {
cscPort: 60008
}

17
lite/cmc/app.json Normal file
View File

@ -0,0 +1,17 @@
{
"homePath": "/sms-web/resource_dashboard",
"apps": [{
"name": "cmp-web",
"hasPlugin": true
},
{
"name": "cos-web"
},
{
"name": "cms-web"
},
{
"name": "sms-web"
}
]
}

3
lite/cmc/config.js Normal file
View File

@ -0,0 +1,3 @@
window.appConfigs = {
cscPort: 60008
}

5
lite/csc/app.json Normal file
View File

@ -0,0 +1,5 @@
{
"apps": [{
"name": "cms-console"
}]
}

4
lite/csc/config.js Normal file
View File

@ -0,0 +1,4 @@
window.appConfigs = {
cscPort: 60008,
enableMonitor: false
}

42
main/cmc/app.json Normal file
View File

@ -0,0 +1,42 @@
{
"homePath": "/scr-web/dashboard",
"apps": [{
"name": "cmp-web",
"hasPlugin": true
},
{
"name": "cos-web"
},
{
"name": "cms-web"
},
{
"name": "sms-web"
},
{
"name": "cop-web"
},
{
"name": "ams-web"
},
{
"name": "itsm-web"
},
{
"name": "aos-web"
},
{
"name": "oms-web"
},
{
"name": "log-web"
},
{
"name": "scr-web"
},
{
"name": "ros-plugin",
"activeRule": "/cmp-web/ros-plugin"
}
]
}

3
main/cmc/config.js Normal file
View File

@ -0,0 +1,3 @@
window.appConfigs = {
cscPort: 60008
}

64
main/cmc/platform.json Normal file
View File

@ -0,0 +1,64 @@
[{
"logo": "winhong",
"title": "云平台",
"counts": [{
"name": "云平台数量",
"value": 3
},
{
"name": "云主机数量",
"value": 10
},
{
"name": "云主机CPU总量 (C)",
"value": 1000
},
{
"name": "云主机内存总量 (GB)",
"value": 2000
}
]
},
{
"logo": "cmp",
"title": "云管理平台",
"counts": [{
"name": "集群数量",
"value": 3
},
{
"name": "CPU总量",
"value": 10
},
{
"name": "内存总量 (GB)",
"value": 1000
},
{
"name": "存储总量 (GB)",
"value": 2000
}
]
},
{
"logo": "paas",
"title": "异构容器管理平台",
"counts": [{
"name": "应用数量",
"value": 3
},
{
"name": "服务数量",
"value": 10
},
{
"name": "实例数量",
"value": 1000
},
{
"name": "节眯数量",
"value": 2000
}
]
}
]

12
main/csc/app.json Normal file
View File

@ -0,0 +1,12 @@
{
"apps": [{
"name": "ros-console"
},
{
"name": "cop-console"
},
{
"name": "cms-console"
}
]
}

4
main/csc/config.js Normal file
View File

@ -0,0 +1,4 @@
window.appConfigs = {
cscPort: 60008,
enableMonitor: false
}