Issue #14366 has been updated by K White.
Still an issue, on old (2 yr+) & new (latest) versions of Amazon Linux [identical results as ec2-user & root]: [ec2-user ~]$ uname -a Linux ip-10-x-x-x 2.6.35.11-83.9.amzn1.x86_64 #1 SMP Sat Feb 19 23:42:04 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux [ec2-user ~]$ cat /etc/*-release Amazon Linux AMI release 2011.02.1.1 (beta) [ec2-user ~]$ facter --version 1.6.7 [ec2-user ~]$ facter | grep -v userdata | grep -i virtual ec2_profile => default-paravirtual is_virtual => false virtual => physical [ec2-user ~]$ dmesg | grep 'Xen ver' [ 0.000000] Xen version: 3.4.3-2.6.18 (preserve-AD) ==//== [root ~]$ uname -a Linux ip-10-x-x-x 3.2.34-55.46.amzn1.x86_64 #1 SMP Tue Nov 20 10:06:15 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux [root ~]$ cat /etc/*-release Amazon Linux AMI release 2012.09 [root ~]$ facter --version 1.6.7 [root ~]$ facter | grep -v userdata | grep -i virtual ec2_profile => default-paravirtual is_virtual => false virtual => physical [root ~]$ dmesg | grep 'Xen ver' [ 0.000000] Xen version: 3.4.3.amazon (preserve-AD) ---------------------------------------- Bug #14366: virtual => physical and is_virtual => false on EC2 https://projects.puppetlabs.com/issues/14366#change-80784 Author: Kevin O'Connor Status: In Topic Branch Pending Review Priority: Normal Assignee: Category: Target version: Keywords: Branch: Affected Facter version: 1.6.8 As described: [root@production-web-d95fb6bf ~]# facter | grep -i virtual ec2_profile => default-paravirtual is_virtual => false virtual => physical [root@production-web-d95fb6bf ~]# facter --version 1.6.8 [root@production-web-d95fb6bf ~]# cat /etc/*-release Amazon Linux AMI release 2012.03 is_virtual should be true, right? -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
