Merge "Enable nested virtualization by default"
This commit is contained in:
commit
921ce157d4
23
global/baremetal/bootactions/nested-virt.yaml
Normal file
23
global/baremetal/bootactions/nested-virt.yaml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
schema: 'drydock/BootAction/v1'
|
||||||
|
metadata:
|
||||||
|
schema: 'metadata/Document/v1'
|
||||||
|
name: nested-virt
|
||||||
|
labels:
|
||||||
|
name: nested-virt-global
|
||||||
|
application: 'drydock'
|
||||||
|
layeringDefinition:
|
||||||
|
abstract: false
|
||||||
|
layer: global
|
||||||
|
storagePolicy: 'cleartext'
|
||||||
|
data:
|
||||||
|
signaling: false
|
||||||
|
assets:
|
||||||
|
- path: /etc/modprobe.d/nested-virt.conf
|
||||||
|
type: file
|
||||||
|
permissions: '644'
|
||||||
|
data_pipeline:
|
||||||
|
- utf8_decode
|
||||||
|
data: |
|
||||||
|
options kvm-intel nested=y
|
||||||
|
...
|
@ -337,6 +337,10 @@ data:
|
|||||||
configmap: tenant-ceph-etc
|
configmap: tenant-ceph-etc
|
||||||
user_secret_name: pvc-tceph-client-key
|
user_secret_name: pvc-tceph-client-key
|
||||||
conf:
|
conf:
|
||||||
|
nova:
|
||||||
|
libvirt:
|
||||||
|
cpu_mode: 'host-passthrough'
|
||||||
|
virt_type: kvm
|
||||||
logging:
|
logging:
|
||||||
loggers:
|
loggers:
|
||||||
keys:
|
keys:
|
||||||
|
Loading…
Reference in New Issue
Block a user