kuryr-kubernetes/kuryr_kubernetes/tests/unit/controller/drivers
Luis Tomas Bolivar 33594b8702 Ensure kuryr-controller recover from lb in ERROR status
This patch ensures kuryr controller can recover from the situation
when the created lb goes into ERROR status (instead of ACTIVE). Now,
when the kuryr-controller finds the created lb, it checks its
provisioning_status and if in ERROR status it will delete it and
ensure a ResourceNotReady exception is triggered so that a new
creation action is triggered after the deletion of the lb in ERROR
status.

Closes-Bug: 1815880
Change-Id: I3f5de710a5ff37dee05f5f8826cb37c343141a08
2019-02-14 11:45:33 +01:00
..
__init__.py Controller driver base and pod project driver 2016-11-18 17:46:55 +03:00
test_base.py Refactor DriverBase.get_instance() 2018-09-12 10:27:11 +09:00
test_default_project.py Ensure project id is returned for DefaultNamespaceProjectDriver 2018-08-02 13:29:31 +02:00
test_default_security_groups.py K8s Services support: LBaaSSpecHandler 2017-02-03 15:05:45 +03:00
test_default_subnet.py Move function get_subnet to kuryr_kubernetes.utils 2018-08-13 07:06:52 -04:00
test_lb_public_ip.py Make ext subnet config optional 2018-02-20 15:09:54 +02:00
test_lbaasv2.py Ensure kuryr-controller recover from lb in ERROR status 2019-02-14 11:45:33 +01:00
test_multi_vif.py Refactor DriverBase.get_instance() 2018-09-12 10:27:11 +09:00
test_namespace_security_groups.py Fix CRD update when NP has namespaceSelectors 2019-01-23 16:07:17 +00:00
test_namespace_subnet.py Move function get_subnet to kuryr_kubernetes.utils 2018-08-13 07:06:52 -04:00
test_nested_macvlan_vif.py NestedMacvlanPodVIFDriver gets host port before request vif 2018-02-20 10:22:11 +09:00
test_nested_vif.py Enforce E128 pep8 check 2017-06-13 14:22:51 +03:00
test_nested_vlan_vif.py dict_object.keys() is not required for *in* operator 2018-12-19 17:33:41 +05:30
test_network_policy.py Ensure host to pod connectivity for NP 2019-01-23 17:44:40 +01:00
test_network_policy_security_groups.py Fix CRD update when NP has namespaceSelectors 2019-01-23 16:07:17 +00:00
test_neutron_vif.py Separate helper function for pod 2018-08-10 11:23:58 +00:00
test_public_ip.py Ensure floatingip information is retrieved 2018-11-15 14:16:31 +01:00
test_sriov.py Drop unnecessary import 2018-09-26 17:12:33 +02:00
test_vif_pool.py Pools support with Network Policies 2019-02-08 17:18:45 +01:00