debian/0000775000000000000000000000000012246110100007153 5ustar debian/copyright0000664000000000000000000000261312246107467011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: RADOS Gateway Sync Agents Upstream-Contact: Sage Weil Source: http://github.com/ceph/radosgw-agent Files: * Copyright: 2013 Inktank Storage Inc License: MIT Files: debian/* Copyright: 2013 Inktank Storage Inc, 2013 Canonical Ltd License: MIT License: MIT 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. debian/dirs0000664000000000000000000000002112246104423010043 0ustar /var/log/radosgw debian/compat0000664000000000000000000000000212246102270010362 0ustar 9 debian/upstart0000664000000000000000000000070112246106605010615 0ustar # vim: set ft=upstart ts=2 et: description "RADOS Gateway Sync Agent" author "James Page " start on runlevel [2345] stop on runlevel [!2345] respawn script ENABLED="no" if [ -f /etc/default/radosgw-agent ]; then . /etc/default/radosgw-agent fi if [ "x$ENABLED" = "xyes" ]; then exec /usr/bin/radosgw-agent -c /etc/ceph/radosgw-sync.conf \ --log-file /var/log/radosgw/radosgw-agent.log fi end script debian/watch0000664000000000000000000000010512246107165010221 0ustar version=3 https://github.com/ceph/radosgw-agent/tags .*/v(.*).tar.gz debian/radosgw-sync.conf0000664000000000000000000000050212246107563012462 0ustar # For details on how to configure: # http://ceph.com/docs/master/radosgw/federated-config/ source: https://zone-name.fqdn.com:443 src_access_key: source-access-key src_secret_key: source-secret-key destination: https://zone-name.fqdn.com:443 dest_access_key: destination-access-key dest_secret_key: destination-secret-key debian/source/0000775000000000000000000000000012246110100010453 5ustar debian/source/format0000664000000000000000000000001412246102255011675 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000025712246103401010245 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --buildsystem python_distutils --with python2 override_dh_auto_test: nosetests debian/default0000664000000000000000000000010312246106640010532 0ustar # radosgw sync agent enabled - set to 'yes' to enable ENABLED="no" debian/install0000664000000000000000000000004312246104551010556 0ustar debian/radosgw-sync.conf /etc/ceph debian/changelog0000664000000000000000000000022212246110076011035 0ustar radosgw-agent (1.1-0ubuntu1) trusty; urgency=low * Initial packaging. -- James Page Fri, 29 Nov 2013 13:01:47 +0000 debian/control0000664000000000000000000000161112246107054010573 0ustar Source: radosgw-agent Section: admin Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Sage Weil Uploaders: Sage Weil , Build-Depends: debhelper (>= 9~), python-all, python-boto, python-mock, python-nose, python-pytest, python-requests, python-setuptools Standards-Version: 3.9.4 Homepage: http://ceph.com/ X-Python-Version: >= 2.4 Package: radosgw-agent Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Synchronize data and users between radosgw clusters RADOS is a distributed object store used by the Ceph distributed storage system. This package provides a REST gateway to the object store that aims to implement a superset of Amazon's S3 service. . This package contains the agent for synchronization between geographically separated RADOS deployments.