vadimk      14/05/11 12:22:00

  Modified:             metadata.xml ChangeLog
  Added:                cinder-2014.1-r1.ebuild
  Removed:              cinder-2014.1.ebuild
  Log:
  slot conflicts, bug 508002. new init scripts.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
E1DF22D5)

Revision  Changes    Path
1.3                  sys-cluster/cinder/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml        5 Sep 2013 19:41:28 -0000       1.2
+++ metadata.xml        11 May 2014 12:22:00 -0000      1.3
@@ -13,6 +13,14 @@
     <flag name="api">Installs the initscripts for the cinder api service</flag>
     <flag name="scheduler">Installs the initscripts for the cinder scheduler 
service</flag>
     <flag name="volume">Installs the initscripts for the cinder volume 
service</flag>
+    <flag name="iscsi">
+      Allow using an iSCSI remote storage server as pool for disk image storage
+    </flag>
+    <flag name="lvm">
+      Allow using the Logical Volume Manager (<pkg>sys-apps/lvm2</pkg>) as 
pool for disk image
+      storage
+    </flag>
+
   </use>
 </pkgmetadata>
 



1.34                 sys-cluster/cinder/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?rev=1.34&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?rev=1.34&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   28 Apr 2014 02:50:19 -0000      1.33
+++ ChangeLog   11 May 2014 12:22:00 -0000      1.34
@@ -1,6 +1,13 @@
 # ChangeLog for sys-cluster/cinder
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.33 
2014/04/28 02:50:19 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.34 
2014/05/11 12:22:00 vadimk Exp $
+
+*cinder-2014.1-r1 (11 May 2014)
+
+  11 May 2014; Vadim Kuznetsov [email protected] +cinder-2014.1-r1.ebuild,
+  +files/cinder.confd, +files/cinder.initd, +files/cinder.sudoersd,
+  -cinder-2014.1.ebuild, metadata.xml:
+  slot conflicts, bug 508002. new init scripts.
 
 *cinder-2014.1.9999 (28 Apr 2014)
 *cinder-2014.1 (28 Apr 2014)



1.1                  sys-cluster/cinder/cinder-2014.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2014.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2014.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: cinder-2014.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.1-r1.ebuild,v 
1.1 2014/05/11 12:22:00 vadimk Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils user

DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes."
HOMEPAGE="https://launchpad.net/cinder";
SRC_URI="http://launchpad.net/${PN}/icehouse/${PV}/+download/${P}.tar.gz";

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+api +scheduler +volume iscsi lvm mysql postgres sqlite test"
REQUIRED_USE="|| ( mysql postgres sqlite )"

#sudo is a build dep because I want the sudoers.d directory to exist, lazy.
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
                >=dev-python/pbr-0.6[${PYTHON_USEDEP}]
                <dev-python/pbr-1.0[${PYTHON_USEDEP}]
                app-admin/sudo
                test? ( >=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
                                <dev-python/hacking-0.9[${PYTHON_USEDEP}]
                                >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
                                >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
                                >=dev-python/hp3parclient-3.0[${PYTHON_USEDEP}]
                                <dev-python/hp3parclient-4.0[${PYTHON_USEDEP}]
                                >=dev-python/mock-1.0[${PYTHON_USEDEP}]
                                >=dev-python/mox-0.5.3[${PYTHON_USEDEP}]
                                dev-python/mysql-python[${PYTHON_USEDEP}]
                                dev-python/psycopg[${PYTHON_USEDEP}]
                                >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
                                <dev-python/sphinx-1.2[${PYTHON_USEDEP}]
                                >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
                                >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
                                
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
                                dev-python/oslo-sphinx[${PYTHON_USEDEP}] )"

RDEPEND=">=dev-python/amqplib-0.6.1-r1[${PYTHON_USEDEP}]
                >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
                virtual/python-argparse[${PYTHON_USEDEP}]
                >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
                >=dev-python/eventlet-0.13.0[${PYTHON_USEDEP}]
                >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
                >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
                >=dev-python/kombu-2.4.8[${PYTHON_USEDEP}]
                >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
                >=dev-python/netaddr-0.7.6[${PYTHON_USEDEP}]
                >=dev-python/oslo-config-1.2.0[${PYTHON_USEDEP}]
                >=dev-python/oslo-messaging-1.3.0[${PYTHON_USEDEP}]
                dev-python/oslo-rootwrap[${PYTHON_USEDEP}]
                >=dev-python/paramiko-1.9.0[${PYTHON_USEDEP}]
                dev-python/paste[${PYTHON_USEDEP}]
                >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
                >=dev-python/python-glanceclient-0.9.0[${PYTHON_USEDEP}]
                >=dev-python/python-keystoneclient-0.7.0[${PYTHON_USEDEP}]
                >=dev-python/python-novaclient-2.17.0[${PYTHON_USEDEP}]
                >=dev-python/python-swiftclient-1.6[${PYTHON_USEDEP}]
                >=dev-python/requests-1.1[${PYTHON_USEDEP}]
                >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
                >=dev-python/taskflow-0.1.3[${PYTHON_USEDEP}]
                <dev-python/taskflow-0.2[${PYTHON_USEDEP}]
                >=dev-python/rtslib-fb-2.1.39[${PYTHON_USEDEP}]
                >=dev-python/six-1.5.2[${PYTHON_USEDEP}]
                >=dev-python/sqlalchemy-0.7.8[${PYTHON_USEDEP}]
                <dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
                mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
                postgres? ( >=dev-python/psycopg-2[${PYTHON_USEDEP}] )
                sqlite? ( dev-db/sqlite )
                >=dev-python/sqlalchemy-migrate-0.9[${PYTHON_USEDEP}]
                >=dev-python/stevedore-0.14[${PYTHON_USEDEP}]
                >=dev-python/suds-0.4[${PYTHON_USEDEP}]
                >=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
                iscsi? (
                        >=sys-block/iscsitarget-1.4.20.2_p20130821
                        sys-block/open-iscsi )
                lvm? ( sys-fs/lvm2 )
                sys-fs/sysfsutils"

PATCHES=( )

pkg_setup() {
        enewgroup cinder
        enewuser cinder -1 -1 /var/lib/cinder cinder
}

#python_compile_all() { leave for next attempt
#       use doc && emake -C doc html
#}

python_test() {
        # Let's track progress of this # 
https://bugs.launchpad.net/swift/+bug/1249727  
        nosetests -I test_wsgi.py cinder/tests/ || die "tests failed under 
python2.7"
}

python_install() {
        distutils-r1_python_install
        keepdir /etc/cinder
        dodir /etc/cinder/rootwrap.d

        for svc in api scheduler volume; do
                newinitd "${FILESDIR}/cinder.initd" cinder-${svc}
        done

        insinto /etc/cinder
        newins "${S}/etc/cinder/cinder.conf.sample" "cinder.conf"
        newins "${S}/etc/cinder/api-paste.ini" "api-paste.ini"
        newins "${S}/etc/cinder/logging_sample.conf" "logging_sample.conf"
        newins "${S}/etc/cinder/policy.json" "policy.json"
        newins "${S}/etc/cinder/rootwrap.conf" "rootwrap.conf"
        insinto /etc/cinder/rootwrap.d
        newins "${S}/etc/cinder/rootwrap.d/volume.filters" "volume.filters"

        dodir /var/log/cinder
        fowners cinder:cinder /var/log/cinder

        #add sudoers definitions for user nova
        insinto /etc/sudoers.d/
        insopts -m 0440 -o root -g root
        newins "${FILESDIR}/cinder.sudoersd" cinder
}




Reply via email to