You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to Chef. I am trying to get a replica set going. Where do I specify the nodes or ip addresses to run this on? Do I use a knife command? Do I do something like knife bootstrap ADDRESS --run-list 'mongodb::replicaset, node['node1']['mongocluster'],node['node2']['mongocluster']' ?
That does not work. When I just run it with 'mongodb::replicaset' I get a 400 Bad Request error.
The text was updated successfully, but these errors were encountered:
I am new to Chef. I am trying to get a replica set going. Where do I specify the nodes or ip addresses to run this on? Do I use a knife command? Do I do something like knife bootstrap ADDRESS --run-list 'mongodb::replicaset, node['node1']['mongocluster'],node['node2']['mongocluster']' ?
That does not work. When I just run it with 'mongodb::replicaset' I get a 400 Bad Request error.
The text was updated successfully, but these errors were encountered: