~lutostag/ubuntu/trusty/maas/1.5.4

« back to all changes in this revision

Viewing changes to docs/configure.rst

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-02-15 12:08:23 UTC
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: package-import@ubuntu.com-20140215120823-u7dkitfy0h8tbruh
Tags: upstream-1.5+bzr1948
ImportĀ upstreamĀ versionĀ 1.5+bzr1948

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
The menu will always list all the currently available series according
89
89
to which boot images are available.
90
90
 
91
 
Using the maas-cli command
92
 
^^^^^^^^^^^^^^^^^^^^^^^^^^
 
91
Using the maas command
 
92
^^^^^^^^^^^^^^^^^^^^^^
93
93
 
94
 
It is also possible to select a series using the maas-cli command. This
 
94
It is also possible to select a series using the maas command. This
95
95
can be done on a per node basis with::
96
96
 
97
 
 $ maas-cli <profile> node update <system_id> distro_series="<value>"
 
97
 $ maas <profile> node update <system_id> distro_series="<value>"
98
98
 
99
99
Where the string contains one of the valid, available distro series (e.g.
100
100
"precise") or is empty for the default value.
233
233
to run the ``maas-import-pxe-files`` script to install the distro image files
234
234
locally for commissioning::
235
235
 
236
 
  $ maas-cli maas node-groups import-boot-images
 
236
  $ maas maas node-groups import-boot-images
237
237
 
238
238
...and optionally set up the DHCP and DNS for 
239
239
the cluster by either: