File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : ' 3'
22services :
3-
4- odl :
5- container_name : netapi_odl
6- image : globocom/odl:6.1.0
7- command : " /opt/opendaylight/bin/karaf server"
8- ports :
9- - " 6653:6653"
10- - " 6633:6633"
11- - " 8181:8181"
12- - " 8101:8101"
13- networks :
14- - netapi_net
15-
16- ovs1 :
17- container_name : ovs1
18- image : socketplane/openvswitch
19- tty : true
20- volumes :
21- - ./scripts/docker/docker-start-openvswitch.sh:/docker-start-openvswitch.sh:ro
22- command : sh docker-start-openvswitch.sh
23- cap_add :
24- - NET_ADMIN
25- networks :
26- - netapi_net
27- depends_on :
28- - odl
29-
30- ovs2 :
31- container_name : ovs2
32- image : socketplane/openvswitch
33- tty : true
34- volumes :
35- - ./scripts/docker/docker-start-openvswitch.sh:/docker-start-openvswitch.sh:ro
36- command : sh docker-start-openvswitch.sh
37- cap_add :
38- - NET_ADMIN
39- networks :
40- - netapi_net
41- depends_on :
42- - odl
43-
44- ovs3 :
45- container_name : ovs3
46- image : socketplane/openvswitch
47- tty : true
48- volumes :
49- - ./scripts/docker/docker-start-openvswitch.sh:/docker-start-openvswitch.sh:ro
50- command : sh docker-start-openvswitch.sh
51- cap_add :
52- - NET_ADMIN
53- networks :
54- - netapi_net
55- depends_on :
56- - odl
57-
58-
3+ odl :
4+ container_name : netapi_odl
5+ image : globocom/odl:6.1.0
6+ command : " /opt/opendaylight/bin/karaf server"
7+ ports :
8+ - " 6653:6653"
9+ - " 6633:6633"
10+ - " 8181:8181"
11+ - " 8101:8101"
12+ networks :
13+ - netapi_net
14+ ovs1 :
15+ container_name : ovs1
16+ image : socketplane/openvswitch
17+ tty : true
18+ volumes :
19+ - ./scripts/docker/docker-start-openvswitch.sh:/docker-start-openvswitch.sh:ro
20+ command : sh docker-start-openvswitch.sh
21+ cap_add :
22+ - NET_ADMIN
23+ networks :
24+ - netapi_net
25+ depends_on :
26+ - odl
27+ ovs2 :
28+ container_name : ovs2
29+ image : socketplane/openvswitch
30+ tty : true
31+ volumes :
32+ - ./scripts/docker/docker-start-openvswitch.sh:/docker-start-openvswitch.sh:ro
33+ command : sh docker-start-openvswitch.sh
34+ cap_add :
35+ - NET_ADMIN
36+ networks :
37+ - netapi_net
38+ depends_on :
39+ - odl
40+ ovs3 :
41+ container_name : ovs3
42+ image : socketplane/openvswitch
43+ tty : true
44+ volumes :
45+ - ./scripts/docker/docker-start-openvswitch.sh:/docker-start-openvswitch.sh:ro
46+ command : sh docker-start-openvswitch.sh
47+ cap_add :
48+ - NET_ADMIN
49+ networks :
50+ - netapi_net
51+ depends_on :
52+ - odl
5953networks :
6054 netapi_net :
You can’t perform that action at this time.
0 commit comments