Devstack Failure on Load Balancer Listener Creation

Bug #1709527 reported by janonymous
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kuryr-kubernetes
Fix Released
High
Antoni Segura Puimedon

Bug Description

Error:
- Devstack installation failure

Possible Reason:
While loop is not hit to check the state as error is raised in cli operation for listener create before while loop is hit
{Code}
    neutron lbaas-listener-create --loadbalancer "$lb_name" \
        --name default/kubernetes:443 \
        --protocol HTTPS \
        --protocol-port 443

    # We must wait for the LB to be active before we can put a Pool for it
    while [[ "$(_lb_state $lb_name)" != "ACTIVE" ]]; do
        sleep 1
    done
{Code}

Traceback:
http://paste.openstack.org/show/617874/

Related Bug: https://bugs.launchpad.net/octavia/+bug/1498130

Revision history for this message
Antoni Segura Puimedon (celebdor) wrote :
Changed in kuryr-kubernetes:
status: New → Confirmed
status: Confirmed → Triaged
importance: Undecided → High
assignee: nobody → Antoni Segura Puimedon (celebdor)
status: Triaged → Fix Released
Revision history for this message
Antoni Segura Puimedon (celebdor) wrote :

Specifically in:

+
+ # Octavia needs the LB to be active for the listener
+ while [[ "$(_lb_state $lb_name)" != "ACTIVE" ]]; do
+ sleep 1
+ done
+

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.