maas 2.0.0+bzr5189-0ubuntu1~16.04.1 source package in Ubuntu

Changelog

maas (2.0.0+bzr5189-0ubuntu1~16.04.1) xenial-proposed; urgency=medium

  * New upstream release, 2.0.0 bzr5189 (SRU LP: #1615210):
    - Cluster Controllers now deprecated. Introducing Rack Controllers.
      + Machine no longer belong to Rack Controllers.
      + High availability it is now supported.
      + Rack Controllers manage DHCP on the Fabric Level.
    - Region Controller high availability and scalability.
      + Ability to configure multiple Region Controller API endpoints.
    - API 1.0 has been deprecated. Introducing new API 2.0.
    - MAAS is introducing IP Ranges and deprecated the Static Range.
      + MAAS now controls the whole subnet.
      + The static Range has now been deprecated.
      + Users can now only create a dynamic or reserved range.
    - MAAS Static Range has been deprecated. MAAS Controls the whole Subnet.
    - New networks GUI.
    - MAAS now fully manages DNS.
    - Extended Storage Support. Includes:
      + XFS, Mount Options, Swap Partitions, tmpfs/ramfs.
    - Adding support for DHCP Snippets.
      + Creates extra custom DHCP config at the Node, Subnet and Global level.
    - MAAS Proxy is now managed by MAAS.
    - Service Tracking. MAAS now tracks status of the several services it runs.

 -- Andres Rodriguez <email address hidden>  Mon, 22 Aug 2016 16:25:57 +0100

Upload details

Uploaded by:
Andres Rodriguez
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maas_2.0.0+bzr5189.orig.tar.gz 9.9 MiB 7bd35649165d0d7b3f4c5f565fa0a73abcd7c7887e6fea0bbd1c8c76a0cdc87f
maas_2.0.0+bzr5189-0ubuntu1~16.04.1.debian.tar.xz 38.3 KiB 0e42c70f11192d8043ea0a7edcd9cbb8c2fb6f897b5e844461cd1847cba5f8b0
maas_2.0.0+bzr5189-0ubuntu1~16.04.1.dsc 2.7 KiB aad1fed0218616dbaac7778dc2630036c9f5a313d2b1e8c12628e91ce14d996e

View changes file

Binary packages built by this source

maas: "Metal as a Service" is a physical cloud and IPAM

 MAAS runs a software-defined data centre - it turns a collection of physical
 servers and switches into a bare metal cloud with full open source IP address
 management (IPAM) and instant provisioning on demand.
 .
 MAAS controls the servers through IPMI or another BMC or converged chassis
 controller such as Cisco UCS. It provides a full inventory of components,
 and can install Ubuntu, CentOS or Windows very fast on any server under
 its control. It can also track and provide DHCP and DNS for other devices
 on the network.
 .
 MAAS handles VLANs and fabrics that span many trunked switches, as well as
 the routing-centric infrastructure typically used for large-scale OpenStack
 or other scale-out deployments. MAAS manages IP addresses and provides APIs
 for address assignment and release. MAAS can also allocate IP addresses for
 containers on machines, and release them when the machine is repurposed. MAAS
 provides PXE, DHCP, DNS and other low-level services to ensure the cluster
 works smoothly.
 .
 MAAS works with any configuration system, and is recommended by the teams
 behind both Chef and Juju as a physical provisioning system.
 .
 MAAS provides:
 .
  * Hardware inventory of servers
  * Dynamic provisioning based on name or attributes such as disk, RAM, cores,
    nics, networking, gpu’s or architecture
  * DNS and DHCP as needed
  * PXE boot services
 .
 This package is a metapackage which installs all of the separate components
 of MAAS on a single machine.

maas-cli: MAAS client and command-line interface

 This package contains the 'maas' command-line interface, which
 talks to the MAAS region controller REST API. Use the maas command
 to login to MAAS and drive the data centre entirely from the
 command-line.

maas-common: MAAS server common files

 This package contains the common files for any MAAS installation.

maas-dhcp: MAAS DHCP server

 This package installs and configures a DHCP server that can be used by
 MAAS, and enhances the overall MAAS user experience.

maas-dns: MAAS DNS server

 This package installs and configures a DNS server that can be used by
 MAAS, and enhances the overall MAAS user experience.

maas-proxy: MAAS Caching Proxy

 This package installs and configures a Caching Proxy server that can be
 used by MAAS. It enhances the overall MAAS user experience.

maas-rack-controller: Rack Controller for MAAS

 The MAAS rack controller (maas-rackd) provides highly available, fast
 and local broadcast services to the machines provisioned by MAAS. You
 need a MAAS rack controller attached to each fabric (which is a set of
 trunked switches). You can attach multiple rack controllers to these
 physical networks for high availability, with secondary rack controllers
 automatically stepping to provide these services if the primary rack
 controller fails.
 .
 A common configuration is to have a rack controller in each rack, with
 a fast primary network interface to the rack switch and secondary
 network interfaces on one or two other nearby racks for high
 availability redundancy.
 .
 This package depends on the necessary components to provide iSCSI,
 DHCP, TFTP and power management.

maas-rack-udeb: Install a MAAS Rack controller (installer integration)
maas-region-api: Region controller API service for MAAS

 The MAAS region controller consists of REST API services and a postgres
 database. This package installs only the API services (maas-regiond).
 Use it to scale out the API front-end of your MAAS region controller.

maas-region-controller: Region Controller for MAAS

 The MAAS region controller (maas-regiond) is the REST API server for
 all MAAS clients, and the postgres database that maintains machine
 state for the entire data centre (or “region”). The region controller
 an be scaled-out and highly available given the appropriate postgres
 setup and additional API servers.
 .
 This package installs the postgres database and the API server, so it
 is appropriate for the initial installation of a new MAAS region. To
 scale out the controller or make it highly available, install
 maas-region-controller-api on additional servers and ensure the
 postgres database is HA too.

maas-region-udeb: Install a MAAS server (installer integration)
python3-django-maas: MAAS server Django web framework (Python 3)

 This package provides the Django web framework for MAAS.
 .
 This package contains Python 3 modules.

python3-maas-client: MAAS python API client (Python 3)

 This package contains the MAAS client API Python modules.
 .
 This package contains Python 3 modules.

python3-maas-provisioningserver: MAAS server provisioning libraries (Python 3)

 This package provides the MAAS provisioning server python libraries.
 .
 This package contains Python 3 libraries.