PR#182 addon: arbiter documentation + parameter replset_arbiter for mongodb::server#433
PR#182 addon: arbiter documentation + parameter replset_arbiter for mongodb::server#433pecharmin wants to merge 7 commits intovoxpupuli:masterfrom
Conversation
|
Hi @pecharmin, thanks for the PR. Travis had some issues and I restarted the job. |
|
@bastelfreak The Travis jobs still seem broken caused by ruby errors during bundle. Can you please have a look at them? |
|
@pecharmin the errors were caused by issues on the CI platform. Can you please rebase? |
c8a37aa to
02d32f4
Compare
| Optional[String] $replset = undef, | ||
| Optional[Hash] $replset_config = undef, | ||
| Optional[Array] $replset_members = undef, | ||
| Optional[String] $replset_arbiter = undef, |
There was a problem hiding this comment.
please update this to:
| Optional[String] $replset_arbiter = undef, | |
| Optional[String[1]] $replset_arbiter = undef, |
|
@pecharmin can you please take a look at the failing spec tests and rebase against our current master branch? |
|
Only failing because arbiter is |
|
Dear @pecharmin, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
The README currently does not give a hint how to configure an arbiter node for a replica set. That feature has been introduced with pull request #182.
It should also be possible to configure an arbiter by parameter
replset_arbiterofmongodb::server.