Skip to content
Snippets Groups Projects
Commit 5ae69511 authored by Michael Boniface's avatar Michael Boniface
Browse files

ci updates for givry

parent e6b6227b
No related branches found
No related tags found
No related merge requests found
...@@ -12,13 +12,12 @@ service lxc-net restart ...@@ -12,13 +12,12 @@ service lxc-net restart
SCRIPT SCRIPT
Vagrant.configure("2") do |config| Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/xenial64" config.vm.box = "yk0/ubuntu-xenial"
config.vm.provider "virtualbox" do |vb|
vb.cpus = 4
vb.memory = "8192"
end
#config.vm.network "forwarded_port", guest: 80, host: 8080 config.vm.provider :libvirt do |domain|
domain.memory = 8192
domain.cpus = 4
end
# Install lxc # Install lxc
config.vm.provision :shell, inline: $lxc_script config.vm.provision :shell, inline: $lxc_script
......
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment