prometheanfire 15/05/06 15:24:16
Modified: neutron-2015.1.0.ebuild neutron-2015.1.9999.ebuild
ChangeLog
Log:
adding post install note on the conf.d files, also updated the conf.d files
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
0x33ED3FD25AFC78BA)
Revision Changes Path
1.3 sys-cluster/neutron/neutron-2015.1.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild?r1=1.2&r2=1.3
Index: neutron-2015.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- neutron-2015.1.0.ebuild 1 May 2015 17:27:21 -0000 1.2
+++ neutron-2015.1.0.ebuild 6 May 2015 15:24:16 -0000 1.3
@@ -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/neutron/neutron-2015.1.0.ebuild,v 1.2
2015/05/01 17:27:21 prometheanfire Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild,v 1.3
2015/05/06 15:24:16 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -228,3 +228,13 @@
use doc && local HTML_DOCS=( doc/build/html/. )
distutils-r1_python_install_all
}
+
+pkg_postinst() {
+ elog
+ elog "neutron-server's conf.d file may need updating to include
additional ini files"
+ elog "We currently assume the ml2 plugin will be used but do not make
assumptions"
+ elog "on if you will use openvswitch or linuxbridge (or something else)"
+ elog
+ elog "Other conf.d files may need updating too, but should be good for
the default use case"
+ elog
+}
1.3 sys-cluster/neutron/neutron-2015.1.9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2015.1.9999.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2015.1.9999.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2015.1.9999.ebuild?r1=1.2&r2=1.3
Index: neutron-2015.1.9999.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1.9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- neutron-2015.1.9999.ebuild 1 May 2015 17:27:21 -0000 1.2
+++ neutron-2015.1.9999.ebuild 6 May 2015 15:24:16 -0000 1.3
@@ -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/neutron/neutron-2015.1.9999.ebuild,v 1.2
2015/05/01 17:27:21 prometheanfire Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1.9999.ebuild,v 1.3
2015/05/06 15:24:16 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -228,3 +228,13 @@
use doc && local HTML_DOCS=( doc/build/html/. )
distutils-r1_python_install_all
}
+
+pkg_postinst() {
+ elog
+ elog "neutron-server's conf.d file may need updating to include
additional ini files"
+ elog "We currently assume the ml2 plugin will be used but do not make
assumptions"
+ elog "on if you will use openvswitch or linuxbridge (or something else)"
+ elog
+ elog "Other conf.d files may need updating too, but should be good for
the default use case"
+ elog
+}
1.59 sys-cluster/neutron/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?rev=1.59&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?rev=1.59&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 1 May 2015 17:27:21 -0000 1.58
+++ ChangeLog 6 May 2015 15:24:16 -0000 1.59
@@ -1,6 +1,11 @@
# ChangeLog for sys-cluster/neutron
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.58
2015/05/01 17:27:21 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.59
2015/05/06 15:24:16 prometheanfire Exp $
+
+ 06 May 2015; Matthew Thode <[email protected]>
+ files/neutron-linuxbridge-agent.confd, files/neutron-openvswitch-agent.confd,
+ neutron-2015.1.0.ebuild, neutron-2015.1.9999.ebuild:
+ adding post install note on the conf.d files, also updated the conf.d files
01 May 2015; Matthew Thode <[email protected]>
neutron-2015.1.0.ebuild, neutron-2015.1.9999.ebuild: