Issue #16278 has been updated by Jeff McCune. Status changed from Accepted to Merged - Pending Release
Since we think this issue is fixed in the 1.7.x branch, I'm going to mark it as merged, pending release. We're hoping to cut a release candidate for Facter 1.7 very soon. We're still waiting on confirmation that this issue truly is resolved for those affected, so please let us know as soon as new information is available. I'll try and update this ticket if we publish release candidate packages prior to any new information becoming available here. The RC packages may be easier to validate than the 1.7.x development branch itself. Cheers, -Jeff ---------------------------------------- Feature #16278: Add support for Oracle VM detection https://projects.puppetlabs.com/issues/16278#change-86991 Author: Ken Johnson Status: Merged - Pending Release Priority: High Assignee: Adrien Thebo Category: Target version: 1.7.0 Keywords: Branch: Affected Facter version: Currently guests under Oracle VM Server are detected as physical machines and return false for the is_virtual fact. A customer has asked us to put in a feature request to add support for detecting this virtual environment properly. Some additional details about the environment the customer is running are below: "To be specific, where this needs improvement is when using Oracle Linux 5.8 on top of Xen PVM VMs on Oracle VM Server for x86. In Oracle Linux 5.8, the Unbreakable Enterprise Kernel becomes the default and it bakes Xen support into the kernel rather than having a separate kernel. We did some additional testing this morning and it looks like we do not see this issue with the Red Hat compatible “-xen” kernel." Some sample output for the relevant facts on their test VM: [root@racvm0 ~]# facter is_virtual false [root@racvm0 ~]# facter virtual physical [root@racvm0 ~]# uname -r 2.6.39-200.29.3.el5uek -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
