-
Type: Task
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.12
-
Component/s: voltha-onos
-
Labels:None
-
Story Points:3
https://jenkins.opencord.org/job/verify_voltha-onos_sanity-test/327/artifact/always/onos-pods-describe.txt shows the error below:
__Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 9m54s default-scheduler Successfully assigned default/voltha-infra-onos-classic-0 to kind-ci-worker
Normal Pulling 9m53s kubelet Pulling image "tutum/dnsutils:latest"
Normal Pulled 9m36s kubelet Successfully pulled image "tutum/dnsutils:latest" in 16.943982667s
Normal Created 9m27s kubelet Created container onos-classic-init
Normal Started 9m26s kubelet Started container onos-classic-init
Warning Failed 7m44s (x10 over 9m25s) kubelet Error: ErrImageNeverPull_
Warning ErrImageNeverPull 4m45s (x24 over 9m25s) kubelet Container image "mirror.registry.opennetworking.org/voltha/voltha-onos:citest" is not present with pull policy of Never_
The helm parameters in log file:
12:05:56 + helm upgrade -install --create-namespace -n default voltha-infra onf/voltha-infra --set onos-classic.replicas=1,onos-classic.atomix.replicas=1 --set kafka.replicaCount=1,kafka.zookeeper.replicaCount=1 --set etcd.statefulset.replicaCount=1 --set etcd.replicaCount=1 --set etcd.ingress.enabled=true --set etcd.ingress.enableVirtualHosts=true -f /w/workspace/verify_voltha-onos_sanity-test/voltha-helm-charts/examples/att-values.yaml --set global.image_registry=mirror.registry.opennetworking.org/ --set etcd.image.registry=mirror.registry.opennetworking.org --set kafka.image.registry=mirror.registry.opennetworking.org --set kafka.zookeper.image.registry=mirror.registry.opennetworking.org --set onos-classic.image.repository=mirror.registry.opennetworking.org/voltha/voltha-onos --set onos-classic.atomix.image.repository=mirror.registry.opennetworking.org/atomix/atomix --set freeradius.images.radius.registry=mirror.registry.opennetworking.org/ --set global.image_tag=master --set onos-classic.image.tag=master --set global.log_level=INFO --set onos-classic.onosSshPort=30115 --set onos-classic.onosApiPort=30120 --set onos-classic.onosOfPort=31653 --set onos-classic.individualOpenFlowNodePorts=true *-set nos-classic.image.repository=voltha/voltha-onos,*onos-classic.image.tag=citest,onos-classic.image.pullPolicy=Never
as seen here the 'o' character at the beginning of the 'nos-classic.image.repository=voltha/voltha-onos' is missing.