-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: High
-
Resolution: Cannot Reproduce
-
Affects Version/s: VOLTHA v2.0
-
Fix Version/s: VOLTHA v2.1
-
Component/s: api-server, ofagent-py
-
Labels:
-
Environment:
dev environment for v2.x helm charts : https://github.com/ciena/voltha-helm-charts
-
Story Points:8
-
Epic Link:
-
Sprint:VOLTHA 2.1 Sprint 2, VOLTHA 2.1 Sprint 3, VOLTHA 2.1 Sprint 4, VOLTHA 2.1 Sprint 5, VOLTHA 2.1 Sprint 6
When starting voltha 2.0 in k8s ofagent attempts to connect to voltha API via the affinity router. While the services are starting up (including etcd-cluster, rw-core, ro-core and afrouter) the affinity router may return errors to ofagent or may not respond.
It appears that after a while that ofagent gives up and doesn't retry, which means there is no connectivity between the ofagent and the core and thus devices will not be visible in onos.
restarting ofagent (scale to 0 and back to 1) seems to fix things.