Revision 52188a27

b/docs/quick-install-admin-guide.rst
749 749
an email notification, the recipients list differs. Specifically for
750 750
emails whose recipients include contacts from your service team
751 751
(administrators, managers, helpdesk etc) synnefo provides the following
752
settings located in ``10-snf-common-admins.conf``:
752
settings located in ``00-snf-common-admins.conf``:
753 753

  
754 754
.. code-block:: python
755 755

  
......
910 910
----------------------------------------
911 911

  
912 912
We now have to specify the limit on resources that each user can employ
913
(exempting resources offered by projects).
913
(exempting resources offered by projects). When specifying storage or
914
memory size limits consider to add an appropriate size suffix to the
915
numeric value, i.e. 10240 MB, 10 GB etc.
914 916

  
915 917
.. code-block:: console
916 918

  
......
1256 1258
    root@node1:~ # gnt-cluster modify --disk-parameters=drbd:metavg=ganeti
1257 1259
    root@node1:~ # gnt-group modify --disk-parameters=drbd:metavg=ganeti default
1258 1260

  
1261
You can verify that the ganeti cluster is successfully setup,by running on the
1262
:ref:`GANETI-MASTER <GANETI_NODES>` (in our case node1):
1263

  
1264
.. code-block:: console
1265

  
1266
   # gnt-cluster verify
1267

  
1259 1268
For any problems you may stumble upon installing Ganeti, please refer to the
1260 1269
`official documentation <http://docs.ganeti.org/ganeti/2.6/html>`_. Installation
1261 1270
of Ganeti is out of the scope of this guide.
......
1886 1895
   AMQP_HOSTS=["amqp://synnefo:example_rabbitmq_passw0rd@node1.example.com:5672"]
1887 1896

  
1888 1897
The above settings denote the Message Queue. Those settings should have the same
1889
values as in ``/etc/synnefo/10-snf-cyclades-gtools-backend.conf`` file, and
1898
values as in ``/etc/synnefo/20-snf-cyclades-gtools-backend.conf`` file, and
1890 1899
reflect our :ref:`Message Queue setup <rabbitmq-setup>`.
1891 1900

  
1892 1901
Edit ``/etc/synnefo/20-snf-cyclades-app-vmapi.conf``:

Also available in: Unified diff