Managing several hosts over several DigitalOcean droplet is working fine. But everytime I try to add one of my own hosts, I get into trouble. It stucks always while setting up containers. Rancher Server brings the following error.
2015-08-27 13:09:57,217 ERROR [ad74edaa-5237-4979-9551-b25081b5da29:55] [networkServiceProviderInstanceMap:1] [networkserviceproviderinstancemap.activate->(AgentInstanceApplyItems)] [] [cutorService-16] [i.c.p.a.i.p.AgentInstanceApplyItems ] Failed to find nic for [networkServiceProviderInstanceMap:1]
No Idea where to start. Switching off the firewall didn’t solve the problem. Running rancher-server and rancher-agent on my own hosts causes the same error. Can you help?
By the way I’ve started rancher server with this settings:
sudo docker run
-d
–restart=always
–name rancher-server
–label io.rancher.container.network=true
-p 8080:8080
-v /home/rancher/db:/var/lib/mysqli
rancher/server