I was setting up vagrant for the first time ever, just to figure out how it works and test some new CentOS-6 images we have created.
This was my first time ever trying it and I went to:
https://wiki.centos.org/SpecialInterestGroup/SCLo/Vagrant
The instructions say:
yum install sclo-vagrant1
And you can then you can 'scl enable sclo-vagrant1 bash' .. however I did not get enough stuff installed to 'vagrant up' or 'vagrant init'.
In order to be able to do anything, I have to at least install the following extra packages:
yum install sclo-vagrant1 sclo-vagrant1-vagrant sclo-vagrant1-vagrant-libvirt
With those (and all the deps) installed, then I could do something like add a new box and 'vagrant init' it and then 'vagrant up' it, then 'vagrant ssh'
We seem to have no docs in CentOS space on how to do any of this. I did find this article, and using it and my understanding of SCLs, I was able to make it work:
https://fedoramagazine.org/using-fedora-22-atomic-vagrant-boxes/
So, am i missing something whereby only installing 'sclo-vagrant1' makes this work?
Thanks, Johnny Hughes