Merge pull request #161 from ClusterLabs/anvil-tools-dev

Switched default graphics for new servers to 'vnc' instead of spice.
main
Digimer 3 years ago committed by GitHub
commit fc2a7f59ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/anvil-provision-server

@ -439,7 +439,7 @@ sub provision_server
$shell_call .= " --vcpus ".$anvil->data->{job}{cpu_cores}.",sockets=1,cores=".$anvil->data->{job}{cpu_cores}." \\\n"; $shell_call .= " --vcpus ".$anvil->data->{job}{cpu_cores}.",sockets=1,cores=".$anvil->data->{job}{cpu_cores}." \\\n";
$shell_call .= " --cpu host \\\n"; $shell_call .= " --cpu host \\\n";
$shell_call .= " --network bridge=ifn1_bridge1,model=virtio \\\n"; $shell_call .= " --network bridge=ifn1_bridge1,model=virtio \\\n";
$shell_call .= " --graphics spice \\\n"; $shell_call .= " --graphics vnc \\\n";
$shell_call .= " --sound ich9 \\\n"; $shell_call .= " --sound ich9 \\\n";
$shell_call .= " --clock offset=".$clock_offset." \\\n"; # We may want to support ',rtc_tickpolicy=catchup' $shell_call .= " --clock offset=".$clock_offset." \\\n"; # We may want to support ',rtc_tickpolicy=catchup'
$shell_call .= " --boot menu=on \\\n"; $shell_call .= " --boot menu=on \\\n";

Loading…
Cancel
Save