You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the onos-ric via vagrant but I encountered the following error after running make riab OPT=ric VER=latest :
You can attach to:
* Onos CLI pod with
$ kubectl -n riab exec -it $(kubectl -n riab get pods -l type=cli -o name) -- /bin/sh
error: no matching resources found
mk/ric.mk:10: recipe for target '/home/vagrant/sdran-in-a-box//workspace/milestones/ric' failed
make: *** [/home/vagrant/sdran-in-a-box//workspace/milestones/ric] Error 1
Steps to reproduce :
cd ./vagrant/ric/
sudo vagrant up
sudo vagrant ssh
make riab OPT=ric VER=latest
Results :
The make file terminated and gives the following error :
error: no matching resources found
mk/ric.mk:10: recipe for target '/home/vagrant/sdran-in-a-box//workspace/milestones/ric' failed
make: *** [/home/vagrant/sdran-in-a-box//workspace/milestones/ric] Error 1
Also some pods are keep restarting, below are the output of the kubectl describe pods :
The following is the output of kubectl describe pods onos-uenib -n riab
Warning ConfigureStoreFailed 37m (x2 over 37m) atomix Failed reconfiguring store 'riab/onos-consensus-store': connection error: desc = "transport: Error while dialing dial tcp 192.168.84.10:5679: connect: connection refused"
Normal ConnectedStore 16m (x5 over 50m) atomix Successfully connected to store 'riab/onos-consensus-store'
Normal ConfiguredStore 16m (x29 over 50m) atomix Configured store 'riab/onos-consensus-store'
Warning Unhealthy 12m (x431 over 57m) kubelet Startup probe failed: dial tcp 192.168.84.10:5150: connect: connection refused
The following is the output of kubectl describe pods onos-e2t-66bf77f4dc-2hj2t -n riab
Normal Started 57m kubelet Started container atomix-proxy
Warning ConfigureStoreFailed 37m (x2 over 37m) atomix Failed reconfiguring store 'riab/onos-consensus-store': connection error: desc = "transport: Error while dialing dial tcp 192.168.84.10:5679: connect: connection refused"
Normal ConnectedStore 16m (x5 over 50m) atomix Successfully connected to store 'riab/onos-consensus-store'
Normal ConfiguredStore 16m (x29 over 50m) atomix Configured store 'riab/onos-consensus-store'
Warning Unhealthy 12m (x431 over 57m) kubelet Startup probe failed: dial tcp 192.168.84.10:5150: connect: connection refused
Appreciate your help
The text was updated successfully, but these errors were encountered:
Hello All,
I tried to run the onos-ric via vagrant but I encountered the following error after running
make riab OPT=ric VER=latest
:Steps to reproduce :
Results :
The make file terminated and gives the following error :
error: no matching resources found
mk/ric.mk:10: recipe for target '/home/vagrant/sdran-in-a-box//workspace/milestones/ric' failed
make: *** [/home/vagrant/sdran-in-a-box//workspace/milestones/ric] Error 1
Also some pods are keep restarting, below are the output of the
kubectl describe pods
:The following is the output of kubectl describe pods onos-uenib -n riab
Warning ConfigureStoreFailed 37m (x2 over 37m) atomix Failed reconfiguring store 'riab/onos-consensus-store': connection error: desc = "transport: Error while dialing dial tcp 192.168.84.10:5679: connect: connection refused"
Normal ConnectedStore 16m (x5 over 50m) atomix Successfully connected to store 'riab/onos-consensus-store'
Normal ConfiguredStore 16m (x29 over 50m) atomix Configured store 'riab/onos-consensus-store'
Warning Unhealthy 12m (x431 over 57m) kubelet Startup probe failed: dial tcp 192.168.84.10:5150: connect: connection refused
The following is the output of kubectl describe pods onos-e2t-66bf77f4dc-2hj2t -n riab
Normal Started 57m kubelet Started container atomix-proxy
Warning ConfigureStoreFailed 37m (x2 over 37m) atomix Failed reconfiguring store 'riab/onos-consensus-store': connection error: desc = "transport: Error while dialing dial tcp 192.168.84.10:5679: connect: connection refused"
Normal ConnectedStore 16m (x5 over 50m) atomix Successfully connected to store 'riab/onos-consensus-store'
Normal ConfiguredStore 16m (x29 over 50m) atomix Configured store 'riab/onos-consensus-store'
Warning Unhealthy 12m (x431 over 57m) kubelet Startup probe failed: dial tcp 192.168.84.10:5150: connect: connection refused
Appreciate your help
The text was updated successfully, but these errors were encountered: