简体   繁体   English

如何为Chef Server设置Chef管理控制台(使用AWS OpsWorks旋转已有一个)

[英]How to setup Chef management console for Chef Server(existing one spun up using AWS OpsWorks)

This is my first time working with AWS OpsWorks. 这是我第一次使用AWS OpsWorks。

I spun up a AWS OpsWorks instance(consists of Chef Automate and Chef server). 我启动了一个AWS OpsWorks实例(由Chef Automate和Chef服务器组成)。 I have an existing chef server URL mentioned in my knife.rb file - " https://chef-automate-xxxxxxxxx.us-east-1.opsworks-cm.io/organizations/default ". 我的knife.rb文件中提到了一个现有的厨师服务器URL-“ https://chef-automate-xxxxxxxxx.us-east-1.opsworks-cm.io/organizations/default ”。 I need to setup a chef management console for the chef server to manage my nodes, granting access to users etc. 我需要为厨师服务器设置厨师管理控制台,以管理我的节点,向用户授予访问权限等。

How do I setup a chef management console for the above specified chef-server? 如何为上述指定的厨师服务器设置厨师管理控制台?

Can someone please give me an overview of the setup? 有人可以给我概述一下安装过程吗? Or share a link to the documentation that might be of use. 或共享指向可能有用的文档的链接。

Thanks in advance, 提前致谢,

John 约翰

If you have purchased Chef Automate, you can install Chef Management Console on your node with the following commands: 如果您购买了 Chef Automate,则可以使用以下命令在节点上安装Chef Management Console:

chef-server-ctl install chef-manage

chef-server-ctl reconfigure

chef-manage-ctl reconfigure

You can find more installation information by following the chef server installation documentation . 您可以按照Chef服务器安装文档找到更多安装信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM