Revision 04660f63

b/ci/schemas/one_node_squeeze/packages.conf
22 22
ganeti-instance-debootstrap =
23 23
python-django-south = squeeze-backports
24 24
python-django = squeeze-backports
25
drbd8-utils =
25 26

  
26 27

  
27 28
[synnefo]
b/ci/schemas/one_node_squeeze/squeeze.conf
22 22
ganeti-instance-debootstrap =
23 23
python-django-south = squeeze-backports
24 24
python-django = squeeze-backports
25
drbd8-utils =
25 26

  
26 27

  
27 28
[synnefo]
b/ci/schemas/one_node_squeeze/wheezy.conf
21 21
python-progress =
22 22
ganeti-instance-debootstrap =
23 23
python-django-south =
24
python-django =
25
drbd8-utils =
24 26

  
25 27

  
26 28
[synnefo]
b/ci/schemas/one_node_wheezy/packages.conf
22 22
ganeti-instance-debootstrap =
23 23
python-django-south =
24 24
python-django =
25
drbd8-utils =
25 26

  
26 27

  
27 28
[synnefo]
b/ci/schemas/one_node_wheezy/squeeze.conf
21 21
python-progress =
22 22
ganeti-instance-debootstrap =
23 23
python-django-south = squeeze-backports
24
drbd8-utils =
24 25

  
25 26

  
26 27
[synnefo]
b/ci/schemas/one_node_wheezy/wheezy.conf
22 22
ganeti-instance-debootstrap =
23 23
python-django-south =
24 24
python-django =
25
drbd8-utils =
25 26

  
26 27

  
27 28
[synnefo]
b/snf-deploy/conf/packages.conf
22 22
ganeti-instance-debootstrap =
23 23
python-django-south = squeeze-backports
24 24
python-django = squeeze-backports
25
drbd8-utils =
25 26

  
26 27

  
27 28
[synnefo]
b/snf-deploy/conf/squeeze.conf
22 22
ganeti-instance-debootstrap =
23 23
python-django-south = squeeze-backports
24 24
python-django = squeeze-backports
25
drbd8-utils =
25 26

  
26 27

  
27 28
[synnefo]
b/snf-deploy/conf/wheezy.conf
22 22
ganeti-instance-debootstrap =
23 23
python-django-south =
24 24
python-django =
25
drbd8-utils =
25 26

  
26 27

  
27 28
[synnefo]
b/snf-deploy/fabfile.py
944 944
def enable_drbd():
945 945
    if env.enable_drbd:
946 946
        debug(env.host, " * Enabling DRBD...")
947
        install_package("drbd8-utils")
947 948
        try_run("modprobe drbd minor_count=255 usermode_helper=/bin/true")
948 949
        try_run("echo drbd minor_count=255 usermode_helper=/bin/true " +
949 950
                ">> /etc/modules")
b/snf-deploy/snfdeploy/__init__.py
622 622
    fabcommand(args, env, actions)
623 623

  
624 624
  if args.command == "ganeti":
625
    actions += get_actions("ganeti")
625
    actions = get_actions("ganeti")
626 626
    fabcommand(args, env, actions)
627 627

  
628 628

  

Also available in: Unified diff