Revision 35bf6640 docs/i-ganeti.rst

b/docs/i-ganeti.rst
40 40

  
41 41

  
42 42
The following apply to ``master`` node. Here we will create a Ganeti cluster with
43
all available ``ganeti`` nodes:
43
all available ``ganeti`` nodes. Please note that Ganeti needs a pair of rsa/dsa keys
44
for the root user. If already exist in `/root/.ssh/` in all nodes then --no-ssh-init
45
can be used. In omitted then the existing files will be overriden. Upon node add
46
Ganeti will replace `/etc/ssh/ssh_host*` files with the master's ones:
44 47

  
45 48
.. code-block:: console
46 49

  
......
57 60
    # gnt-group modify --disk-parameters=drbd:metavg=ganeti default
58 61

  
59 62
    # for n in node2 node3 node4 node5 node6; do
60
        gnt-node add --no-node-setup --master-capable=yes --vm-capable=yes $n.example.com
63
        gnt-node add --no-ssh-key-check --master-capable=yes --vm-capable=yes $n.example.com
61 64
      done
62 65

  
63 66
We need to add a rapi user to Ganeti so that Synnefo can talk with the backend:

Also available in: Unified diff