厨师服务器webui不工作

Sat*_*ish 3 ubuntu configuration-management chef-infra

我已经下载并安装了chef-server-core_12.xDPKG包ubuntu 13.x

chef-server-ctl reconfigure 跑得很成功

但当我尝试URL时,http://chef.example.com我得到以下页面说明了chef server API所有,我没有找到任何登录信息等任何地方.我如何获得webui界面,有什么我错过的吗?

Chef Server API

This is the main endpoint for all of the Chef API's. In general, none of these have any HTML representations, and the vast majority of them require that you are sending properly authenticated requests. So while it's neat that you came to visit, you probably won't find what you are looking for here.

You can manage your organization's infrastructure interactively using the Chef Management Console
Run Code Online (Sandbox Code Playgroud)

这里有服务状态

root@example.com# chef-server-ctl status
run: bookshelf: (pid 29813) 308s; run: log: (pid 29205) 339s
run: nginx: (pid 29967) 305s; run: log: (pid 29553) 316s
run: oc_bifrost: (pid 29574) 313s; run: log: (pid 28940) 358s
run: oc_id: (pid 29610) 313s; run: log: (pid 29012) 347s
run: opscode-erchef: (pid 29915) 306s; run: log: (pid 29202) 339s
run: opscode-expander: (pid 29705) 310s; run: log: (pid 29069) 341s
run: opscode-expander-reindexer: (pid 29773) 308s; run: log: (pid 29071) 341s
run: opscode-solr4: (pid 29658) 311s; run: log: (pid 29066) 341s
run: postgresql: (pid 29561) 314s; run: log: (pid 28605) 379s
run: rabbitmq: (pid 27631) 396s; run: log: (pid 27630) 396s
run: redis_lb: (pid 29498) 320s; run: log: (pid 29448) 322s
Run Code Online (Sandbox Code Playgroud)

cod*_*ger 6

从Chef Server 12开始(旁注,您安装了预发布测试版,请不要混淆最终版本)Web界面是付费的高级功能.你可以通过安装它chef-server-ctl install opscode-manage.它最多可免费提供25个节点或前30天,之后您应查看当前的Premium Chef定价详细信息.

  • 不,你没有.Chef Server 12消除了旧的"开源"和"企业"版本之间的差异.现在只有一个Chef服务器.旧的免费Web界面已被弃用了一段时间,并已在Chef Server 12中删除.有关详细信息,请参阅https://coderanger.net/chef-webui/. (3认同)
  • 一旦你做了chef-server-ctl install opscode-manage,记得做一个opscode-manage-ctl重新配置,或者它看起来好像什么都没有改变. (2认同)