-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of CentOS7 #32
Comments
Hi @gauravmittal80. We don't directly develop or test on CentOS 7, but an RPM built from the 1.x branch of this repository should work there. The following steps will build the package for you:
If you run in to any issues or need to modify anything, feel free to open addition issues or pull requests as appropriate. |
Thanks a lot @nmeyerhans. You are great... I really appreciate the help you provided. It worked for us. Thanks. I was thinking if these steps can be added in the ReadMe, it will help lots of people who may be in search of ec2-utils and find it missing. Thanks again for helping. |
Hi, As we were testing the same cloud-init binary, we see that IPv6 address that gets assigned to the AWS EC2 instance is not reflecting inside the OS. To make it visible we had to add below 2 entries in the ifcfg-eth0. echo "DHCPV6C=yes" >> /etc/sysconfig/network-scripts/ifcfg-eth0 After that I see the IP is visible in eth0, but since the proper routes are not added its not pingable on the network. So you see this as a bug in cloud-init. I do not see this issue in Oracle Enterprise Linux 7.X. Current version of cloud-init is 19.4. |
Hi,
Currently we do not see the support available for CentOS 7 AMI. Can we get the steps to build the RPM and install it manually in the AMI, so that when we create the EC2 instance the interfaces are configured properly.
Regards,
Gaurav
The text was updated successfully, but these errors were encountered: