我正在尝试使用Chef,我正在尝试从工作站引导一个节点,看起来这个节点已经很好地启动了,它显示在Chef Server节点中,但如果你查看下面的日志,看起来像工作站似乎没有与厨师经理谈话,我也可以从工作站访问厨师经理。
function is_strictly_asc_or_desc(s)
while #s > 2 and s:sub(2,2) == s:sub(1,1) do s = s:sub(2) end
local temp = s:sub(1,1)
local up = s:sub(2,2) > temp
for c = 2, #s do
c = s:sub(c,c)
if up and c < temp or not up and c > temp then return false end
temp = c
end
return true
end
这是刀的完整输出
[2016-10-18T15:43:42-07:00] ERROR: Error connecting to https://cent7/organizations/farazk/nodes/unode, retry 5/5
答案 0 :(得分:1)
目标节点失败,而不是工作站。这意味着主机名MKMapViewDelegate
可以从您的工作站运行,但不能从您引导的服务器运行。确保您没有将其添加到您的hosts文件或使用某些解析器路径技巧。