Statistics
| Branch: | Tag: | Revision:

root / ci / schemas / one_node_wheezy / nodes.conf @ 170ac4b1

History | View | Annotate | Download (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
[info]
25
# Here we define which nodes from the predefined ones to use
26
nodes = node1
27

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

    
35
public_iface = eth0
36
vm_public_iface = eth1
37
vm_private_iface = eth2
38

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