You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
facter is not detecting that my cloud provider is aws on a specific system
Expected Behavior
A clear and concise description of what you expected to happen. facter -p cloud should return
{
provider => "aws"
}
Steps to Reproduce
Steps to reproduce the behavior:
This system has been around for years. It started as CentOS7, changed to RHEL7, then upgraded to RHEL8. I don't have clear steps to reproduce, but I suspect this may be coming up because of what virt-what is returning. I can see that virt-what returns the following on the EC2 instance that is not detecting aws cloud provider.
xen
xen-hvm
aws
Environment
Red Hat Enterprise Linux release 8.9 (Ootpa)
facter 4.6.1
virt-what 1.25
puppet 8.5.1
which virt-what
$(which virt-what) --version
/opt/puppetlabs/puppet/bin/virt-what --version
On systems where the fact removes correctly, does virt-what return a single entry? Or multiple entries, perhaps in a different order? Is the same version of virt-what installed on all systems?
Describe the Bug
facter is not detecting that my cloud provider is aws on a specific system
Expected Behavior
A clear and concise description of what you expected to happen.
facter -p cloud
should return{
provider => "aws"
}
Steps to Reproduce
Steps to reproduce the behavior:
This system has been around for years. It started as CentOS7, changed to RHEL7, then upgraded to RHEL8. I don't have clear steps to reproduce, but I suspect this may be coming up because of what
virt-what
is returning. I can see thatvirt-what
returns the following on the EC2 instance that is not detecting aws cloud provider.Environment
Red Hat Enterprise Linux release 8.9 (Ootpa)
facter 4.6.1
virt-what 1.25
puppet 8.5.1
Additional Context
The text was updated successfully, but these errors were encountered: