chef server webui not working

北城以北 提交于 2021-02-07 19:54:01

问题


I have download and installed chef-server-core_12.x DPKG package on ubuntu 13.x

chef-server-ctl reconfigure ran successfully

but when i try URL http://chef.example.com i get following page saying chef server API thats all, i didn't find any login info etc anywhere. How do i get webui interface, is there anything i missed?

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

Here is there services status

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

回答1:


Starting in Chef Server 12 (side note, you installed a pre-release test version, please don't confuse this for a final release) the web interface is a paid, premium feature. You can install it via chef-server-ctl install opscode-manage. It is free up to 25 nodes or for the first 30 days, after that you should check the current Premium Chef pricing details.



来源:https://stackoverflow.com/questions/26516289/chef-server-webui-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!