Skip to content

Commit 142302f

Browse files
authored
Merge pull request #51467 from maxwelldb/lb-svc-creation-bz2102680
[BZ#2102680] Address load balancer service creation limitation when the IP is specified with the in-tree cloud provider (and OSP)
2 parents a34340c + 819da3b commit 142302f

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

installing/installing_openstack/installing-openstack-installer-custom.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ include::modules/installation-registry-osp-creating-custom-pvc.adoc[leveloffset=
2626
include::modules/installation-osp-verifying-external-network.adoc[leveloffset=+1]
2727
include::modules/installation-osp-describing-cloud-parameters.adoc[leveloffset=+1]
2828
include::modules/installation-osp-setting-cloud-provider-options.adoc[leveloffset=+1]
29+
include::modules/installation-osp-cloud-provider-lb-fip.adoc[leveloffset=+2]
2930
include::modules/installation-obtaining-installer.adoc[leveloffset=+1]
3031
include::modules/installation-initializing.adoc[leveloffset=+1]
3132

installing/installing_openstack/installing-openstack-installer-kuryr.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ include::modules/installation-osp-enabling-swift.adoc[leveloffset=+1]
3232
include::modules/installation-osp-verifying-external-network.adoc[leveloffset=+1]
3333
include::modules/installation-osp-describing-cloud-parameters.adoc[leveloffset=+1]
3434
include::modules/installation-osp-setting-cloud-provider-options.adoc[leveloffset=+1]
35+
include::modules/installation-osp-cloud-provider-lb-fip.adoc[leveloffset=+2]
3536
include::modules/installation-obtaining-installer.adoc[leveloffset=+1]
3637
include::modules/installation-initializing.adoc[leveloffset=+1]
3738
include::modules/installation-configure-proxy.adoc[leveloffset=+2]

installing/installing_openstack/installing-openstack-installer-restricted.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ include::modules/cluster-entitlements.adoc[leveloffset=+1]
3030
include::modules/installation-osp-enabling-swift.adoc[leveloffset=+1]
3131
include::modules/installation-osp-describing-cloud-parameters.adoc[leveloffset=+1]
3232
include::modules/installation-osp-setting-cloud-provider-options.adoc[leveloffset=+1]
33+
include::modules/installation-osp-cloud-provider-lb-fip.adoc[leveloffset=+2]
3334
include::modules/installation-creating-image-restricted.adoc[leveloffset=+1]
3435
include::modules/installation-initializing.adoc[leveloffset=+1]
3536
include::modules/installation-configure-proxy.adoc[leveloffset=+2]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
//Module included in the following assemblies:
2+
//
3+
// * installing/installing_openstack/installing-openstack-installer-custom.adoc
4+
// * installing/installing_openstack/installing-openstack-installer-kuryr.adoc
5+
// * installing/installing_openstack/installing-openstack-installer-user.adoc
6+
7+
:_content-type: CONCEPT
8+
[id="installation-osp-cloud-provider-lb-fip_{context}"]
9+
= External load balancers that use pre-defined floating IP addresses
10+
11+
Commonly, {rh-openstack-first} deployments disallow non-administrator users from creating specific floating IP addresses. If such a policy is in place and you use a floating IP address in your service specification, the cloud provider will fail to handle IP address assignment to load balancers.
12+
13+
If you use an external cloud provider, you can avoid this problem by pre-creating a floating IP address and specifying it in your service specification. The in-tree cloud provider does not support this method.
14+
15+
Alternatively, you can link:https://access.redhat.com/solutions/6069071[modify the {rh-openstack} Networking service (Neutron) to allow non-administrator users to create specific floating IP addresses].

0 commit comments

Comments
 (0)