thecodeteam / puppet-rexray

Install REX-Ray via Puppet
Apache License 2.0
1 stars 3 forks source link

Broken for versions 0.4.x? #2

Open matthewmrichter opened 8 years ago

matthewmrichter commented 8 years ago

We have been using this module successfully for some time now, but when we provisioned some new servers today that executed the module, Rexray broke.

time="2016-07-21T09:02:41-07:00" level=error msg="default module(s) failed to initialize" error.driver=ec2 time=1469116961034 time="2016-07-21T09:02:41-07:00" level=error msg="error starting rex-ray" error.driver=ec2 time=1469116961034

We were able to resolve the issue by specifying install_version => '0.3.3'. It appears based on https://github.com/emccode/rexray/issues/506 that the config.yml formatting has changed somewhere around 0.4.0 and I'm unclear if this puppet module is up to date with the changes.

matthewmrichter commented 8 years ago

https://github.com/emccode/puppet-rexray/pull/1

akutz commented 8 years ago

Hi @matthewmrichter,

Per the REX-Ray 0.4.x documentation and release notes, support for EC2 and several other drivers were omitted to move to a more stable, robust architecture. Amazon EC2 support will be reintroduced in an upcoming release.