Statistics
| Branch: | Tag: | Revision:

root / ci / schemas / one_node / nodes.conf @ 525f2979

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

    
8

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

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

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

    
23
[info]
24
# Here we define which nodes from the predefined ones to use
25
nodes = node1
26

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

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

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