You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs_user/modules/proc_adopting-the-loadbalancer-service.adoc
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
= Adopting the {loadbalancer_service}
5
5
6
6
[role="_abstract"]
7
-
To adopt the {loadbalancer_first_ref}, you patch an existing `OpenStackControlPlane` custom resource (CR) where the {loadbalancer_service} is disabled. The patch starts the service with the configuration parameters that are provided by the {rhos_prev_long} ({OpenStackShort}) environment. After completing the data plane adoption, you must trigger a failover of existing load balancers to upgrade their amphora VMs to use the new image and establish connectivity with the new control plane.
7
+
To adopt the {loadbalancer_first_ref}, you patch an existing `OpenStackControlPlane` custom resource (CR) where the {loadbalancer_service} is disabled. The patch starts the service with the configuration parameters that are provided by the {rhos_prev_long} ({OpenStackShort}) environment. After completing the data plane adoption, you must trigger a failover of existing load balancers to upgrade their amphora virtual machines to use the new image and to establish connectivity with the new control plane.
8
8
9
9
.Procedure
10
10
@@ -64,7 +64,7 @@ Specifies the name of the network interface in your {OpenShiftShort} setup.
64
64
<mtu>::
65
65
Specifies the `mtu` value in your environment.
66
66
67
-
. To connect pods that manage load balancer virtual machines (amphorae) and the OpenvSwitch pods that are managed by the OVN operator, configure the {loadbalancer_service} network attachment definition:
67
+
. To connect pods that manage load balancer virtual machines (amphorae) and the OpenvSwitch pods the OVN operator manages, configure the {loadbalancer_service} network attachment definition:
68
68
+
69
69
----
70
70
$ cat octavia-nad.yaml << EOF_CAT
@@ -95,6 +95,11 @@ spec:
95
95
}
96
96
}
97
97
EOF_CAT
98
+
----
99
+
100
+
. Create the `NetworkAttachmentDefinition` CR:
101
+
+
102
+
----
98
103
$ oc apply -f octavia-nad.yaml
99
104
----
100
105
@@ -148,7 +153,7 @@ $ openstack endpoint list --service load-balancer
148
153
149
154
.Post-adoption cleanup
150
155
151
-
Before running the post-adoption cleanup, you can ensure that the connectivty between the new control plane and the adopted compute nodes is functional by creating a new load balancer and checking that its `provisioning_status` becomes `ACTIVE`.
156
+
Before running the post-adoption cleanup, you can ensure that the connectivty between the new control plane and the adopted Compute nodes is functional by creating a new load balancer and checking that its `provisioning_status` becomes `ACTIVE`.
152
157
153
158
----
154
159
$ alias openstack="oc exec -t openstackclient -- openstack"
After you complete the data plane adoption, perform the following cleanup steps to upgrade existing load balancers and remove old resources.
159
164
160
-
. Trigger a failover for all existing load balancers to upgrade the amphorae virtual machines to use the new image and establish connectivity with the new control plane:
165
+
. Trigger a failover for all existing load balancers to upgrade the amphorae virtual machines to use the new image and to establish connectivity with the new control plane:
0 commit comments