disney / couchbase

Chef cookbook to install and configure Couchbase Server
24 stars 59 forks source link

server recipe fails when cluster changes credentials #47

Closed unhuman closed 9 years ago

unhuman commented 9 years ago

In our environment, we use the default username + password to install the node. Couchbase installs just fine.

Subsequent chef-client runs fail because they get access denied when trying to perform couchbase_node. I suspect the other operations that require credentials would fail sequentially.

unhuman commented 9 years ago

I found another way to deal with this.