Report this

What is the reason for this report?

How to Setup Custom Image on RHEL system

Posted on December 8, 2020

As I tried following the guide below, I realized that RHEL’s dnf does not have a reconfigure parameter. How exactly do I setup the DigitalOcean Data source on a RHEL based distribution?

https://www.digitalocean.com/community/tutorials/how-to-create-an-image-of-your-linux-environment-and-launch-it-on-digitalocean



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Can you create a tutorial for RedHat?

Hi, I believe the data source problem is related to Ubuntu distro. Data source list is located in file /etc/cloud/cloud.cfg.d/90_dpkg.cfg. Check if you have this file in RHEL. If it exists, you can modify it by hand to get its datasource_list like:

datasource_list: [ DigitalOcean, ConfigDrive, OpenNebula, Azure, AltCloud, OVF, MAAS, GCE, OpenStack, CloudSigma, SmartOS, Bigstep, Scaleway, AliYun, Ec2, CloudStack, Hetzner, IBMCloud, Oracle, Exoscale, RbxCloud, None ]

In my case, it was crucial to put DigitalOcean as the first item on datasource_list but it was Ubuntu 20.04.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.