From 614b4a5196ab7cecef46616805a77ab09702e569 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 20 May 2014 15:24:15 -0400 Subject: Ruby/chef solo: Add recipes-devtools/ruby/ohai_git.bb Ohai detects data about your operating system. It can be used standalone, but it's primary purpose is to provide node data to Chef. Ohai will print out a JSON data blob for all the known data about your system. When used with Chef, that data is reported back via node attributes. Signed-off-by: Mark Asselstine Signed-off-by: Amy Fong --- meta-openstack/recipes-devtools/ruby/ohai_git.bb | 39 ++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/ohai_git.bb (limited to 'meta-openstack/recipes-devtools') diff --git a/meta-openstack/recipes-devtools/ruby/ohai_git.bb b/meta-openstack/recipes-devtools/ruby/ohai_git.bb new file mode 100644 index 0000000..3dbfe00 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/ohai_git.bb @@ -0,0 +1,39 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +SUMMARY = "Ohai detects data about your operating system." +DESCRIPTION = "Ohai detects data about your operating system. It can \ +be used standalone, but it's primary purpose is to provide node data \ +to Chef. Ohai will print out a JSON data blob for all the known data \ +about your system. When used with Chef, that data is reported back via \ +node attributes." + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" + +PR = "r0" + +BPV = "7.0.4" +PV = "${BPV}" +SRCREV = "b306186701201bfc78b7bcc8908ee3524434cc93" + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/opscode/ohai.git \ + " + +inherit ruby + +RDEPENDS += " \ + mime-types \ + ipaddress \ + mixlib-cli \ + mixlib-config \ + mixlib-log \ + mixlib-shellout \ + systemu \ + yajl-ruby \ + " + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf