mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-03 02:49:39 +00:00
Add fixtures
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -6,10 +6,10 @@ Vagrant.configure(2) do |config|
|
||||
config.vm.hostname = "webvirtmgr"
|
||||
config.vm.network "private_network", ip: "192.168.33.10"
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
sudo sh /vagrant/dev-env/libvirt-bootstrap.sh
|
||||
sudo sh /vagrant/development/libvirt-bootstrap.sh
|
||||
sudo sed -i 's/auth_tcp = \"sasl\"/auth_tcp = \"none\"/g' /etc/libvirt/libvirtd.conf
|
||||
sudo service libvirt-bin restart
|
||||
sudo apt-get -y install python-pip python-dev python-libvirt python-libxml2
|
||||
sudo pip install -r /vagrant/dev-env/requirements.txt
|
||||
sudo pip install -r /vagrant/development/requirements.txt
|
||||
SHELL
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user