Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-WIC-Cnf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CommunityXG
OpenXG-WIC-Cnf
Commits
59a2e31a
Commit
59a2e31a
authored
Jun 22, 2020
by
joliu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-cnf-bz-joliu' into 'feature-cnf'
Resolve "平台配置标准化" See merge request
xidiancos/cnf!3
parents
64eb53da
8256369f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
+11
-7
README.md
README.md
+5
-1
cnf-cloud-center/src/main/resources/application.yml
cnf-cloud-center/src/main/resources/application.yml
+2
-2
cnf-edge-center/src/main/resources/application.yaml
cnf-edge-center/src/main/resources/application.yaml
+4
-4
No files found.
README.md
View file @
59a2e31a
...
...
@@ -17,4 +17,8 @@
*
谢建斌
*
王一鸣
*
刘建瓯
*
张夏童
\ No newline at end of file
*
张夏童
## 更新说明
1.
使用域名替换配置中的IP,防止多人多次修改配置类并进行提交,避免合并分支时出现冲突的问题。
如果有需要在自己的电脑上进行部署,需要通过修改本机host的方式来修改对应节点的IP。
\ No newline at end of file
cnf-cloud-center/src/main/resources/application.yml
View file @
59a2e31a
...
...
@@ -2,10 +2,10 @@ server:
port
:
9091
zookeeper
:
url
:
127.0.0.1
:2181
url
:
zk.cnf.org
:2181
bs
:
cloudcenter
:
name
:
my-bs-cloud-center
ipservice
:
url
:
127.0.0.1:23333
\ No newline at end of file
url
:
ipservice.cnf.org:23333
\ No newline at end of file
cnf-edge-center/src/main/resources/application.yaml
View file @
59a2e31a
...
...
@@ -6,7 +6,7 @@ spring:
username
:
root
password
:
Vudo3423ljo
influx
:
url
:
http://
127.0.0.1
:8086
url
:
http://
influxdb.cnf.org
:8086
user
:
admin
password
:
admin
mybatis
:
...
...
@@ -26,9 +26,9 @@ bs:
name
:
random
ip-prefix
:
192.168.31
ipservice
:
ip
:
127.0.0.1
:23333
ip
:
ipservice.cnf.org
:23333
sdn-controller
:
host
:
127.0.0.1
host
:
sdn.cnf.org
port
:
6653
zookeeper
:
url
:
127.0.0.1
:2181
url
:
zk.cnf.org
:2181
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment