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

(MODULES-2983) Enable IPv6 in mongodb provider #255

Merged
merged 1 commit into from
Jan 19, 2016
Merged

(MODULES-2983) Enable IPv6 in mongodb provider #255

merged 1 commit into from
Jan 19, 2016

Conversation

EmilienM
Copy link
Contributor

This patch allows to run mongodb providers on ipv6 networks.

  • When ipv6 is enabled in MongoDB configuration, add --ipv6 when running
    MongoDB Client [1].
  • When bindip is '::0', ip_real will be '[::1]' to be consistent with
    ipv4 logic.

[1] https://docs.mongodb.org/manual/reference/program/mongo/#cmdoption--ipv6

Co-Authored-By: Javier Peña [email protected]
Co-Authored-By: Sofer Athlan Guyot [email protected]

@EmilienM EmilienM added the enhancement New feature or request label Jan 16, 2016
@EmilienM EmilienM self-assigned this Jan 16, 2016
This patch allows to run mongodb providers on ipv6 networks.

* When ipv6 is enabled in MongoDB configuration, add --ipv6 when running
  MongoDB Client [1].
* When bindip is '::0', ip_real will be '[::1]' to be consistent with
  ipv4 logic.

[1] https://docs.mongodb.org/manual/reference/program/mongo/#cmdoption--ipv6

Co-Authored-By: Javier Peña <[email protected]>
Co-Authored-By: Sofer Athlan Guyot <[email protected]>
@EmilienM
Copy link
Contributor Author

Tested, it works on my ipv6 setup.

hunner added a commit that referenced this pull request Jan 19, 2016
(MODULES-2983) Enable IPv6 in mongodb provider
@hunner hunner merged commit 202ee76 into voxpupuli:master Jan 19, 2016
@EmilienM EmilienM deleted the providers/ipv6 branch January 19, 2016 21:37
xbezdick pushed a commit to redhat-openstack/openstack-puppet-modules that referenced this pull request Jan 25, 2016
Because rhos-7.0 is far behind upstream, the ipv6 backport from
voxpupuli/puppet-mongodb#255
did not apply correctly and mongodb_replset is missing ipv6 support.

This patch aims to fix it.

https://bugzilla.redhat.com/show_bug.cgi?id=1296377
xbezdick pushed a commit to redhat-openstack/openstack-puppet-modules that referenced this pull request Feb 19, 2016
Because rhos-7.0 is far behind upstream, the ipv6 backport from
voxpupuli/puppet-mongodb#255
did not apply correctly and mongodb_replset is missing ipv6 support.

This patch aims to fix it.

https://bugzilla.redhat.com/show_bug.cgi?id=1296377
cegeka-jenkins pushed a commit to cegeka/puppet-mongodb that referenced this pull request Oct 23, 2017
(MODULES-2983) Enable IPv6 in mongodb provider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants