Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chef-ingredient join-cluster setup #142

Closed
scopenco opened this issue Mar 25, 2017 · 1 comment
Closed

chef-ingredient join-cluster setup #142

scopenco opened this issue Mar 25, 2017 · 1 comment

Comments

@scopenco
Copy link

Cookbook version

2.0.0

Chef-client version

12.19.36

Platform Details

CentOS 7.2

Scenario:

I'm trying to configure chef server ha cluster based on last https://docs.chef.io/install_server_ha.html.
The leader node I'm configuring with chef_ingredient 'chef-backend' and it starts as I need.
The question is how can I join the second node to the leader? Of course, I can do it with execute like

execute 'chef-backend-ctl join-cluster IP --accept-license --yes --verbose'

but may exist some other more native way, based on chef-ingredient? Please advice.

@wrightp
Copy link

wrightp commented Mar 26, 2017

There is currently no native support for chef-backend-ctl. However, I like the idea. Perhaps we can add chef-backend support similar to the omnibus_service resource. For now, I suggest continuing with what you have.

@wrightp wrightp closed this as completed Mar 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants