mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
added new IBM Power KVM guest recognisation (#35169)
Signed-off-by: Toshaan Bharvani <tab@toshaan.com>
This commit is contained in:
committed by
Adrian Likins
parent
1ac715987b
commit
87e82be09f
@@ -160,6 +160,8 @@ class LinuxVirtual(Virtual):
|
||||
virtual_facts['virtualization_type'] = 'uml'
|
||||
elif re.match('^model name.*UML', line):
|
||||
virtual_facts['virtualization_type'] = 'uml'
|
||||
elif re.match('^machine.*CHRP IBM pSeries .emulated by qemu.', line):
|
||||
virtual_facts['virtualization_type'] = 'kvm'
|
||||
elif re.match('^vendor_id.*PowerVM Lx86', line):
|
||||
virtual_facts['virtualization_type'] = 'powervm_lx86'
|
||||
elif re.match('^vendor_id.*IBM/S390', line):
|
||||
|
||||
Reference in New Issue
Block a user