Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am trying to fire up Octavia Load balancer to balance user requests over 5 servers running a web application. I have been searching for a tutorial on this as the OpenStack API does not give a detailed guideline.

A brief background to my current OpenStack setup. We have OpenStack installed using juju and Octavia was installed also using juju, this link https://jaas.ai/octavia/15 and this is the overlay bundle used https://github.com/openstack-charmers/openstack-bundles/blob/master/stable/overlays/loadbalancer-octavia.yaml. After this installation, to bring Octavia up is my problem. I followed this tutorial https://docs.openstack.org/octavia/latest/install/install-ubuntu.html, but it seems to be doing what the juju commands did, so I am at a loss to how I am supposed to start up an Octavia instance.

Can someone point me to a resource that explains this?

Thank you.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
239 views
Welcome To Ask or Share your Answers For Others

1 Answer

glad to have you trying out Octavia.

The document you are looking for is the load balancing cookbook: https://docs.openstack.org/octavia/latest/user/guides/basic-cookbook.html

It is included in our end-user section of the Octavia documentation here: https://docs.openstack.org/octavia/latest/user/index.html

Michael


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...