stable/2023.1
master
stable/zed
stable/wallaby
stable/xena
stable/yoga
stable/victoria
16.0.0
16.0.0.0rc1
15.0.1
14.1.0
13.1.0
ussuri-eol
train-eol
stein-eol
rocky-eol
queens-eol
wallaby-em
15.0.0
15.0.0.0rc2
15.0.0.0rc1
pike-eol
12.1.1
victoria-em
14.0.0
14.0.0.0rc2
14.0.0.0rc1
11.2.1
12.1.0
11.2.0
ussuri-em
13.0.0
13.0.0.0rc1
ocata-eol
train-em
11.1.1
10.1.0
12.0.0
11.1.0
12.0.0.0rc2
12.0.0.0rc1
9.4.1
stein-em
11.0.0
11.0.0.0rc1
8.2.1
9.4.0
10.0.0
10.0.0.0rc2
10.0.0.0rc1
9.3.0
rocky-em
9.2.0
7.2.0
8.2.0
9.1.0
queens-em
9.0.0
9.0.0.0rc2
8.1.0
9.0.0.0rc1
pike-em
5.0.2
ocata-em
8.0.0
8.0.0.0rc2
8.0.0.0rc1
7.1.0
6.3.0
7.0.2
6.2.0
7.0.1
7.0.0
6.1.1
6.1.0
6.0.1
6.0.0
newton-eol
4.1.4
5.0.1
5.0.0
3.3.1
4.1.3
3.3.0
mitaka-eol
4.1.2
2.1.0
3.2.0
4.1.1
4.1.0
4.0.0
liberty-eol
3.1.1
3.1.0
3.0.0
kilo-eol
2.0.0
1.1.0
1.0.0.0b1
2015.1.0
2015.1.0b2
m1
${ noResults }
2 Commits (87f0799f953e0b338177360e8bcc10556b44de7c)
Author | SHA1 | Message | Date |
---|---|---|---|
![]() |
14909f0944 |
Add flannel's host-gw backend option
Allow configuring Flannel with 3 different backends Magnum deploys k8s/swarm over a dedicated neutron private network, possibly using flannel. Flannel's `host-gw` backend gives the best performance in this topopolgy (private layer2): no packet processing overhead, no reduction to MTU, scales to many hosts as well as the alternatives. The performance difference is significant, see bug for performance numbers for the 3 backend options. Note that part of this change involves relaxing the minion IP spoofing rules to allow traffic from all dynamically-allocated flannel subnets. This is morally equivalent to what we were doing previously with encapsulation - only now neutron is able to see the inner IP header directly. This patch repurposes the label "flannel_use_vxlan" when the network driver is flannel. 1. Rename the label flannel_use_vxlan to flannel_backend 2. Redefine the value of this label from "yes/no" to "udp/vxlan/host-gw" For example, to create a bay model with flannel as network driver: --network-driver flannel --labels flannel_backend=host-gw Other backend options are udp and vxlan. Co-Authored-By: Ton Ngo <ton@us.ibm.com> Partial-Bug: #1518605 Closes-Bug: #1516789 Change-Id: I6d2441664ad1baaca14d0e6ff4bcddbe75bee094 |
7 years ago |
![]() |
f108b46e79 |
Updates Swarm Heat Templates to Support Container Network Model
Previously, the Swarm templates did not support the Container Network Model. The templates have been updated to support the Flannel --network-driver. Conditionals have been added to support future --network-drivers. Partially-Implements: blueprint heat-network-refactor Change-Id: Ie90e41568df05055b91764b861e08de6f689d864 |
7 years ago |