Merge "Remove xenapi rpm building code"
This commit is contained in:
commit
c4383c06d3
@ -6,11 +6,3 @@ added files are executable. You can do this by running the following
|
|||||||
command (from dom0):
|
command (from dom0):
|
||||||
|
|
||||||
chmod a+x /etc/xapi.d/plugins/*
|
chmod a+x /etc/xapi.d/plugins/*
|
||||||
|
|
||||||
Otherwise, you can build an rpm as detailed in:
|
|
||||||
|
|
||||||
$NOVA_ROOT/plugins/xenserver/xenapi/contrib/
|
|
||||||
|
|
||||||
and install the rpm by running the following command (from dom0):
|
|
||||||
|
|
||||||
rpm -i openstack-xen-plugins.rpm
|
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
PACKAGE=openstack-xen-plugins
|
|
||||||
THIS_DIR=$(cd $(dirname $0) && pwd)
|
|
||||||
RPMBUILD_DIR="$THIS_DIR/rpmbuild"
|
|
||||||
|
|
||||||
if [ ! -d $RPMBUILD_DIR ]; then
|
|
||||||
echo $RPMBUILD_DIR is missing
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
for dir in BUILD BUILDROOT SRPMS RPMS SOURCES; do
|
|
||||||
rm -rf $RPMBUILD_DIR/$dir
|
|
||||||
mkdir -p $RPMBUILD_DIR/$dir
|
|
||||||
done
|
|
||||||
|
|
||||||
rm -rf /tmp/$PACKAGE
|
|
||||||
mkdir /tmp/$PACKAGE
|
|
||||||
cp -r "$THIS_DIR/../etc/xapi.d" /tmp/$PACKAGE
|
|
||||||
tar czf $RPMBUILD_DIR/SOURCES/$PACKAGE.tar.gz -C /tmp $PACKAGE
|
|
||||||
|
|
||||||
rpmbuild -ba --nodeps --define "_topdir $RPMBUILD_DIR" \
|
|
||||||
$RPMBUILD_DIR/SPECS/$PACKAGE.spec
|
|
@ -1,45 +0,0 @@
|
|||||||
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)
|
|
||||||
|
|
||||||
%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/config_file
|
|
||||||
/etc/xapi.d/plugins/console
|
|
||||||
/etc/xapi.d/plugins/glance
|
|
||||||
/etc/xapi.d/plugins/ipxe
|
|
||||||
/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
|
|
||||||
/etc/xapi.d/plugins/nova_plugin_version
|
|
Loading…
Reference in New Issue
Block a user