prometheanfire    15/08/05 02:19:21

  Modified:             nova-2015.1.1-r1.ebuild nova-2015.1.9999.ebuild
                        ChangeLog
  Log:
  updating nova deps to work with cinder
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.2                  sys-cluster/nova/nova-2015.1.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.1-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.1-r1.ebuild?r1=1.1&r2=1.2

Index: nova-2015.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nova-2015.1.1-r1.ebuild     30 Jul 2015 05:40:53 -0000      1.1
+++ nova-2015.1.1-r1.ebuild     5 Aug 2015 02:19:21 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.1-r1.ebuild,v 
1.1 2015/07/30 05:40:53 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.1-r1.ebuild,v 
1.2 2015/08/05 02:19:21 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -140,12 +140,13 @@
        >=dev-python/psutil-1.1.1[${PYTHON_USEDEP}]
        <dev-python/psutil-2.0.0[${PYTHON_USEDEP}]
        dev-python/libvirt-python[${PYTHON_USEDEP}]
+       app-emulation/libvirt[iscsi?]
        novncproxy? ( www-apps/novnc )
        sys-apps/iproute2
        openvswitch? ( net-misc/openvswitch )
        rabbitmq? ( net-misc/rabbitmq-server )
        memcached? ( net-misc/memcached
-               dev-python/python-memcached )
+       dev-python/python-memcached )
        sys-fs/sysfsutils
        sys-fs/multipath-tools
        net-misc/bridge-utils
@@ -157,6 +158,7 @@
        )
        iscsi? (
                sys-fs/lsscsi
+               >=sys-block/open-iscsi-2.0.872-r3
        )"
 
 PATCHES=(
@@ -241,3 +243,9 @@
                doins "${FILESDIR}/scsi-openscsi-link.sh"
        fi
 }
+
+pkg_postinst() {
+       if use iscsi ; then
+               elog "iscsid needs to be running if you want cinder to connect"
+       fi
+}



1.16                 sys-cluster/nova/nova-2015.1.9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild?r1=1.15&r2=1.16

Index: nova-2015.1.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- nova-2015.1.9999.ebuild     30 Jul 2015 05:40:53 -0000      1.15
+++ nova-2015.1.9999.ebuild     5 Aug 2015 02:19:21 -0000       1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v 
1.15 2015/07/30 05:40:53 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v 
1.16 2015/08/05 02:19:21 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -141,12 +141,13 @@
        >=dev-python/psutil-1.1.1[${PYTHON_USEDEP}]
        <dev-python/psutil-2.0.0[${PYTHON_USEDEP}]
        dev-python/libvirt-python[${PYTHON_USEDEP}]
+       app-emulation/libvirt[iscsi?]
        novncproxy? ( www-apps/novnc )
        sys-apps/iproute2
        openvswitch? ( net-misc/openvswitch )
        rabbitmq? ( net-misc/rabbitmq-server )
        memcached? ( net-misc/memcached
-               dev-python/python-memcached )
+       dev-python/python-memcached )
        sys-fs/sysfsutils
        sys-fs/multipath-tools
        net-misc/bridge-utils
@@ -158,6 +159,7 @@
        )
        iscsi? (
                sys-fs/lsscsi
+               >=sys-block/open-iscsi-2.0.872-r3
        )"
 
 PATCHES=(
@@ -242,3 +244,9 @@
                doins "${FILESDIR}/scsi-openscsi-link.sh"
        fi
 }
+
+pkg_postinst() {
+       if use iscsi ; then
+               elog "iscsid needs to be running if you want cinder to connect"
+       fi
+}



1.105                sys-cluster/nova/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog   30 Jul 2015 05:40:53 -0000      1.104
+++ ChangeLog   5 Aug 2015 02:19:21 -0000       1.105
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/nova
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.104 
2015/07/30 05:40:53 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.105 
2015/08/05 02:19:21 prometheanfire Exp $
+
+  05 Aug 2015; Matthew Thode <[email protected]>
+  nova-2015.1.1-r1.ebuild, nova-2015.1.9999.ebuild:
+  updating nova deps to work with cinder
 
 *nova-2015.1.1-r1 (30 Jul 2015)
 




Reply via email to