Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Remove collectd references #103

Closed
wants to merge 1 commit into from
Closed

Remove collectd references #103

wants to merge 1 commit into from

Conversation

alexgandy
Copy link

@alexgandy alexgandy commented Jul 18, 2019

Issue #, if available: #101

Description of changes:

Collectd is not available to install through yum. This was stopping the cloud-init process and subsequently blocking the instances from registering with the cluster.

From /var/log/cloud-init-output.log:

"Error occurred during build: Yum does not have collectd available for installation"

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@minhio
Copy link

minhio commented Aug 1, 2019

I got around this by enabling EPEL in UserData with this command
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

then collectd will install fine

@MatteoInfi
Copy link

I got around this by enabling EPEL in UserData with this command
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

then collectd will install fine

Thank you very much @minhio

@alexgandy alexgandy closed this by deleting the head repository Mar 18, 2023
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.

None yet

3 participants