Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add network dict with ipv6 #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ services:
interval: 5s
timeout: 5s
retries: 60
networks:
- sdxnet
mq1:
image: rabbitmq:latest
pull_policy: always
Expand All @@ -19,6 +21,8 @@ services:
interval: 5s
timeout: 5s
retries: 60
networks:
- sdxnet
ampath:
image: amlight/kytos-sdx:latest
pull_policy: always
Expand All @@ -40,6 +44,8 @@ services:
rsyslogd
kytosd --database mongodb
tail -f /dev/null
networks:
- sdxnet
sax:
image: amlight/kytos-sdx:latest
pull_policy: always
Expand All @@ -61,6 +67,8 @@ services:
rsyslogd
kytosd --database mongodb
tail -f /dev/null
networks:
- sdxnet
tenet:
image: amlight/kytos-sdx:latest
pull_policy: always
Expand All @@ -82,6 +90,8 @@ services:
rsyslogd
kytosd --database mongodb
tail -f /dev/null
networks:
- sdxnet
ampath-lc:
image: awsdx/sdx-lc:latest
pull_policy: always
Expand All @@ -105,6 +115,8 @@ services:
python3 /sdx-end-to-end-tests/wait-rabbit.py
python3 -m uvicorn sdx_lc.app:asgi_app --host 0.0.0.0 --port 8080
command: [""]
networks:
- sdxnet
sax-lc:
image: awsdx/sdx-lc:latest
pull_policy: always
Expand All @@ -128,6 +140,8 @@ services:
python3 /sdx-end-to-end-tests/wait-rabbit.py
python3 -m uvicorn sdx_lc.app:asgi_app --host 0.0.0.0 --port 8080
command: [""]
networks:
- sdxnet
tenet-lc:
image: awsdx/sdx-lc:latest
pull_policy: always
Expand All @@ -151,6 +165,8 @@ services:
python3 /sdx-end-to-end-tests/wait-rabbit.py
python3 -m uvicorn sdx_lc.app:asgi_app --host 0.0.0.0 --port 8080
command: [""]
networks:
- sdxnet
sdx-controller:
image: awsdx/sdx-controller:latest
pull_policy: always
Expand All @@ -174,6 +190,8 @@ services:
python3 /sdx-end-to-end-tests/wait-rabbit.py
python3 -m uvicorn sdx_controller.app:asgi_app --host 0.0.0.0 --port 8080
command: [""]
networks:
- sdxnet
mininet:
image: italovalcy/mininet:latest
pull_policy: always
Expand All @@ -194,3 +212,12 @@ services:
apt-get update && apt-get install -y tmux jq python3-pytest python3-requests
python3 -m pip install -r requirements.txt
tail -f /dev/null
networks:
- sdxnet
networks:
sdxnet:
enable_ipv6: true
ipam:
config:
- subnet: 2001:db8::/64