First version for production

This commit is contained in:
Denis Lambolez
2017-12-25 21:44:04 +01:00
parent 4fa6d90a6b
commit a6bd8a9c55
7 changed files with 96 additions and 24 deletions
Vendored
+10 -10
View File
@@ -57,16 +57,16 @@ Vagrant.configure("2") do |config|
:libvirt__netmask => "255.255.255.0",
:libvirt__network_name => "cluster-network"
osd1.vm.provider :libvirt do |libvirt|
libvirt.storage :file,
:size => "30G",
:type => "raw",
:cache => "writeback"
libvirt.storage :file,
:size => "20G",
:type => "raw",
:cache => "writeback"
libvirt.storage :file,
:size => "20G",
:size => "40G",
:type => "raw",
:cache => "writeback"
libvirt.storage :file,
:size => "40G",
:type => "raw",
:cache => "writeback"
end
@@ -81,16 +81,16 @@ Vagrant.configure("2") do |config|
:mac => "52:54:00:dc:51:7c",
:libvirt__network_name => "cluster-network"
osd2.vm.provider :libvirt do |libvirt|
libvirt.storage :file,
:size => "30G",
:type => "raw",
:cache => "writeback"
libvirt.storage :file,
:size => "20G",
:type => "raw",
:cache => "writeback"
libvirt.storage :file,
:size => "20G",
:size => "40G",
:type => "raw",
:cache => "writeback"
libvirt.storage :file,
:size => "40G",
:type => "raw",
:cache => "writeback"
end