lp://staging/ubuntu/raring-updates/maas
- Get this branch:
- bzr branch lp://staging/ubuntu/raring-updates/maas
Branch merges
Branch information
Recent revisions
- 29. By Seth Arnold
-
* SECURITY UPDATE: failure to authenticate downloaded content (LP: #1039513)
- debian/patches/ CVE-2013- 1058.patch: Authenticate downloaded files with
GnuPG and MD5SUM files. Thanks to Julian Edwards.
- CVE-2013-1058
* SECURITY UPDATE: configuration options may be loaded from current working
directory (LP: #1158425)
- debian/patches/ CVE-2013- 1057-1- 3.patch: Do not load configuration
options from the current working directory. Thanks to Julian Edwards.
- CVE-2013-1057 - 28. By Andres Rodriguez
-
debian/
patches/ 99-fix- maas-fpi. patch: Update to correctly reflect
correct install path. - 27. By Andres Rodriguez
-
* This is a new upstream bugfixs releases only. It includes:
- Fix detection of non-existant ipmi device in nested kvm (LP: #1064527)
- Fix IPMI User creation. (LP: #1119696)
- Assign nodes to the correct nodegroup. (LP: #1148016)
- Fix to provide useful error reporting for power management (LP: #1155175)[ Chris Van Hook ]
* debian/patches/ 99-fix- ipmi-stat- lp1086160. patch: Fix ipmi power command
to correctly use --stat. (LP: #1086160)[ Steve Langasek ]
* Add missing dependency on iproute to maas-region-controller, for use of
/sbin/ip in postinst.[ Andres Rodriguez ]
* debian/patches/ 99-fix- maas-fpi. patch: Fix FPI, otherwise nodes have the
risk of not being installed at all.
* debian/control: Depends on apache2 for maas-cluster-controller
* debian/maas-cluster- controller. install: Install maas-cluster- http.conf
* debian/maas-cluster- controller. {postinst, postrm} : Handle symlink and
removal of maas-cluster-http.conf. - 26. By Andres Rodriguez
-
* New upstream bugfix release.
- Fixes and returns the 'resource_url' with the 'canonical' url for
a file that is fetched using the API (LP: #1154142)[ Andres Rodriguez ]
* debian/control:
- Change Conflicts/Replaces for Breaks/Replaces.
- Conflicts on tftpd-hpa and dnsmasq.
- Do not pre-depends, but Depends on ${misc:Depends} for 'maas'.[ Steve Langasek ]
* postinst scripts are never called with 'reconfigure' as the script
argument. Remove references to this (mythical) invocation.
* always call 'set -e' from maintainer scripts instead of passing 'sh -e'
as the interpreter, so that scripts will behave correctly when run via
'sh -x'.
* invoke-rc.d is never allowed to not exist - simplify scripts (and make
them better policy-compliant) by invoking unconditionally. (The only
possible exception is in the postrm, where it's *theoretically* possible
for invoke-rc.d to be missing if the user has completely stripped
down their system; that's a fairly unreasonable corner case, but we
might as well be correct if it ever happens.)
* db_get+db_set is a no-op; don't call db_set to push back a value we just
got from db_get.
* Omit superfluous calls to 'exit 0' at the end of each script.
* Remove maas-cluster-controller prerm script, which called debconf for no
reason.
* Don't invoke debconf in the postrm script either, debhelper already does
this for us.
* Other miscellaneous maintainer script fixes
* debian/maas-common. postinst: call adduser and addgroup unconditionally;
the tools are already designed to DTRT, we don't need to check for the
user/group existence before calling them nor should we worry about
calling them only once on first install.
* debian/maas-common. postrm: delete the maas group, not just the user,
as the comment in the code implies we should do. - 25. By Andres Rodriguez
-
* New upstream release.
- MAAS file storage mechanism is shifting from a single shared
namespace to a per-user namespace. Operators of the majority
of MAAS systems will not notice any change. However, operators
of the most complex installations may find that a new
"shared-environment" user is created, and that some resources
are reassigned to it, such as API credentials and SSH public
keys. This provides a transitional environment that mimics the
behaviour of a shared namespace.[ Raphaël Badin ]
* debian/control: maas-region-controller depends on bind9utils.
(LP: #1103195)
* debian/maas-dns. postinst: Call write_dns_config.
(LP: #1085865).
* debian/maas-cluster- controller. postinst: Fix the name of the config
file (/etc/maas/pserv.yaml and not /etc/maas/ pserv.conf)
(LP: #1083542).
* debian/extras/ 99-maas- sudoers: Add 'SETENV:' to sudo rule
to allow preserving the environment when running
/usr/sbin/maas- import- pxe-files via sudo.
* debian/maas-dns. postinst: fix permissions and group ownership of
file /etc/bind/maas/named. conf.rndc. maas. (LP: #1066935)
* debian/control: Remove the dependency of maas-cluster-controller
on rabbitmq-server. (LP: #1072744)
* debian/extras/ 99-maas- sudoers: Add sudo rule for script
/usr/sbin/maas- import- pxe-files.
* debian/maas-cluster- controller. install: Removed commissioning- user-data
script.[ Julian Edwards ]
* debian/maas-region- controller. install: Remove installation of maas-gc; it
is no longer required as upstream no longer stores files in the filesystem.
(LP: #1069734)
* debian/maas-cluster- controller. postinst: Ensure that /etc/maas/ pserv.yaml
is updated when reconfiguring. (LP: #1081212)[ Jeroen Vermeulen ]
* debian/maas-cluster- controller. install: Install import scripts.
* debian/maas-cluster- controller. postinst: Configure tgt (the iSCSI server)
so the import script can install files to it.
* debian/maas-cluster- controller. postrm: Clean up tgt config.
* debian/maas-region- controller. install: Move import scripts out to the
cluster controller, and drop the maas-import-isos compatibility script.
* debian/maas-region- controller. postinst: Remove tgt config.
* debian/maas-region- controller. postrm: Remove tgt config cleanup.
* Bump code revision to include latest user_data.template fixes.[ Gavin Panella ]
* debian/extras/ 99-maas: squashfs image download is no longer needed.
* debian/maas-cluster- controller. install: maas-import- squashfs and its
configuration file are no longer part of upstream.
* debian/maas-cluster- controller. install: The maas-import- pxe-files cron
task is no longer used.
* debian/maas-cluster- controller. postinst: Remove leading comment
markers from the 'generator' line in pserv.yaml.[ Andres Rodriguez ]
* debian/control:
- maas-cluster-controller Conflicts with tftpd-hpa (LP: #1076028)
- maas-dns: Conflicts with dnsmasq
- maas-cluster-controller Conflicts/Replaces maas-region- controller as
import scripts are no longer shipped in the region.
- debian/control: Depends on distro-info for maas-cluster-controller
instead of maas-region-controller (LP: #1103194)
* debian/maas-cluster- controller. config: If URL has been detected,
add /MAAS if it doesn't contain it. This helps upgrades from versions
where DEFAULT_MAAS_URL didn't use /MAAS. - 24. By Andres Rodriguez
-
* New upstream release:
- MAAS file storage mechanism is shifting from a single shared
namespace to a per-user namespace. Operators of the majority
of MAAS systems will not notice any change. However, operators
of the most complex installations may find that a new
"shared-environment" user is created, and that some resources
are reassigned to it, such as API credentials and SSH public
keys. This provides a transitional environment that mimics the
behaviour of a shared namespace. - 23. By Andres Rodriguez
-
* New upstream bugfix release.
[ Raphaël Badin ]
* debian/control: maas-region-controller depends on bind9utils.
(LP: #1103195)[ Andres Rodriguez ]
* debian/control: Depends on distro-info for maas-cluster-controller
instead of maas-region-controller (LP: #1103194)
* debian/maas-region- controller. install: Install commissioning- user-data
instead of maas-cluster-controller. (LP: #1103203) - 22. By Andres Rodriguez
-
* New upstream bugfix release. Fixes:
- The DNS configuration is not created if maas-dns is installed after
the DNS config has been set up (LP: #1085865).
- IPMI detection ends up with power_address of 0.0.0.0 (LP: #1064224)
- Main page slow to load with many nodes (LP: #1066775)
- maas-cluster-controller doesn't have images for
provisioning (LP: #1068843)
- Filestorage is unique to each appserver instance (LP: #1069734)
- import_pxe_files does not include quantal (LP: #1069850)
- maas-cli nodes new incomplete documentation (LP: #1070522)
- DNS forward zone ends up with nonsensical entries (LP: #1070765)
- The hostname of a node can still be changed once the node is in
use. (LP: #1070774)
- The zone name (attached to a cluster controller) can still be changed
when it contains in-use nodes and DNS is managed. (LP: #1070775)
- Duplicated prefix in the url used by the CLI (LP: #1075597)
- Not importing Quantal boot images (LP: #1077180)
- Nodes are deployed with wrong domain name. (LP: #1078744)
- src/maasserver/api.py calls request. data.getlist with a 'default'
parameter. That parameter is not supported by Django 1.3. (LP: #1080673)
- API calls that return a node leak private data (LP: #1034318)
- MAAS hostnames should be 5 easily disambiguated characters (LP: #1058998)
- URI in API description wrong when accessing machine via alternative
interface. (LP: #1059645)
- Oops when renaming nodegroup w/o interface (LP: #1077075)
- Error in log when using 'Start node' button: MAASAPINotFound: No user
data available for this node. (LP: #1069603)[ Raphaël Badin ]
* debian/maas-dns. postinst: Call write_dns_config (LP: #1085865).
* debian/maas-dns. postinst: fix permissions and group ownership of
file /etc/bind/maas/named. conf.rndc. maas. (LP: #1066935) [ Julian Edwards ]
* debian/maas-region- controller. install: Remove installation of maas-gc; it
is no longer required as upstream no longer stores files in the filesystem.
(LP: #1069734)
* debian/maas-cluster- controller. postinst: Ensure that /etc/maas/ pserv.yaml
is updated when reconfiguring. (LP: #1081212)[ Andres Rodriguez ]
* debian/control:
- maas-cluster-controller Conflicts with tftpd-hpa (LP: #1076028)
- maas-dns: Conflicts with dnsmasq
- Drop Dependency on rabbitmq-server for maas-cluster-controller.
(LP: #1072744)
- Add conflicts/replaces for maas-region-controller to
maas-cluster- controller.
* debian/maas-cluster- controller. config: If URL has been detected, add
/MAAS if it doesn't contain it. This helps upgrades from versions where
DEFAULT_MAAS_URL didn't use /MAAS.
* Install maas-import-pxe-files and related files with
maas-cluster- controller, as well as configure tgtd, as
maas-region- controller no longer stores images. Thanks to Jeroen
Vermuelen.[ Gavin Panella ]
* debian/extras/ 99-maas: squashfs image download is no longer needed.
* debian/maas-cluster- controller. install: maas-import- squashfs and its
configuration file are no longer part of upstream.[ Jeroen Vermeulen ]
* debian/maas-cluster- controller. maas-pserv. upstart: Source maas_cluster.conf
before starting pserv (tftpd) process.
* debian/maas-cluster- controller. postinst: Duplicate CLUSTER_UUID setting
to maas_cluster.conf.
* Bumped revision number to current 1.2 revision 1342 (requested by rvba). - 21. By Andres Rodriguez
-
* New upstream bugfix release
- Fixes commissioning failing to set memory attribute. (LP: #1064638)
- Fixes node listing by adding pagination (LP: #1064672)
- Changes default bind rndc key which breaks initscripts (LP: #1066938)
- Fixes invalid DNS config once node is enlisted (LP: #1066958)
- Reference documentation link to correct URL (LP: #1067261)[ Andres Rodriguez ]
* debian/rules: Change upstream branch.[ Gavin Panella ]
* debian/maas-dns. postinst: Remove MAAS-related include lines from named's
config before adding a new one (LP: #1066929)[ Raphael Badin ]
* debian/extras/ maas-region- celeryd: Remove whitespace that affects DNS
rabbitmq queue. (LP: #1067929) - 20. By Andres Rodriguez
-
* New upstream release
* Only run 'maas' command as root. (LP: #974046)
- debian/extras/maas: Check id.
- debian/maas.install: Install in 'sbin'.
* debian/maas.postinst:
- restart apache2 after everything gets processed.
- Update version to handle upgrades.
* debian/extras/ maas-provision: Add wrapper to access 'maasprovisiong'
command line.
* debian/patches/ 99_temporary_ fix_path. patch: Dropped. No longer needed.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/saucy/maas