sclo-vagrant1 - Vagrant is a tool for building and distributing virtualized development environments. sclo-vagrant1 provides Vagrant delivered as a Software Collection. By installing the sclo-vagrant1 collection, you will get the minimum working set of packages to have a working Vagrant with libvirt support.

Report a bug in the issue tracker

Instructions

You can get started in three easy steps:

# 1. Install a package with repository for your system:
# On CentOS, install package centos-release-scl available in CentOS repository:
$ sudo yum install centos-release-scl

# On RHEL, enable sclo repository for you system:
$ sudo yum-config-manager --add-repo=http://mirror.centos.org/centos-7/7/sclo/x86_64/sclo/

# 2. Install the collection:
$ sudo yum install sclo-vagrant1

# 3. Start using the software collection:
$ scl enable sclo-vagrant1 bash

At this point you should be able to use vagrant just as a normal application. An example work-flow might be:

$ vagrant init centos/7
$ vagrant up
$ vagrant ssh

In order to view the individual components included in this collection, including additional vagrant plugins, you can run:

$ sudo yum list sclo-vagrant\*

Policy

Community Project: Maintained by upstream communities of developers. The software is cared for, but the developers make no commitments to update the repositories in a timely manner.

Yum Repositories

Operating system Package with repo Browse files
CentOS 7

yum install centos-release-scl

x86_64
RHEL 7

Enable RHSCL channel using your subscription

yum-config-manager --enable rhel-server-rhscl-7-rpms

Install repository with community Software Collections

cd /etc/yum.repos.d/
wget https://copr.fedorainfracloud.org/coprs/rhscl/centos-release-scl/repo/epel-7/rhscl-centos-release-scl-epel-7.repo
yum install centos-release-scl

Tags

Rating

Rated by 0 users

Report malicious content