소스 검색

Increate lbaas_activation_timeout for kuryr-controller

When using Octavia as LBaaS on slow (or busy) environments it may take
longer than the default 300 seconds for the Amphora VM to be
provisioned.

If this timeout is reached, kuryr will retry the action. However, as the
LBaaS creation was already triggered and due to a bug in Octavia
(https://storyboard.openstack.org/#!/story/2001944) when trying to list
existing load balancers with filtering, the kuryr controller will fail
to perform the remaining operations.

This commit increases that timeout to 1200 seconds by default.
Luis Tomas Bolivar 6 년 전
부모
커밋
4066c13e0d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      roles/kuryr/templates/configmap.yaml.j2

+ 3 - 0
roles/kuryr/templates/configmap.yaml.j2

@@ -318,6 +318,9 @@ data:
     pod_router = {{ kuryr_openstack_pod_router_id }}
 {% endif %}
 
+    # Time (in seconds) that Kuryr controller waits for LBaaS to be activated
+    lbaas_activation_timeout = 1200
+
     [pod_vif_nested]
 
     worker_nodes_subnet = {{ kuryr_openstack_worker_nodes_subnet_id }}