From 5e0b1afcd1d56ea73fc95d4c9564959caf5d9583 Mon Sep 17 00:00:00 2001 From: Jehan-Guillaume de Rorthais Date: Wed, 23 Sep 2020 23:28:05 +0200 Subject: [PATCH] extra: details about vagrant-registration --- extra/vagrant/README.md | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/extra/vagrant/README.md b/extra/vagrant/README.md index 80627cb..1f43114 100644 --- a/extra/vagrant/README.md +++ b/extra/vagrant/README.md @@ -105,17 +105,26 @@ make all ## OS -This Vagrant environment currently supports CentOS 7 and RHEL 8. Use `boxname` in your -`vagrant.yml` file (see chapter "Customization") to set the OS you want, eg.: `centos/7` -or `generic/rhel8` +This Vagrant environment currently supports CentOS 7/8 and RHEL 7/8. Use +`boxname` in your `vagrant.yml` file (see chapter "Customization") to set the +OS you want, eg.: `centos/7`, `generic/rhel8`, ... -In regard with RHEL 8, you must provide an active Redhat account with related -subscriptions using `rhel_user` and `rhel_pass`. Set them in your `vagrant.yml` file -(see chapter "Customization"). +you can find available boxes in: -Do not forget this Vagrant environment is building four VM. All will consume one -subscription if you pick a Redhat box. You will have to remove them by hands (eg. from -the Redhat website) as soon as you finish with your tests. +Using RHEL requires the `vagrant-registration`. Install with: + +~~~bash +vagrant plugin install vagrant-registration +~~~ + +You must provide an active Redhat account with related subscriptions using +`rhel_user` and `rhel_pass`. Set them in your `vagrant.yml` file (see chapter +"Customization"). + +Do not forget this Vagrant environment is building multiple VM. All will +consume one subscription if you pick a Redhat box. You might have to remove +them by hands (eg. from the Redhat website) if for some reason the plugin did +not. ## Cluster Test Suite