Juju should support MAAS as a provider
Bug #939552 reported by
Kapil Thangavelu
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyjuju |
Fix Released
|
Undecided
|
Gavin Panella |
Bug Description
Metal As A Service (MAAS) provides a new API for driving physical machine usage/setup.
Related branches
lp://staging/~allenap/pyjuju/add-maas-provider
- Jim Baker (community): Approve
- Kapil Thangavelu (community): Approve
-
Diff: 1507 lines (+1382/-7)17 files modifiedjuju/environment/config.py (+20/-5)
juju/lib/schema.py (+25/-0)
juju/lib/tests/test_schema.py (+43/-1)
juju/providers/maas/__init__.py (+10/-0)
juju/providers/maas/auth.py (+70/-0)
juju/providers/maas/files.py (+143/-0)
juju/providers/maas/launch.py (+60/-0)
juju/providers/maas/maas.py (+115/-0)
juju/providers/maas/machine.py (+21/-0)
juju/providers/maas/provider.py (+118/-0)
juju/providers/maas/tests/test_auth.py (+53/-0)
juju/providers/maas/tests/test_files.py (+172/-0)
juju/providers/maas/tests/test_launch.py (+138/-0)
juju/providers/maas/tests/test_maas.py (+144/-0)
juju/providers/maas/tests/test_provider.py (+83/-0)
juju/providers/maas/tests/testing.py (+164/-0)
juju/providers/orchestra/launch.py (+3/-1)
Changed in juju: | |
milestone: | none → florence |
status: | New → In Progress |
Changed in juju: | |
assignee: | nobody → Gavin Panella (allenap) |
Changed in juju: | |
status: | In Progress → Fix Released |
To post a comment you must log in.