User Tools

Site Tools


recipe:lb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
recipe:lb [2018/12/07 12:24] – created chudlerrecipe:lb [2020/05/14 14:38] (current) chudler
Line 1: Line 1:
 ==== Creating a load balancer ==== ==== Creating a load balancer ====
 +[Note: This document appears to be out of date]
 <code> <code>
 openstack loadbalancer create --vip-network-id VLAN164 --name my-lb openstack loadbalancer create --vip-network-id VLAN164 --name my-lb
Line 18: Line 18:
  
 A free IP on VLAN164 will immediately start listening on port 80 or 443 for HTTP, HTTPS. Any traffic to those ports will be replayed back to a healthly (responding) virtual instance on the subnet id 9f9a73fd-2a98-4cfb-ac43-645b119e0135. A free IP on VLAN164 will immediately start listening on port 80 or 443 for HTTP, HTTPS. Any traffic to those ports will be replayed back to a healthly (responding) virtual instance on the subnet id 9f9a73fd-2a98-4cfb-ac43-645b119e0135.
 +
 +=== Destroying Load Balancer ===
 +
 +[[https://storyboard.openstack.org/#!/story/1613956|BUGS!]]
 +
 +(beware: many/most of the comments on that bug are incorrect, including workarounds)
 +
 +Otherwise, if the load balancer is online:
 +<code>
 +openstack loadbalancer delete my-lb --cascade
 +</code>
/var/lib/dokuwiki/data/attic/recipe/lb.1544207072.txt.gz · Last modified: 2018/12/07 12:24 by chudler

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki