lp:~rvb/maas/parent-child-relationship
- Get this branch:
- bzr branch lp:~rvb/maas/parent-child-relationship
Branch merges
- MAAS Maintainers: Pending requested 2015-01-20
-
Diff: 627 lines (+473/-2)8 files modifiedsrc/maasserver/api/nodes.py (+9/-0)
src/maasserver/api/tests/test_enlistment.py (+3/-0)
src/maasserver/api/tests/test_node.py (+41/-0)
src/maasserver/forms.py (+5/-0)
src/maasserver/migrations/0127_add_node_parent.py (+394/-0)
src/maasserver/models/node.py (+7/-0)
src/maasserver/models/tests/test_node.py (+12/-0)
src/maasserver/testing/factory.py (+2/-2)
Branch information
Recent revisions
- 3454. By Gavin Panella on 2015-01-13
-
[r=allenap,
jtv][bug= ][author= allenap] Remove all remaining Celery dependencies. - 3453. By Blake Rouse on 2015-01-13
-
[r=allenap]
[bug=][ author= blake-rouse] Fix the development environment allowing the cluster to connect to the region and import images from the region. In the development environment the cluster cannot manage the dhcp services, and it cannot convert the root-image to a root-tgz. These operations require a full package installation.
- 3452. By Blake Rouse on 2015-01-13
-
[r=rvb]
[bug=][ author= blake-rouse] Display physical block devices on the node details page, under the new storage section. - 3451. By Blake Rouse on 2015-01-13
-
[r=rvb]
[bug=][ author= blake-rouse] Remove storage field from Node model. Add physicalblockde vice_set to Node model and expose over API. - 3450. By Richard McCartney on 2015-01-13
-
[r=blake-
rouse][ bug=][author= ricgard] Adding local versions of the ubuntu font for offline users & updating ubuntu-fonts.css - 3449. By Blake Rouse on 2015-01-13
-
[r=allenap]
[bug=][ author= blake-rouse] Add storage constraint for acquire node selection. Allows the acquire API call to specify a storage parameter to filter the available nodes. Parameter is structured as a comma-separated list of the minimum required size of disks in GB. Tags can also associated with a size, allowing better filtering based on the tags associated on the disks. Eg. 200,300(
ssd,removable) ,400 - node must have at least 3 disks, first being at least 200gb in size with any tags, second at least 300gb in size with the tags ssd and removable, and third at least 400gb in size with any tags. The disks are ordered on the node by size providing the least greedy selection as possible. - 3448. By Richard McCartney on 2015-01-13
-
[r=blake-
rouse][ bug=][author= ricgard] Apply the Ubuntu CSS guidelines and amending the base.html template to incorporate the Ubuntu styles structure. - 3447. By Raphaël Badin on 2015-01-13
-
[r=blake-
rouse][ bug=][author= rvb] Add backend and API support for non-installable nodes. Non-installable nodes are nodes for which we only manage DNS and DHCP but that MAAS can't power control or install. - 3446. By Raphaël Badin on 2015-01-12
-
[r=newell-jensen][bug=1347524][author=rvb] Remove '\n' from API error messages.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:maas/trunk