test_vm: migrate from Librarian-Chef to Berkshelf#516
Conversation
* Migrate test VM cookbook management from librarian-chef to berkshelf as vagrant-librarian-chef plugin is not supported any more * Set postgresql dependency >= 4 in order to get priority over openssl. Otherwise Berkshelf picks a lower version of postgresql in favour of higher one for openssl
|
Functionally this should behave identically - just the cookbooks are maintained elsewhere (the folders are not under the project). At first glimpse the cookbooks are downloaded a bit faster with Berkshelf and with a bit more detailed logging. |
|
Looks great. I don't quite understand the comment about postgres vs OpenSSL. Can you explain again? |
The latest 4.x version of postgresql is not compatible with latest version of openssl 6.x. So the |
|
Got it. Looks good to me. It will be good to move onto a new supported toy (Berkshelf) :) |
|
Cool. I'm merging... |
berkshelf as vagrant-librarian-chef plugin is not supported
any more
>= 4in order toget priority over openssl (otherwise Berkshelf picks a lower
version of postgresql in favour of higher one for openssl)