On Tue, Jun 02, 2015 at 10:17:38AM +0200, Lukas Slebodnik wrote:
From 806c673be34e3395cea2fd0a1ac28ac813ed9c46 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher sgallagh@redhat.com Date: Wed, 27 May 2015 13:17:40 -0400 Subject: [PATCH] Add Vagrant configuration for SSSD
To set up a Vagrant development environment:
- Install the Vagrant packages for your development system
- On Fedora 22 and later: 'dnf install vagrant-libvirt'
- Deploy the Vagrant box:
- 'vagrant up'
- Build SSSD:
- vagrant ssh -c "cd /vagrant; reconfig; chmake"
Vagrant can keep your development tree in-sync with the Vagrant box by running 'vagrant rsync-auto' in a shell (this will continue to run, monitoring for changes and syncing them as they are saved). Alternately, it can be manually synced with 'vagrant rsync' at will.
More information: http://fedoramagazine.org/running-vagrant-fedora-22/
Vagrantfile | 77 ++++++++++++++++++++++++++++++++++++++++++++ contrib/vagrant/bootstrap.sh | 21 ++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 Vagrantfile create mode 100644 contrib/vagrant/bootstrap.sh
ACK
LS
* master: a0b95be79afdf1854c2bd0af58a28af2b8a083e9