mise a jour
This commit is contained in:
parent
29318fe9d5
commit
13234e7132
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ def create_topology():
|
||||||
btrap = net.addDocker('btrap', ip=BOOTSTRAP_SERVER, dimage="config:topo")
|
btrap = net.addDocker('btrap', ip=BOOTSTRAP_SERVER, dimage="config:topo")
|
||||||
|
|
||||||
info('*** Adding topology server\n')
|
info('*** Adding topology server\n')
|
||||||
srv = net.addDocker('srv', ip=SVR_IP, dimage="server:topo", environment={})
|
srv = net.addDocker('srv', ip=SVR_IP, dimage="server:topo", environment={'MY_IP':SVR_IP})
|
||||||
|
|
||||||
info('*** Adding topology intermediary gateway\n')
|
info('*** Adding topology intermediary gateway\n')
|
||||||
gwi1 = net.addDocker('gwi1', ip=GWI1_IP, dimage="gateway:topo", environment={'MY_IP':GWI1_IP})
|
gwi1 = net.addDocker('gwi1', ip=GWI1_IP, dimage="gateway:topo", environment={'MY_IP':GWI1_IP})
|
||||||
|
|
Loading…
Reference in a new issue