1
0

release 2.2409.1 for multi-tenancy

This commit is contained in:
2024-09-25 18:20:49 +08:00
parent 69a54c9243
commit ac6ef015eb
5 changed files with 13 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ fi
ProjectL=omc
ProjectU=OMC
PROJECT=${ProjectL}
VERSION=2.2408.1
VERSION=2.2409.1
RelDate=`date +%Y%m%d`
RelVer=${VERSION}-${RelDate}
Ky10Arch=ky10.aarch64

View File

@@ -1,5 +1,5 @@
Package: OMC
Version: 2.2408.1-YYYYMMDD
Version: 2.2409.1-YYYYMMDD
Section: AGrandTech
Prioritt: optional
Architecture: amd64

View File

@@ -1,5 +1,5 @@
Package: OMC
Version: 2.2408.1-YYYYMMDD
Version: 2.2409.1-YYYYMMDD
Section: AGrandTech
Prioritt: optional
Architecture: amd64

View File

@@ -73,4 +73,12 @@ D:\local.git\ems.agt\tools\loadpconf> go run .\loadpconf.go .\load.go .\db.go -p
D:\local.git\ems.agt\tools\loadmconf> go run .\loadmconf.go .\load.go .\db.go -m ..\..\config\mml\system\mme_sys_mml_config.yaml
# ssh信任关系绑定出错时执行
ssh-keygen -f "/root/.ssh/known_hosts" -R "20.15.0.190"
ssh-keygen -f "/root/.ssh/known_hosts" -R "20.15.0.190"
# mariadb 10.6 创建修改用户密码和权限
grant all privileges on *.* to root@'%' IDENTIFIED BY "admin123@EMS" with grant option;
flush privileges;
grant all privileges on *.* to root@'localhost' IDENTIFIED BY "admin123@EMS" with grant option;
flush privileges;

View File

@@ -8,7 +8,7 @@
Name: %{project_lname}
Summary: AGrandTech 5GC OMC
Version: 2.2408.1
Version: 2.2409.1
Release: %{release_date}
Vendor: omc
URL: https://www.omc.com/