Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

chef-sugar-rackspace (2) Versions 0.3.0

Installs the chef-sugar-rackspace gem

Policyfile
Berkshelf
Knife
cookbook 'chef-sugar-rackspace', '= 0.3.0', :supermarket
cookbook 'chef-sugar-rackspace', '= 0.3.0'
knife supermarket install chef-sugar-rackspace
knife supermarket download chef-sugar-rackspace
README
Dependencies
Changelog
Quality 0%

chef-sugar-rackspace

Gem Version

Chef Sugar Extensions useful if you use Rackspace as a provider

Usage

Include it in your Chef recipes:

include_recipe 'chef-sugar-rackspace::default'

Rackconnect

Rackconnect helpers require the Rackconnect Ohai plugin to be installed.

  • rackconnected? - return true if the node is rackconnected

Note

If the rackconnect plugin is not installed but the helper is called
rackconnected? will return false. This should not be an issue in most
cases but could cause unexepected results on a rackconnected server.

rackconnected?

unless rackconnected?
  include_recipes 'firewall'
end

IP

  • cloud_network_ip - return the node's ip from a Rackspace cloud network
  • best_rackspace_ip_for - determine the best IP address for a given node, preferring a cloud network IP address
  • cloud_networks - return Rackspace cloud networks as a Hash with each key being a cloud network label

cloud_network_ip

node.set['redis']['bind'] = cloud_network_ip

cloud_network_ip takes an optional argument of the Cloud Network Label
ruby
node.set['redis']['bind'] = cloud_network_ip('mycloudnetwork')

best_rackspace_ip_for

Prefers a connected Rackspace cloud network IP but falls through to using the
default Chef Sugar best_ip_for() method if one does not exist.

memcached = search('node', 'tags:memcached').first

memcahed_ip = best_rackspace_ip_for(memcached)

cloud_networks

private_networks = cloud_networks

License & Authors

copyright (C) 2015 Jim Rosser

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the “Software”), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

chef-sugar-rackspace CHANGELOG

0.3.0

  • [martinb3] - Bumped chefspec pinning to newer
  • [martinb3] - Added rubocop
  • [jarosser06] - rackconnected? no longer fails if the rackconnect ohai plugin is not installed

0.2.0

  • [jarosser06] - Added rackconnected? sugar method

0.1.0

  • [jarosser06] - Initial release of chef-sugar-rackspace

Foodcritic Metric
            

0.3.0 failed this metric

FC031: Cookbook without metadata file: /tmp/cook/46b138e98e8190794396a4b0/chef-sugar-rackspace/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/46b138e98e8190794396a4b0/chef-sugar-rackspace/metadata.rb:1