openstf/setup-examples

some fleets do not work

Closed this issue · 5 comments

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

can you help me?

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.

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

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

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?

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