Commit 71a72ef2 authored by ymwang's avatar ymwang

动态网络拓扑下发

parent e4687bc8
#Generated by Maven
#Sun Aug 16 17:08:54 CST 2020
version=1.0-SNAPSHOT
groupId=top.ninwoo
artifactId=cnf-distributed-business-topu
...@@ -2,7 +2,7 @@ server.port=8099 ...@@ -2,7 +2,7 @@ server.port=8099
bishe.app.app-name=joliu bishe.app.app-name=joliu
#bishe.app.cloud-url=192.168.31.156:9090 #bishe.app.cloud-url=192.168.31.156:9090
bishe.app.cloud-url=192.168.31.190:9091 bishe.app.cloud-url=192.168.31.198:9091
dfs.directory.output=/tmp/static/ dfs.directory.output=/tmp/static/
......
bishe.app.app-name=joliu bishe.app.app-name=joliu
#bishe.app.cloud-url=192.168.31.156:9090 #bishe.app.cloud-url=192.168.31.156:9090
bishe.app.cloud-url=192.168.31.190:9091 bishe.app.cloud-url=192.168.31.198:9091
spring.influx.url=http://192.168.0.108:8086 spring.influx.url=http://192.168.0.108:8086
spring.influx.user=admin spring.influx.user=admin
......
...@@ -32,7 +32,7 @@ public class TopoTests { ...@@ -32,7 +32,7 @@ public class TopoTests {
@Test @Test
public void test3() throws IllegalAccessException, InterruptedException { public void test() throws IllegalAccessException, InterruptedException {
ArrayList<SeparatedClusterConfig> clusterConfigs = new ArrayList<>(); ArrayList<SeparatedClusterConfig> clusterConfigs = new ArrayList<>();
SeparatedClusterConfig separatedClusterConfig = new SeparatedClusterConfig(); SeparatedClusterConfig separatedClusterConfig = new SeparatedClusterConfig();
List<ContainerDescription> cds = new ArrayList<>(); List<ContainerDescription> cds = new ArrayList<>();
......
...@@ -2,13 +2,13 @@ server: ...@@ -2,13 +2,13 @@ server:
port: 9091 port: 9091
zookeeper: zookeeper:
#url: zk.cnf.org:2181 url: zk.cnf.org:2181
url: 192.168.31.190:2181 #url: 192.168.31.190:2181
bs: bs:
cloudcenter: cloudcenter:
name: my-bs-cloud-center name: my-bs-cloud-center
ipservice: ipservice:
#url: ipservice.cnf.org:23333 url: ipservice.cnf.org:23333
url: 192.168.31.190:23333 #url: 192.168.31.190:23333
\ No newline at end of file \ No newline at end of file
...@@ -24,17 +24,17 @@ bs: ...@@ -24,17 +24,17 @@ bs:
name: my-bs-cloud-center name: my-bs-cloud-center
edgenode: edgenode:
name: random name: random
#ip-prefix: 192.168.31
ip-prefix: 192.168.31 ip-prefix: 192.168.31
#ip-prefix: 192.168.31
ipservice: ipservice:
#ip: ipservice.cnf.org:23333 ip: ipservice.cnf.org:23333
ip: 192.168.31.190:23333 #ip: 192.168.31.190:23333
sdn-controller: sdn-controller:
host: sdn.cnf.org host: sdn.cnf.org
port: 6653 port: 6653
zookeeper: zookeeper:
#url: zk.cnf.org:2181 url: zk.cnf.org:2181
url: 192.168.31.190:2181 #url: 192.168.31.190:2181
cnf: cnf:
passwd: Vudo3423 passwd: Vudo3423
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment