
This patch adds a new dom0 plugin which supports downloading images via BitTorrent. Torrent metadata files are assumed to be served from a webserver which is specified by the `torrent_base_url` config. Under the hood, the dom0 plugins calls out to rasterbar's libtorrent via Python bindings in order perform the initial download as well as the seeding thereafter. Implements BP xenserver-bittorrent-images Change-Id: I824720a6e3a37317080a22cd7405d2a88172c3ef
43 lines
1.1 KiB
RPMSpec
43 lines
1.1 KiB
RPMSpec
Name: openstack-xen-plugins
|
|
Version: 2012.1
|
|
Release: 1
|
|
Summary: Files for XenAPI support.
|
|
License: ASL 2.0
|
|
Group: Applications/Utilities
|
|
Source0: openstack-xen-plugins.tar.gz
|
|
BuildArch: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
Requires: parted
|
|
|
|
%define debug_package %{nil}
|
|
|
|
%description
|
|
This package contains files that are required for XenAPI support for OpenStack.
|
|
|
|
%prep
|
|
%setup -q -n openstack-xen-plugins
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/etc
|
|
cp -r xapi.d $RPM_BUILD_ROOT/etc
|
|
chmod a+x $RPM_BUILD_ROOT/etc/xapi.d/plugins/*
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
/etc/xapi.d/plugins/_bittorrent_seeder
|
|
/etc/xapi.d/plugins/agent
|
|
/etc/xapi.d/plugins/bandwidth
|
|
/etc/xapi.d/plugins/bittorrent
|
|
/etc/xapi.d/plugins/glance
|
|
/etc/xapi.d/plugins/kernel
|
|
/etc/xapi.d/plugins/migration
|
|
/etc/xapi.d/plugins/pluginlib_nova.py
|
|
/etc/xapi.d/plugins/workarounds
|
|
/etc/xapi.d/plugins/xenhost
|
|
/etc/xapi.d/plugins/xenstore.py
|
|
/etc/xapi.d/plugins/utils.py
|