chef - Error executing action `run` on resource 'execute[wait for leader]' -
i using chef cookbook dcos on-premise setup. here 2 issues faced, second 1 being 1 still stuck on....
1. package dcos-el-repo not found:
*10.40.1.2 * package dcos-el-repo not found: http://repos.mesosphere.io/dcos/el/7/noarch/rpms/dcos-el-repo-7-0.el7.centos.noarch.rpm*
note: able bypass manually installing rpm on each node , commenting out _repo.rb recipe running. not sure why wouldn't work via recipe though.
2. execute[wait leader] action run
10.40.1.9 error executing action
run
on resource 'execute[wait leader]' 10.40.1.9 ================================================================================ 10.40.1.9 10.40.1.9 10.40.1.9 mixlib::shellout::shellcommandfailed 10.40.1.9 ------------------------------------ 10.40.1.9 expected process exit [0], received '2' 10.40.1.9 ---- begin output of ping -c 1 leader.mesos ---- 10.40.1.9 stdout: 10.40.1.9 stderr: ping: unknown host leader.mesos 10.40.1.9 ---- end output of ping -c 1 leader.mesos ---- 10.40.1.9 ran ping -c 1 leader.mesos returned 2
Comments
Post a Comment