-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Personally, I don't ever register any of my new RHEL VMs up front, since I have them pointing to yum repos on our internal corporate network. That said, I have a script that upvm automatically drops into /root -- this script makes it easy for me to register in the future ... it autodetects RHEL version to use RHN classic or RHSM as needed without prompting for credentials and then uses rhn-channel or subscription-manager repos commands to attach only the repos I want.
I understand some people might instead want upvm to register their machines right off the bat, so I need to decide how best to implement that.
Of course virt-builder has its own options for RHSM. Could use that. Could also just prompt for RHN credentials or activation-keys and optionally save to local user config file... I'll give it some thought.