Closed kgeorgak closed 9 years ago
Thank you for reporting this. To elaborate a bit, this is CentOS 6.5? Can you supply the cloud image ID that was used to build the server that fails?
This was failing with Vagrant and RS cloud alike. The version of CentOS was 6.5 and the image ID was 68d5cc64-cb68-4275-9ede-9b062f7be070
I've released v3.1.0
of platformstack so that this may be worked around. Thank you!
We have stumbled across the following issue: without any change to our base code or the version of upstream cookbooks we depend the chef run started breaking on the 24/04/2015:
This seems to happen only on Centos images. If you log in to the test box and manually do a "groupinstall" of "Development Tools" and "Development Libraries" the issue goes away however I couldn't find a way of installing these groups of packages before the rest-client installation (even if the package installation is the first thing on my recipe).
I am using platformstack 3.0.4. I can see that the repo version of platformstack has removed the rest-client installation but hasn't bumped the version yet. The supermarket version (which I am using) still has the rest-client installation.
I guess that a way to go around it for now will be to get platformstack from the repo (haven't tried it yet) however I thought I should raise this in case the issue indicates the need to push a newer version to sm sooner?
As to why this suddenly started happening I assume that something changed in the rest-client that required compilation?