Skip to content

Commit cc14b26

Browse files
authored
Merge pull request #28358 from dulek/kuryr-service-subnet-note
Bug 1910665: Kuryr: Add note about expected OpenStack subnet
2 parents 6acb410 + 673b551 commit cc14b26

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/installation-osp-kuryr-config-yaml.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,25 @@ networking:
4040
machineNetwork:
4141
- cidr: 10.0.0.0/16
4242
serviceNetwork:
43-
- 172.30.0.0/16
43+
- 172.30.0.0/16 <1>
4444
networkType: Kuryr
4545
platform:
4646
openstack:
4747
cloud: mycloud
4848
externalNetwork: external
4949
computeFlavor: m1.xlarge
5050
lbFloatingIP: 128.0.0.1
51-
trunkSupport: true
52-
octaviaSupport: true
51+
trunkSupport: true <2>
52+
octaviaSupport: true <2>
5353
pullSecret: '{"auths": ...}'
5454
sshKey: ssh-ed25519 AAAA...
5555
----
56-
57-
[NOTE]
58-
====
59-
Both `trunkSupport` and `octaviaSupport` are automatically discovered by the
56+
<1> The Amphora Octavia driver creates two ports per load balancer. As a
57+
result, the service subnet that the installer creates is twice the size of the
58+
CIDR that is specified as the value of the `serviceNetwork` property. The larger range is
59+
required to prevent IP address conflicts.
60+
<2> Both `trunkSupport` and `octaviaSupport` are automatically discovered by the
6061
installer, so there is no need to set them. But if your environment does not
6162
meet both requirements, Kuryr SDN will not properly work. Trunks are needed
6263
to connect the pods to the {rh-openstack} network and Octavia is required to create the
6364
{product-title} services.
64-
====

0 commit comments

Comments
 (0)