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
71a72ef2
Commit
71a72ef2
authored
Aug 17, 2020
by
ymwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
动态网络拓扑下发
parent
e4687bc8
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
12 deletions
+17
-12
apps/cnf-distributed-business-computing/cnf-distributed-business-topu/target/cnf-distributed-business-topu-1.0-SNAPSHOT.jar
...opu/target/cnf-distributed-business-topu-1.0-SNAPSHOT.jar
+0
-0
apps/cnf-distributed-business-computing/cnf-distributed-business-topu/target/maven-archiver/pom.properties
...ibuted-business-topu/target/maven-archiver/pom.properties
+5
-0
apps/cnf-distributed-file-transfer/dfs-transfer-client/src/main/resources/application.properties
...transfer-client/src/main/resources/application.properties
+1
-1
apps/cnf-distributed-file-transfer/dfs-transfer-topology/src/main/resources/application.properties
...ansfer-topology/src/main/resources/application.properties
+1
-1
apps/cnf-distributed-file-transfer/dfs-transfer-topology/src/test/java/top/ninwoo/test/TopoTests.java
...fer-topology/src/test/java/top/ninwoo/test/TopoTests.java
+1
-1
cnf-cloud-center/src/main/resources/application.yml
cnf-cloud-center/src/main/resources/application.yml
+4
-4
cnf-edge-center/src/main/resources/application.yaml
cnf-edge-center/src/main/resources/application.yaml
+5
-5
No files found.
apps/cnf-distributed-business-computing/cnf-distributed-business-topu/target/cnf-distributed-business-topu-1.0-SNAPSHOT.jar
0 → 100644
View file @
71a72ef2
apps/cnf-distributed-business-computing/cnf-distributed-business-topu/target/maven-archiver/pom.properties
0 → 100644
View file @
71a72ef2
#Generated by Maven
#Sun Aug 16 17:08:54 CST 2020
version
=
1.0-SNAPSHOT
groupId
=
top.ninwoo
artifactId
=
cnf-distributed-business-topu
apps/cnf-distributed-file-transfer/dfs-transfer-client/src/main/resources/application.properties
View file @
71a72ef2
...
...
@@ -2,7 +2,7 @@ server.port=8099
bishe.app.app-name
=
joliu
#bishe.app.cloud-url=192.168.31.156:9090
bishe.app.cloud-url
=
192.168.31.19
0
:9091
bishe.app.cloud-url
=
192.168.31.19
8
:9091
dfs.directory.output
=
/tmp/static/
...
...
apps/cnf-distributed-file-transfer/dfs-transfer-topology/src/main/resources/application.properties
View file @
71a72ef2
bishe.app.app-name
=
joliu
#bishe.app.cloud-url=192.168.31.156:9090
bishe.app.cloud-url
=
192.168.31.19
0
:9091
bishe.app.cloud-url
=
192.168.31.19
8
:9091
spring.influx.url
=
http://192.168.0.108:8086
spring.influx.user
=
admin
...
...
apps/cnf-distributed-file-transfer/dfs-transfer-topology/src/test/java/top/ninwoo/test/TopoTests.java
View file @
71a72ef2
...
...
@@ -32,7 +32,7 @@ public class TopoTests {
@Test
public
void
test
3
()
throws
IllegalAccessException
,
InterruptedException
{
public
void
test
()
throws
IllegalAccessException
,
InterruptedException
{
ArrayList
<
SeparatedClusterConfig
>
clusterConfigs
=
new
ArrayList
<>();
SeparatedClusterConfig
separatedClusterConfig
=
new
SeparatedClusterConfig
();
List
<
ContainerDescription
>
cds
=
new
ArrayList
<>();
...
...
cnf-cloud-center/src/main/resources/application.yml
View file @
71a72ef2
...
...
@@ -2,13 +2,13 @@ server:
port
:
9091
zookeeper
:
#
url: zk.cnf.org:2181
url
:
192.168.31.190:2181
url
:
zk.cnf.org:2181
#
url: 192.168.31.190:2181
bs
:
cloudcenter
:
name
:
my-bs-cloud-center
ipservice
:
#url: ipservice.cnf.org:23333
url
:
192.168.31.190:23333
\ No newline at end of file
url
:
ipservice.cnf.org:23333
#url
:
192.168.31.190:23333
\ No newline at end of file
cnf-edge-center/src/main/resources/application.yaml
View file @
71a72ef2
...
...
@@ -24,17 +24,17 @@ bs:
name
:
my-bs-cloud-center
edgenode
:
name
:
random
#ip-prefix: 192.168.31
ip-prefix
:
192.168.31
#ip-prefix: 192.168.31
ipservice
:
#
ip: ipservice.cnf.org:23333
ip
:
192.168.31.190:23333
ip
:
ipservice.cnf.org:23333
#
ip
:
192.168.31.190:23333
sdn-controller
:
host
:
sdn.cnf.org
port
:
6653
zookeeper
:
#
url: zk.cnf.org:2181
url
:
192.168.31.190:2181
url
:
zk.cnf.org:2181
#
url: 192.168.31.190:2181
cnf
:
passwd
:
Vudo3423
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