Revision 03f01e0d

b/ci/schemas/one_node_wheezy/wheezy.conf
40 40

  
41 41

  
42 42
[ganeti]
43
snf-ganeti = 2.8.0+hotplug+ippoolfix-1
44
ganeti-htools = 2.8.0+hotplug+ippoolfix-1
43
snf-ganeti = 2.8.2+hotplug+snapshot+ippoolfix+rapifix+b64v2-1~wheezy
44
ganeti-htools = 2.8.2+hotplug+snapshot+ippoolfix+rapifix+b64v2-1~wheezy
45
ganeti-haskell = 2.8.2+hotplug+snapshot+ippoolfix+rapifix+b64v2-1~wheezy
46

  
45 47
[other]
46 48
snf-cloudcms = wheezy
47 49
snf-vncauthproxy = wheezy
......
52 54
nfdhcpd = wheezy
53 55
kamaki = wheezy
54 56
python-bitarray = wheezy
55
nfqueue-bindings-python = 0.4+physindev-1~wheezy
57
python-nfqueue = 0.4+physindev-1~wheezy
b/snf-deploy/conf/wheezy.conf
40 40

  
41 41

  
42 42
[ganeti]
43
snf-ganeti = 2.6.2+ippool11+hotplug5+extstorage3+rbdfix1+kvmfix2+nolvm+netxen-1~wheezy
44
ganeti-htools = 2.6.2+ippool11+hotplug5+extstorage3+rbdfix1+kvmfix2+nolvm+netxen-1~wheezy
43
snf-ganeti = 2.8.2+hotplug+snapshot+ippoolfix+rapifix+b64v2-1~wheezy
44
ganeti-htools = 2.8.2+hotplug+snapshot+ippoolfix+rapifix+b64v2-1~wheezy
45
ganeti-haskell = 2.8.2+hotplug+snapshot+ippoolfix+rapifix+b64v2-1~wheezy
45 46

  
46 47
[other]
47 48
snf-cloudcms = wheezy
......
53 54
nfdhcpd = wheezy
54 55
kamaki = wheezy
55 56
python-bitarray = wheezy
56
nfqueue-bindings-python = 0.3+physindev-1~wheezy
57

  
57
python-nfqueue = 0.4+physindev-1~wheezy
b/snf-deploy/snfdeploy/fabfile.py
887 887
        #try_run("apt-get update")
888 888
    install_package("qemu-kvm")
889 889
    install_package("python-bitarray")
890
    install_package("ganeti-haskell")
890 891
    install_package("ganeti-htools")
891 892
    install_package("snf-ganeti")
892 893
    try_run("mkdir -p /srv/ganeti/file-storage/")
......
1087 1088
def setup_network():
1088 1089
    debug(env.host,
1089 1090
          "Setting up networking for Ganeti instances (nfdhcpd, etc.)...")
1090
    install_package("nfqueue-bindings-python")
1091
    install_package("python-nfqueue")
1091 1092
    install_package("nfdhcpd")
1092 1093
    tmpl = "/etc/nfdhcpd/nfdhcpd.conf"
1093 1094
    replace = {

Also available in: Unified diff