I have a large number of elasticsearch nodes with version 2.3.2 installed and puppetized on them. I was hoping this week to start the process of upgrading some of the clusters containing these nodes to some version of Elasticsearch 5.x. The puppet-elasticsearch readme says that 5.x is supported, but when I try to change the version value in the manifest to 5.1.2 I get the following error:
Error: Could not update: Failed to update to version 5.1.2-1, got version 2.3.2-1 instead Error: /Stage[main]/Elasticsearch::Package/Package[elasticsearch]/ensure: change from 2.3.2-1 to 5.1.2-1 failed: Could not update: Failed to update to version 5.1.2-1, got version 2.3.2-1 instead
The error is then following by a large number of Skipping because of failed dependencies
errors. Which is to be expected since the upgrade of elasticsearch fails in a big way.
Has anyone else dealt with this issue? Elastic team, any advice on dealing with this issue?