Merge branch 'main' into multi-tenant
This commit is contained in:
21463
docs/08-interfaces/08-OMC Open API v2409.4.md
Normal file
21463
docs/08-interfaces/08-OMC Open API v2409.4.md
Normal file
File diff suppressed because one or more lines are too long
@@ -75,7 +75,6 @@ D:\local.git\ems.agt\tools\loadmconf> go run .\loadmconf.go .\load.go .\db.go -m
|
|||||||
# ssh信任关系绑定出错时,执行
|
# 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 创建修改用户密码和权限
|
# mariadb 10.6 创建修改用户密码和权限
|
||||||
grant all privileges on *.* to root@'%' IDENTIFIED BY "admin123@EMS" with grant option;
|
grant all privileges on *.* to root@'%' IDENTIFIED BY "admin123@EMS" with grant option;
|
||||||
flush privileges;
|
flush privileges;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
%define project_Uname OMC
|
%define project_Uname OMC
|
||||||
|
|
||||||
Name: %{project_lname}
|
Name: %{project_lname}
|
||||||
Summary: AGrandTech 5GC OMC
|
Summary: 5GC OMC
|
||||||
Version: 2.2409.1
|
Version: 2.2409.1
|
||||||
Release: %{release_date}
|
Release: %{release_date}
|
||||||
Vendor: omc
|
Vendor: omc
|
||||||
|
|||||||
Reference in New Issue
Block a user