openstf / setup-examples

STF Setup Examples using Vagrant and Docker
45 stars 33 forks source link

some fleets do not work #19

Closed dyxrdyxr closed 7 years ago

dyxrdyxr commented 7 years ago

I follow the setup-examples, but some fleets do not work 2017-06-29 1 03 31

can you help me?

vbanthia-zz commented 7 years ago

services are activating. All these services need to download docker images which can take time that is why it will show like that for some time depending on your internet connection.

dyxrdyxr commented 7 years ago

but I wait for several hours and fleetctl unload stf-api@3700.service and fleetctl start stf-api@3700.service and then ssh to core-02

journalctl -u stf-api@3700.service 2017-06-30 8 55 17

vbanthia-zz commented 7 years ago

You can see in the logs that some docker layers are not downloaded properly.There is some Retry going on. Check if you can download image or not. docker pull openstf/stf

dyxrdyxr commented 7 years ago

yes, you're right. I run "docker pull openstf/stf" manually 2017-06-30 9 05 22 and some docker layers are not downloaded completely. so for each core I can run "docker pull openstf/stf" manually , and when stf is downloaded completely , then restart each inactive unit?

dyxrdyxr commented 7 years ago

now it works. I change another docker registry mirror. thanks.