Statistics
| Branch: | Tag: | Revision:

root / snf-deploy / conf / nodes.conf @ 3c3bccab

History | View | Annotate | Download (1.1 kB)

1
# please note that currently is only supported deployment
2
# with nodes (both ganeti and synnefo) residing in the same subnet/domain
3
[network]
4
domain = synnefo.live
5

    
6
[os]
7
node1 = wheezy
8
# node2 = wheezy
9

    
10
[hostnames]
11
node1 = auto1
12
# node2 = auto2
13

    
14
[ips]
15
node1 = 192.168.0.1
16
# node2 = 192.168.0.2
17

    
18
# This is used only in case of vcluster
19
# needed to pass the correct dhcp responces to the virtual nodes
20
[macs]
21
node1 = 52:54:00:00:00:01
22
# node2 = 52:54:00:00:00:02
23

    
24
[passwords]
25
node1 = 12345
26
# node2 = 67890
27

    
28
[info]
29
# Here we define which nodes from the predefined ones to use
30
# comma separated node names e.g. node1,node2
31
nodes = node1
32

    
33
# login credentials for the nodes
34
# please note that in case of vcluster these are preconfigured
35
# and not editable.
36
# in case of physical nodes all nodes should have the same login account
37
user = root
38
password = 12345
39

    
40
public_iface = eth0
41
vm_public_iface = eth1
42
vm_private_iface = eth2
43

    
44
# extra disk name inside the nodes
45
# if defined, snf-deploy will create a VG for ganeti in order to support lvm storage
46
# if not then only file disk template will be supported
47
extra_disk = /dev/vdb