release 2.2409.1 for multi-tenancy
This commit is contained in:
2
build.sh
2
build.sh
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: OMC
|
||||
Version: 2.2408.1-YYYYMMDD
|
||||
Version: 2.2409.1-YYYYMMDD
|
||||
Section: AGrandTech
|
||||
Prioritt: optional
|
||||
Architecture: amd64
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: OMC
|
||||
Version: 2.2408.1-YYYYMMDD
|
||||
Version: 2.2409.1-YYYYMMDD
|
||||
Section: AGrandTech
|
||||
Prioritt: optional
|
||||
Architecture: amd64
|
||||
|
||||
@@ -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;
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user