Revision d07ff262

b/debian/install
5 5

  
6 6
fix-net usr/bin
7 7
hooks-log usr/bin
8
dnshook usr/bin
8 9

  
9 10
common.sh usr/lib/snf-network
10 11

  
b/debian/links
2 2
/usr/bin/fix-net /etc/ganeti/hooks/instance-migrate-post.d/fix-net
3 3
/usr/bin/fix-net /etc/ganeti/hooks/instance-stop-post.d/fix-net
4 4
/usr/bin/fix-net /etc/ganeti/hooks/instance-failover-post.d/fix-net
5

  
6
/usr/bin/dnshook /etc/ganeti/hooks/instance-create-post.d/dnshook
7
/usr/bin/dnshook /etc/ganeti/hooks/instance-remove-post.d/dnshook
8
/usr/bin/dnshook /etc/ganeti/hooks/instance-modify-post.d/dnshook
9
/usr/bin/dnshook /etc/ganeti/hooks/instance-rename-post.d/dnshook
10
/usr/bin/dnshook /etc/ganeti/hooks/instance-start-post.d/dnshook
11
/usr/bin/dnshook /etc/ganeti/hooks/instance-stop-post.d/dnshook
12
/usr/bin/dnshook /etc/ganeti/hooks/instance-reboot-post.d/dnshook
b/debian/snf-network.default
1
MAC_MASK=ff:ff:ff:00:00:00
1
MAC_MASK=ff:ff:f0:00:00:00
2 2

  
3 3
TAP_CONSTANT_MAC=cc:47:52:4e:45:54 # GRNET in hex :-)
4 4
MAC2EUI64=/usr/bin/mac2eui64
......
9 9
NFDHCPD_TAG=nfdhcpd
10 10
IP_LESS_ROUTED_TAG=ip-less-routed
11 11
MASQ_TAG=masq
12
PUBLIC_TAG=public
13
DNS_TAG=public
12 14

  
13 15
# Default options for runlocked helper script (uncomment to modify)
14 16
#RUNLOCKED_OPTS="--id 10001 --retry-sec 0.5"
17

  
18
# NS options needed by nsupdate
19
# A proper bind configuration is a prerequisite
20
# Please see: https://wiki.debian.org/DDNS
21
# If one of the following vars are not set dnshook wont do a thing
22
# Name server IP/FQDN
23
SERVER=
24
# zone for the vms
25
FZONE=vm.synnefo.live
26
# keyfile path to pass to nsupdate with -k option
27
# see man page for more info
28
KEYFILE=

Also available in: Unified diff