Management commands should be maas-region and maas-rack
Bug #1553791 reported by
Mark Shuttleworth
on 2016-03-06
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| MAAS |
High
|
Andres Rodriguez |
Bug Description
Both the regiond and the rackd will need to have management commands, for example to create the admin user in the case of the regiond. These commands should be maas-region and maas-rack respectively.
So:
sudo maas-region create-admin
sudo maas-rack register http://
Related branches
lp:~andreserl/maas/lp1553791
- Blake Rouse (community): Approve on 2016-03-07
-
Diff: 275 lines (+130/-107)5 files modifieddebian/changelog (+2/-0)
debian/extras/maas-provision (+6/-51)
debian/extras/maas-rack (+55/-0)
debian/extras/maas-region (+62/-0)
debian/extras/maas-region-admin (+5/-56)
lp:~andreserl/maas/maas_lp1553791
- Blake Rouse (community): Approve on 2016-03-07
-
Diff: 232 lines (+24/-24)11 files modifiedHACKING.txt (+3/-3)
INSTALL.txt (+1/-1)
Makefile (+3/-3)
buildout.cfg (+2/-2)
docs/development/cluster-registration.rst (+1/-1)
etc/maas/templates/dhcp/dhcpd.conf.template (+3/-3)
services/rackd/run (+2/-2)
src/provisioningserver/dhcp/tests/test_notifier.py (+2/-2)
src/provisioningserver/utils/fs.py (+4/-4)
src/provisioningserver/utils/tests/test_fs.py (+2/-2)
src/provisioningserver/utils/tests/test_script.py (+1/-1)
lp:~andreserl/maas/maas_lp1553791_maas-region
- Blake Rouse (community): Approve on 2016-03-07
-
Diff: 406 lines (+46/-46)19 files modifiedHACKING.txt (+7/-7)
INSTALL.txt (+1/-1)
Makefile (+14/-14)
buildout.cfg (+2/-2)
docs/conf.py (+1/-1)
docs/configure.rst (+2/-2)
docs/index.rst (+1/-1)
docs/maascli.rst (+1/-1)
docs/man/maas-region.8.rst (+3/-3)
man/maas-region.8 (+2/-2)
services/dns/run (+2/-2)
src/maas/demo.py (+1/-1)
src/maas/settings.py (+1/-1)
src/maasserver/dns/zonegenerator.py (+3/-3)
src/maasserver/management/commands/template.py (+1/-1)
src/maasserver/server_address.py (+1/-1)
src/maasserver/utils/__init__.py (+1/-1)
src/maastesting/tests/test_dbupgrade.py (+1/-1)
utilities/remote-reinstall (+1/-1)
Andres Rodriguez (andreserl)
on 2016-03-06
Changed in maas: | |
milestone: | none → 2.0.0 |
importance: | Undecided → High |
status: | New → Confirmed |
assignee: | nobody → Andres Rodriguez (andreserl) |
Andres Rodriguez (andreserl)
on 2016-03-09
Changed in maas: | |
status: | Confirmed → Fix Committed |
Andres Rodriguez (andreserl)
on 2016-08-18
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.