【问题标题】:chef server webui not working厨师服务器webui不工作
【发布时间】: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


    【解决方案1】:

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

    【讨论】:

    • 你是对的!我错误地下载了企业版,我有uninstall它并安装opensource版本!非常感谢
    • 不,你没有。 Chef Server 12 消除了旧的“开源”和“企业”版本之间的差异。现在只有一个 Chef Server。旧的免费网络界面已被弃用一段时间,并已在 Chef Server 12 中删除。有关详细信息,请参阅 coderanger.net/chef-webui
    • 我已经安装了chef-server_11.1.3-1_amd64.deb,一切正常!我不关心12,因为我正在学习,目前并不重要
    • 如果您正在学习,则不应使用旧的网络界面,因为如前所述,它已被弃用并在下一版本中删除。
    • 一旦你执行了 chef-server-ctl install opscode-manage 记得重新配置 opscode-manage-ctl 否则它看起来好像什么都没有改变。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-02-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多