mudbugmedia / jungledisk-chef-cookbook

Chef Cookbook/Recipe for installing the JungleDisk backup daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DESCRIPTION:

Configures and registers the server-side JungleDisk backup daemon, used for Rackspace Apps Server Backup.

This is a cookbook for use with Opscode’s chef.

REQUIREMENTS:

This package has only been tested on Ubuntu 11.04 / chef 0.10.2. It has un-tested support for Debian, and Redhat variants. All other platforms have not been fully implemented.

ATTRIBUTES:

  • [:jungledisk][:serial] => Serial number provided by jungledisk.com control panel

  • [:jungledisk][:proxy][:enabled] => Enable proxying? (Fixnum: 0 or 1)

  • [:jungledisk][:proxy][:server] => Proxy server hostname

  • [:jungledisk][:proxy][:username] => Proxy server username

  • [:jungledisk][:proxy][:password] => Proxy server password

  • [:jungledisk][:proxy][:type] => Proxy server type (see templates/jungle-disk-license.xml.erb for details)

USAGE:

Signup for JungleDisk at rackspace.com/apps/. You will receive a unique serial number for each licensed server in your account. This serial number can be fetched from the jungledisk.com control panel, which is reachable for Rackspace App cusomters at cp.rackspace.com/.

Edit each node’s attributes (knife node edit foobar) to set the serial number attribute: { "jungledisk": { "serial": "XXXXXXXXXX" } }

LICENSE & AUTHOR:

Author

Gabe Martin-Dempesy (<gabe-jungledisk-chef-cookbook@mudbugmedia.com>)

Copyright

2011, Mudbug Media, Inc

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

This software is independently developed and maintained by Mudbug Media and Gabe Martin-Dempesy. JungleDisk, Rackspace, and Opscode do not provide support for this package.

About

Chef Cookbook/Recipe for installing the JungleDisk backup daemon


Languages

Language:Ruby 81.5%Language:HTML 18.5%