Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

5.0.0 RC #29

Merged
merged 14 commits into from
Feb 10, 2016
Merged

5.0.0 RC #29

merged 14 commits into from
Feb 10, 2016

Conversation

sunggun-yu
Copy link
Owner

* Adding ubuntu 14.04
* Adding test for chef client 11.18.12 as 11.x
* update the mongodb 3.0.x version testing
* to prove wrapper cookbook can be used : #7
I removed default attr setter for `default['mongodb3']['config']['mongod']['storage']['engine']` in order to keep same behaiviour with mongoldb-org-server package
```
if pkg_major_version >= 3.2
  default['mongodb3']['config']['mongod']['storage']['engine'] = 'wiredTiger' # default since 3.2 : wiredTiger
else
  default['mongodb3']['config']['mongod']['storage']['engine'] = 'mmapv1' # default until 3.2 : mmapv1
end
```
Move attribute setter to recipe in order to support install 3.0.x in wrapper cookbook.
Adding kitchen test in replica test case.
sunggun-yu added a commit that referenced this pull request Feb 10, 2016
@sunggun-yu sunggun-yu merged commit 9674db3 into master Feb 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant