https://github.com/agarthetiger/vagrant-rhel8
Vagrantfile to spin up a RHEL 8 VM and register with RHN via subscription-manager.
https://github.com/agarthetiger/vagrant-rhel8
rhel8 subscription-manager vagrantfile
Last synced: 4 months ago
JSON representation
Vagrantfile to spin up a RHEL 8 VM and register with RHN via subscription-manager.
- Host: GitHub
- URL: https://github.com/agarthetiger/vagrant-rhel8
- Owner: agarthetiger
- License: mit
- Created: 2019-09-17T16:19:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T16:33:54.000Z (almost 7 years ago)
- Last Synced: 2025-07-20T00:14:21.606Z (11 months ago)
- Topics: rhel8, subscription-manager, vagrantfile
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vagrantfile for RHEL 8
Vagrantfile to spin up a RHEL 8 VM and register with RHN via subscription-manager.
# Requirements
To register with subscription-manager a free RedHat Developer subscription is required. This Vagrantfile expects to find the credentials in environment variables called `RH_SUBSCRIPTION_MANAGER_USER` and `RH_SUBSCRIPTION_MANAGER_PW`. Ensure these are exported and available to Vagrant, the Vagrantfile will abort if these are not set.
# Notes
Using the current latest versions of Vagrant and VirtualBox on MacOS, the version of VirtualBox Guest Additions is newer than the version packaged in roboxes/rhel8. Vagrant will try and update this before the VM has been registered with RHN so all calls to yum install fail. For this reason `config.vbguest.auto_update = false` is configured.