[Bug 1062518] Re: [FFe] New upstream release
Andres Rodriguez
andreserl at ubuntu-pe.org
Mon Oct 8 20:36:05 UTC 2012
** Description changed:
New MAAS upstream release.
This new upstream release introduces various new features and mayor
bugfixes. Another important thing is that the packaging has changed and
now it ships cluster and region controllers. All of these changes have
been QA'd.
- maas (0.1+bzr1199+dfsg-0ubuntu1) quantal; urgency=low
+ maas (0.1+bzr1223+dfsg-0ubuntu1) quantal; urgency=low
- * New upstream release.
+ * New upstream release. (LP: #1062518)
- [ Julian Edwards ]
- * Ensure isc-dhcp-server is disabled when installing maas-dhcp.
- * Ensure maas-dns creates the maas user before trying to chown files.
- * Make maas-cluster-controller autoconfigure itself when upgrading from the
- old maas package. (LP: #1059416)
- * Add missing prerm file for maas-cluster-controller so that .pyc files
- are cleaned up. (LP: #1059973)
+ [ Julian Edwards ]
+ * Ensure isc-dhcp-server is disabled when installing maas-dhcp.
+ * Ensure maas-dns creates the maas user before trying to chown files.
+ * Make maas-cluster-controller autoconfigure itself when upgrading from the
+ old maas package. (LP: #1059416)
+ * Add missing prerm file for maas-cluster-controller so that .pyc files
+ are cleaned up. (LP: #1059973)
- [ Raphaël Badin ]
- * Split celery config into cluster and region configs.
- * Add region celeryd upstart config.
- * Define CELERY_CONFIG_MODULE in
- maas-cluster-controller.maas-cluster-celery.upstart
+ [ Raphaël Badin ]
+ * Split celery config into cluster and region configs.
+ * Add region celeryd upstart config.
+ * Define CELERY_CONFIG_MODULE in
+ maas-cluster-controller.maas-cluster-celery.upstart
- [ Jeroen Vermeulen ]
- * Make maas_local_celery_config.py non-world readable.
- * Make maas_local_celeryconfig_cluster.py non-world readable.
- * Set root:maas ownership of local cluster config only *after*
- the maas user/group have been created
+ [ Jeroen Vermeulen ]
+ * Make maas_local_celery_config.py non-world readable.
+ * Make maas_local_celeryconfig_cluster.py non-world readable.
+ * Set root:maas ownership of local cluster config only *after*
+ the maas user/group have been created
- [ Andres Rodriguez ]
- * debian/maas-dhcp.postinst: Stop isc-dhcp-server not isc_dhcp_server.
- * debian/maas-region-controller.postinst:
- - Always update passwords on upgrade. No longer check versioning. (LP: #1060094).
- - Add MAAS server to allowed mirror in squid-deb-proxy
- - Source dbconfig conf file for maas-region-controller on upgrade because
- it writes a new config file and no longer preservers the previous password.
- * debian/maas-cluster-controller.maas-cluster-celery.upstart: Remove set{uid/gid}.
- * debian/control: Depends on python-netifaces, python-lxml.
- * debian/maas-region-controller: Install maas-import-squashfs
- * Handle removal of non existant files (LP: #1059556):
- - debian/maintscript: Added to handle removal of conffiles.
- - debian/control: Add Pre-depends and bump debhelper version.
- * update po files for the templates.
- * debian/extras/99-maas: Install in usr/share/maas/conf and symlink to the
- appropriate etc dir.
+ [ Andres Rodriguez ]
+ * debian/maas-dhcp.postinst: Stop isc-dhcp-server not isc_dhcp_server.
+ * debian/maas-region-controller.postinst:
+ - Always update passwords on upgrade. No longer check versioning. (LP: #1060094).
+ - Add MAAS server to allowed mirror in squid-deb-proxy
+ - Source dbconfig conf file for maas-region-controller on upgrade because
+ it writes a new config file and no longer preservers the previous password.
+ * debian/maas-cluster-controller.maas-cluster-celery.upstart: Remove set{uid/gid}.
+ * debian/control: Depends on python-netifaces, python-lxml.
+ * debian/maas-region-controller: Install maas-import-squashfs
+ * Handle removal of non existant files (LP: #1059556):
+ - debian/maintscript: Added to handle removal of conffiles.
+ - debian/control: Add Pre-depends and bump debhelper version.
+ * update po files for the templates.
+ * debian/extras/99-maas: Install in usr/share/maas/conf and symlink to the
+ appropriate etc dir.
+ * debian/maas-cluster-controller.config: Source debconf at the beginning of the
+ script. (LP: #1063857)
+ * debian/patches/99-temporary-fix-constraints.patch: Fix constraints maaping
+ when deploying with juju. Temporary until it gets merged upstream
- -- Andres Rodriguez <andreserl at ubuntu.com> Thu, 04 Oct 2012 13:34:12
+ [ Robie Basak ]
+ * Add maas-cluster-controller dependency on uuid-runtime, needed for uuidgen
+ by postinst.
+
+ -- Andres Rodriguez <andreserl at ubuntu.com> Mon, 08 Oct 2012 13:10:23
-0400
maas (0.1+bzr1110+dfsg-0ubuntu1) quantal; urgency=low
- * New Upstream Release
+ * New Upstream Release
- [ Julian Edwards ]
- * Split packaging of 'maas' into maas-{region,cluster}-controller
- - debian/control: Update accordingly.
- - debian/*.install: Move files accordingly
- - debian/*.{postinst,postrm,preinst}: Move files accordingly.
+ [ Julian Edwards ]
+ * Split packaging of 'maas' into maas-{region,cluster}-controller
+ - debian/control: Update accordingly.
+ - debian/*.install: Move files accordingly
+ - debian/*.{postinst,postrm,preinst}: Move files accordingly.
- [ Andres Rodriguez ]
- * debian/maas-region-controller.postinst: Cleanup upgrade rules.
- * debian/maas-cluster-controller.postinst: Fix 'local' usage.
- * debian/maas-common.install: Install celeryconfig in appropriate location.
- * debian/maas-cluster-controller.postrm: Add and delete maas user.
+ [ Andres Rodriguez ]
+ * debian/maas-region-controller.postinst: Cleanup upgrade rules.
+ * debian/maas-cluster-controller.postinst: Fix 'local' usage.
+ * debian/maas-common.install: Install celeryconfig in appropriate location.
+ * debian/maas-cluster-controller.postrm: Add and delete maas user.
- [ Raphael Badin ]
- * Use maas_local_celeryconfig_cluster.py as the local celery
- configuration file for the cluster worker.
- * debian/maas-region-controller.maas-region-celery.upstart: Add region
- worker upstart script.
- * Rename cluster worker upstart script into
- maas-cluster-controller.maas-clluster-celery.upstart.
- * maas-cluster-controller.maas-celery.upstart: use "celeryconfig_cluster"
- as the Celery config module.
- * debian/maas-common.install: Install celeryconfig_common.py.
- * debian/maas-cluster-controller.install: Install celeryconfig_cluster.py.
- * debian/maas-region-controller.install: Install celeryconfig.py.
+ [ Raphael Badin ]
+ * Use maas_local_celeryconfig_cluster.py as the local celery
+ configuration file for the cluster worker.
+ * debian/maas-region-controller.maas-region-celery.upstart: Add region
+ worker upstart script.
+ * Rename cluster worker upstart script into
+ maas-cluster-controller.maas-clluster-celery.upstart.
+ * maas-cluster-controller.maas-celery.upstart: use "celeryconfig_cluster"
+ as the Celery config module.
+ * debian/maas-common.install: Install celeryconfig_common.py.
+ * debian/maas-cluster-controller.install: Install celeryconfig_cluster.py.
+ * debian/maas-region-controller.install: Install celeryconfig.py.
- -- Andres Rodriguez <andreserl at ubuntu.com> Fri, 28 Sep 2012 16:54:28
+ -- Andres Rodriguez <andreserl at ubuntu.com> Fri, 28 Sep 2012 16:54:28
-0400
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1062518
Title:
[FFe] New upstream release
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1062518/+subscriptions
More information about the Ubuntu-server-bugs
mailing list