Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Production Ready OpenStack - Recipes for Successful Environments

You're reading from   Production Ready OpenStack - Recipes for Successful Environments Production Ready OpenStack - Recipes for Successful Environments

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher Packt
ISBN-13 9781783986903
Length 210 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Arthur Berezin Arthur Berezin
Author Profile Icon Arthur Berezin
Arthur Berezin
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Introduction to OpenStack and its Deployment Using Packages FREE CHAPTER 2. Deploying OpenStack Using Staypuft OpenStack Installer 3. Deploying Highly Available OpenStack 4. Keystone Identity Service 5. Glance Image Service 6. Cinder Block Storage Service 7. Neutron Networking Service 8. Nova-Compute Service 9. Horizon Dashboard Service Index

Configuring LoadBalancer as a service


The Neutron LBaaS extension allows us to create virtual load balancers that can balance incoming application traffic between running virtual machine instances. The extension introduces additional Neutron API calls to create and manage virtual IP addresses, pools, pool members, and health monitors.

Getting ready

Neutron LBaaS service relies on an HAProxy implementation driver. Before getting started with configuring Neutron LBaaS, make sure that the HAProxy service is installed on the neutron network node running L3 service:

[root@neutron-node ~]# yum -y install haproxy

Note

If Neutron LBaaS is installed on same node with Keystone, you will need to change the default HAProxy port, since Keystone uses port 5000 for public endpoint. Edit the file /etc/haproxy/haproxy.cfg and change the line frontend main *:5000 to frontend main *:5001.

How to do it…

Follow these steps to configure Neutron LBaaS:

  1. In Neutron's main configuration file, under the DEFAULT section...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image