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.
-
JungleDisk chef Cookbook Homepage: github.com/mudbugmedia/jungledisk-chef-cookbook
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.
-
[: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)
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" } }
- Author
-
Gabe Martin-Dempesy (<[email protected]>)
- 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.