1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

M #-: Better description of instantiate_cpu_factor

This commit is contained in:
Tino Vazquez 2022-03-16 15:56:17 +01:00
parent a3d2991616
commit 754af0df06
No known key found for this signature in database
GPG Key ID: 14201E424D02047E
12 changed files with 57 additions and 21 deletions

View File

@ -48,7 +48,10 @@ features:
# True to hide the CPU setting in the VM creation dialog
instantiate_hide_cpu: false
# False to not scale the CPU. Number to scale from VCPU
# False to not scale the CPU.
# An integer value would be used as a multiplier as follows:
# CPU = instantiate_cpu_factor * VCPU
# Set it to 1 to tie CPU and vCPU.
instantiate_cpu_factor: false
# True to show the option to make an instance persistent

View File

@ -16,7 +16,10 @@ features:
# True to hide the CPU setting in the VM creation dialog
instantiate_hide_cpu: false
# False to not scale the CPU. Number to scale from VCPU
# False to not scale the CPU.
# An integer value would be used as a multiplier as follows:
# CPU = instantiate_cpu_factor * VCPU
# Set it to 1 to tie CPU and vCPU.
instantiate_cpu_factor: false
# True to show the option to make an instance persistent

View File

@ -48,7 +48,10 @@ features:
# True to hide the CPU setting in the VM creation dialog
instantiate_hide_cpu: false
# False to not scale the CPU. Number to scale from VCPU
# False to not scale the CPU.
# An integer value would be used as a multiplier as follows:
# CPU = instantiate_cpu_factor * VCPU
# Set it to 1 to tie CPU and vCPU.
instantiate_cpu_factor: false
# True to show the option to make an instance persistent

View File

@ -48,7 +48,10 @@ features:
# True to hide the CPU setting in the VM creation dialog
instantiate_hide_cpu: false
# False to not scale the CPU. Number to scale from VCPU
# False to not scale the CPU.
# An integer value would be used as a multiplier as follows:
# CPU = instantiate_cpu_factor * VCPU
# Set it to 1 to tie CPU and vCPU.
instantiate_cpu_factor: false
# True to show the option to make an instance persistent

View File

@ -48,7 +48,10 @@ features:
# True to hide the CPU setting in the VM creation dialog
instantiate_hide_cpu: false
# False to not scale the CPU. Number to scale from VCPU
# False to not scale the CPU.
# An integer value would be used as a multiplier as follows:
# CPU = instantiate_cpu_factor * VCPU
# Set it to 1 to tie CPU and vCPU.
instantiate_cpu_factor: false
# True to show the option to make an instance persistent

View File

@ -16,7 +16,10 @@ features:
# True to hide the CPU setting in the VM creation dialog
instantiate_hide_cpu: false
# False to not scale the CPU. Number to scale from VCPU
# False to not scale the CPU.
# An integer value would be used as a multiplier as follows:
# CPU = instantiate_cpu_factor * VCPU
# Set it to 1 to tie CPU and vCPU.
instantiate_cpu_factor: false
# True to show the option to make an instance persistent

View File

@ -48,7 +48,10 @@ features:
# True to hide the CPU setting in the VM creation dialog
instantiate_hide_cpu: false
# False to not scale the CPU. Number to scale from VCPU
# False to not scale the CPU.
# An integer value would be used as a multiplier as follows:
# CPU = instantiate_cpu_factor * VCPU
# Set it to 1 to tie CPU and vCPU.
instantiate_cpu_factor: false
# True to show the option to make an instance persistent

View File

@ -48,7 +48,10 @@ features:
# True to hide the CPU setting in the VM creation dialog
instantiate_hide_cpu: false
# False to not scale the CPU. Number to scale from VCPU
# False to not scale the CPU.
# An integer value would be used as a multiplier as follows:
# CPU = instantiate_cpu_factor * VCPU
# Set it to 1 to tie CPU and vCPU.
instantiate_cpu_factor: false
# True to show the option to make an instance persistent

View File

@ -48,7 +48,10 @@ features:
# True to hide the CPU setting in the VM creation dialog
instantiate_hide_cpu: false
# False to not scale the CPU. Number to scale from VCPU
# False to not scale the CPU.
# An integer value would be used as a multiplier as follows:
# CPU = instantiate_cpu_factor * VCPU
# Set it to 1 to tie CPU and vCPU.
instantiate_cpu_factor: false
# True to show the option to make an instance persistent
@ -95,11 +98,11 @@ features:
deploy_enforce: false
migrate_enforce: false
# True to show the network configuration to instantiate Service template
show_vnet_instantiate_flow: true
# True to show schedule actions section to instantiate VM
# True to show schedule actions section to instantiate VM
show_sched_actions_instantiate: true
# True to show boot order section to instantiate VM

View File

@ -16,7 +16,10 @@ features:
# True to hide the CPU setting in the VM creation dialog
instantiate_hide_cpu: false
# False to not scale the CPU. Number to scale from VCPU
# False to not scale the CPU.
# An integer value would be used as a multiplier as follows:
# CPU = instantiate_cpu_factor * VCPU
# Set it to 1 to tie CPU and vCPU.
instantiate_cpu_factor: false
# True to show the option to make an instance persistent
@ -38,11 +41,11 @@ features:
show_attach_disk_advanced: true
show_attach_nic_advanced: true
# True to show the network configuration to instantiate Service template
show_vnet_instantiate_flow: true
# True to show schedule actions section to instantiate VM
# True to show schedule actions section to instantiate VM
show_sched_actions_instantiate: true
# True to show boot order section to instantiate VM

View File

@ -48,7 +48,10 @@ features:
# True to hide the CPU setting in the VM creation dialog
instantiate_hide_cpu: true
# False to not scale the CPU. Number to scale from VCPU
# False to not scale the CPU.
# An integer value would be used as a multiplier as follows:
# CPU = instantiate_cpu_factor * VCPU
# Set it to 1 to tie CPU and vCPU.
instantiate_cpu_factor: false
# True to show the option to make an instance persistent
@ -95,11 +98,11 @@ features:
deploy_enforce: false
migrate_enforce: false
# True to show the network configuration to instantiate Service template
show_vnet_instantiate_flow: true
# True to show schedule actions section to instantiate VM
# True to show schedule actions section to instantiate VM
show_sched_actions_instantiate: true
# True to show boot order section to instantiate VM

View File

@ -48,7 +48,10 @@ features:
# True to hide the CPU setting in the VM creation dialog
instantiate_hide_cpu: false
# False to not scale the CPU. Number to scale from VCPU
# False to not scale the CPU.
# An integer value would be used as a multiplier as follows:
# CPU = instantiate_cpu_factor * VCPU
# Set it to 1 to tie CPU and vCPU.
instantiate_cpu_factor: false
# True to show the option to make an instance persistent
@ -89,11 +92,11 @@ features:
deploy_enforce: false
migrate_enforce: false
# True to show the network configuration to instantiate Service template
show_vnet_instantiate_flow: true
# True to show schedule actions section to instantiate VM
# True to show schedule actions section to instantiate VM
show_sched_actions_instantiate: true
# True to show boot order section to instantiate VM