add 2cpu to grading server

This commit is contained in:
thomashaw
2022-10-17 18:02:54 +01:00
parent a80e458644
commit 9969bde729

View File

@@ -56,6 +56,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
<%= if @options.has_key? :cpu_cores
" ovirt.cpu_cores = #{@options[:cpu_cores]}\n"
end -%>
<%= if system.name.include? 'grading' # TODO: Update this later, eugh...
" ovirt.cpu_cores = 2\n"
end -%>
ovirt.console = 'spice'
# ovirt.filtered_api = true
ovirt.insecure = true