Kuryr-libnetwork v2 plugin
After Docker 1.13, docker swarm mode only work with docker managed plugin(v2 plugin). check [1] for more detail.
We need to let kuryr-libentwork support v2plugin mode, so that it can used in docker swarm mode after 1.13.
Blueprint information
- Status:
- Not started
- Approver:
- Antoni Segura Puimedon
- Priority:
- High
- Drafter:
- Liping Mao
- Direction:
- Approved
- Assignee:
- Liping Mao
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
The following things need to do in this BP:
1. write config.json for v2plugin.
2. write script to build rootfs.
3. update uwsgi to listen local unix socket.
3. update documents about the feature.
Related Bug:
https:/
I find there may has bug in 1.13.1 when use scope "global" in the v2plugin, double checking this with Docker team:
https:/
After check with Libnetwork team, I find we missed NetworkDriver api AllocateNetwork and FreeNetwork. the api is discribed in ttps://
Gerrit topic: https:/
Addressed by: https:/
Kuryr-
Gerrit topic: https:/
Addressed by: https:/
Add NetworkDriver api AllocateNetwork and FreeNetwork
Gerrit topic: https:/
Addressed by: https:/
Update Kuryr-libnetwork Docker managed plugin related doc