Comment 10 for bug 1619734

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-nailgun-agent (stable/mitaka)

Reviewed: https://review.openstack.org/367786
Committed: https://git.openstack.org/cgit/openstack/fuel-nailgun-agent/commit/?id=b5cb0a8e7b986c10d6c92e41958fde501bebd6cb
Submitter: Jenkins
Branch: stable/mitaka

commit b5cb0a8e7b986c10d6c92e41958fde501bebd6cb
Author: Ivan Suzdal <email address hidden>
Date: Tue May 10 18:51:03 2016 +0300

    Let's get rid of ohai.

    Ohai required support additional packages,
    and unfortunately, not all of them are
    opensource friendly (ruby-sigar, for example).

    This changes will let us to rid ruby-mixlib*,
    ruby-sigar and ruby-yajl packages.

    Also, it may sound strange, but ohai[:virtualization]
    makes decision based on /proc/cpuinfo information
    only (this applies only to kvm/qemu, other virt-systems
    determines correctly, AFAICS).

    So, if someone will choose a non-default (qemu)
    processor configuration, ohai will return incomplete
    information about virtualization on a kvm-based virtual host.
    Facter doing it more intelligently.

    Blueprint: get-rid-of-ohai
    Closes-Bug: #1619734

    Change-Id: Ia8021a3ab83bbf973eff548880ae10a540476b1c
    (cherry picked from commit 93e84d1649a9865779f0cf3517f623184d2e9029)