Statistics
| Branch: | Tag: | Revision:

root / snf-deploy / conf / nodes.conf @ f9b1abe8

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
subnet = 192.168.0.0/28
6
gateway = 192.168.0.14
7

    
8
[os]
9
node1 = squeeze
10
# node2 = wheezy
11

    
12
[hostnames]
13
node1 = auto1
14
# node2 = auto2
15

    
16
[ips]
17
node1 = 192.168.0.1
18
# node2 = 192.168.0.2
19

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

    
26
[info]
27
# Here we define which nodes from the predefined ones to use
28
nodes = node1
29

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

    
37
public_iface = eth0
38
vm_public_iface = eth1
39
vm_private_iface = eth2
40

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