Vagrant available as Software Collection
Software Collection sclo-vagrant1 is officially released for CentOS and it will work for RHEL as well.
To get the vagrant running on CentOS, just follow the instructions at https://lists.centos.org/pipermail/centos-announce/2015-October/021446.html
For installing the sclo-vagrant1 packages in RHEL, add the following repository:
while having the RHSCL repository enabled as well. Then, installing sclo-vagrant1 will work as well on RHEL:
yum install sclo-vagrant1
To use the sclo-vagrant1 package, do not forget to run the scl enable, like this:
scl enable sclo-vagrant1 `vagrant up`
or
scl enable sclo-vagrant1 bash bash> vagrant up