Changes in debian files
[snf-network] / debian / snf-network.default
1 SNF_NETWORK_LOG=/usr/bin/snf-network-log
2 LOGFILE=/var/log/ganeti/snf-network.log
3 IFUP_EXTRA_SCRIPT=/etc/ganeti/ifup-extra
4
5 MAC_MASK=ff:ff:f0:00:00:00
6
7 TAP_CONSTANT_MAC=cc:47:52:4e:45:54 # GRNET in hex :-)
8 MAC2EUI64=/usr/bin/mac2eui64
9 NFDHCPD_STATE_DIR=/var/lib/nfdhcpd
10 GANETI_NIC_DIR=/var/run/ganeti/xen-hypervisor/nic
11
12 MAC_FILTERED_TAG=private-filtered
13 NFDHCPD_TAG=nfdhcpd
14 IP_LESS_ROUTED_TAG=ip-less-routed
15 MASQ_TAG=masq
16 PUBLIC_TAG=public
17 DNS_TAG=public
18
19 # Default options for runlocked helper script (uncomment to modify)
20 #RUNLOCKED_OPTS="--id 10001 --retry-sec 0.5"
21
22 # NS options needed by nsupdate
23 # A proper bind configuration is a prerequisite
24 # Please see: https://wiki.debian.org/DDNS
25 # If one of the following vars are not set dnshook wont do a thing
26 # Name server IP/FQDN
27 SERVER=
28 # zone for the vms
29 FZONE=vm.synnefo.live
30 # keyfile path to pass to nsupdate with -k option
31 # see man page for more info
32 KEYFILE=
33 # TTL for the dns entries
34 TTL=300