Possible routing issues because of docker networking
Bug #1848249 reported by
Dincer Celik
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
In Progress
|
Medium
|
Mark Goddard | ||
Ussuri |
Fix Committed
|
Medium
|
Dincer Celik | ||
Victoria |
Fix Committed
|
Medium
|
Mark Goddard |
Bug Description
Docker is using 172.17.0.0/16 by default for bridge networking on docker0 and this might cause problems. For example; user might have a subnet which might be included in 172.17.0.0/16, so there will happen routing issues.
As kolla uses host networking, it should be better to disable docker bridge networking.
description: | updated |
Changed in kolla-ansible: | |
assignee: | nobody → Dincer Celik (osmanlicilegi) |
Changed in kolla-ansible: | |
status: | New → In Progress |
milestone: | none → 9.0.0 |
no longer affects: | kolla-ansible/train |
Changed in kolla-ansible: | |
milestone: | 9.0.0 → none |
Changed in kolla-ansible: | |
assignee: | Dincer Celik (osmanlicilegi) → Mark Goddard (mgoddard) |
Changed in kolla-ansible: | |
milestone: | 11.0.0 → none |
To post a comment you must log in.
Cores, if you agree this should be fixed, I can work on it.