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: doc/source/guides/devstack-with-lbaas-v2.rst
+21-9Lines changed: 21 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
-
Configure Load-Balancer in Kilo
1
+
Configure Load-Balancer Version 2
2
2
=================================
3
3
4
-
The Kilo release of OpenStack will support Version 2 of the neutron load balancer. Until now, using OpenStack `LBaaS V2 <http://docs.openstack.org/api/openstack-network/2.0/content/lbaas_ext.html>`_ has required a good understanding of neutron and LBaaS architecture and several manual steps.
4
+
Starting in the OpenStack Liberty release, the
5
+
`neutron LBaaS v2 API <http://developer.openstack.org/api-ref-networking-v2-ext.html>`_
6
+
is now stable while the LBaaS v1 API has been deprecated. The LBaaS v2 reference
7
+
driver is based on Octavia.
5
8
6
9
7
10
Phase 1: Create DevStack + 2 nova instances
8
11
--------------------------------------------
9
12
10
-
First, set up a vm of your choice with at least 8 GB RAM and 16 GB disk space, make sure it is updated. Install git and any other developer tools you find useful.
13
+
First, set up a vm of your choice with at least 8 GB RAM and 16 GB disk space,
14
+
make sure it is updated. Install git and any other developer tools you find useful.
11
15
12
16
Install devstack
13
17
@@ -24,6 +28,7 @@ Edit your ``local.conf`` to look like
Please note here that the "10.0.0.3" and "10.0.0.5" in the above commands are the IPs of the nodes (in my test run-thru, they were actually 10.2 and 10.4), and the address of the created LB will be reported as "vip_address" from the lbaas-loadbalancer-create, and a quick test of that LB is "curl that-lb-ip", which should alternate between showing the IPs of the two nodes.
108
+
Please note here that the "10.0.0.3" and "10.0.0.5" in the above commands are the IPs of the nodes
109
+
(in my test run-thru, they were actually 10.2 and 10.4), and the address of the created LB will be
110
+
reported as "vip_address" from the lbaas-loadbalancer-create, and a quick test of that LB is
111
+
"curl that-lb-ip", which should alternate between showing the IPs of the two nodes.
0 commit comments