【发布时间】:2015-04-15 01:01:24
【问题描述】:
我已经在ubuntu 13.x上下载并安装了chef-server-core_12.x DPKG包
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
这里是服务状态
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
【问题讨论】:
标签: ubuntu chef-infra configuration-management