Jay Doane
Jay Doane
@wohali Hmm, I thought it kept the current approach mostly the same, and just added a couple additional requests beforehand to sync the salt on all nodes. In what way...
@wohali ok, got it -- thanks for patiently explaining the requirements. It seems like your initial suggestion of passing the salt in with the `enable_cluster` action, in combination with making...
It seems that we can sync the salt from the coordinator node at the end of setup, because it's only then, after the other nodes have been added, that all...
It sounds like there's still some uncertainty about how admin passwords should be set, but I can confirm what @wohali observes: the way setup is currently being used (in e.g....
Commenting on @wohali's examples: > Our instructions then tell users to set an initial admin username and password on each node independently. In this example, I don't set a password...
Taking a step back for a sec, the docs definitely seem confusing on a couple points: First, they say "On each node we need to run the following command to...
Hmm, but the [docs](http://docs.couchdb.org/en/latest/setup/cluster.html#preparing-couchdb-nodes-to-be-joined-into-a-cluster) say "The settings we recommend you set now, before joining the nodes into a cluster, are: ... At least one server administrator user (and password)" Also,...
> +1 if the full CI passes (make a `jenkins-...` branch and use a `git commit amend --no-edit` to give it a new commit ID and push, no need for...
I suspect the fix for this involves changing the `int` [on this line](https://github.com/digitalocean/godo/blob/main/links.go#L25) to `int64`. I don't see this problem described already in open tickets at https://github.com/digitalocean/godo/issues, so you might...
With the help of Claude Code, I wrote a fix for this issue in https://github.com/digitalocean/terraform-provider-digitalocean/pull/1445. In addition to ensuring some basic acceptance tests passed (and fixing issues I discovered doing...