Page MenuHomePhabricator

puppet on tools-sgeweblight-10-18 thinks it is a physical host
Closed, ResolvedPublic

Description

root@tools-sgeweblight-10-18:~# facter | grep virtual
is_virtual => false
virtual => physical

That's causing some interesting puppet breakage. Contrast with a working host:

root@tools-sgeweblight-10-28:~#  facter | grep virtual
is_virtual => true
virtual => kvm

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Mentioned in SAL (#wikimedia-cloud) [2023-06-09T19:57:02Z] <andrewbogott> rebooting tools-sgeweblight-10-18 to see if it helps with T338644

Andrew claimed this task.

I reset the facter cache and this went away. Will re-open if this happens again.