Statistics
| Branch: | Tag: | Revision:

root / debian / control @ faa905d8

History | View | Annotate | Download (1.8 kB)

1
Source: snf-image
2
Section: admin
3
Priority: extra
4
Maintainer: Nikos Skalkotos <skalkoto@grnet.gr>
5
Build-Depends: debhelper (>= 7.0.50~), automake, autotools-dev, kpartx,
6
 qemu-utils, mbr, curl
7
Standards-Version: 3.9.1
8
Homepage: https://code.grnet.gr/projects/snf-image
9
Vcs-Git: git://code.grnet.gr/git/snf-image
10
Vcs-Browser: https://code.grnet.gr/git/snf-image
11

    
12
Package: snf-image
13
Architecture: all
14
Depends: ${misc:Depends}, kpartx, multistrap, curl,
15
 ganeti2, mbr, python, python-prctl, python-scapy
16
Breaks: snf-image-host (<< 0.8)
17
Replaces: snf-image-host
18
Conflicts: snf-image-host
19
Enhances: ganeti2
20
Description: Image Based Ganeti OS Provider
21
 Ganeti is a cluster virtual server management software tool built on 
22
 top of existing virtualization technologies such as Xen or KVM and
23
 other Open Source software. Once installed, the tool will take over
24
 the management part of the virtual instances.
25
 .
26
 This package provides an OS Provider for Ganeti, that allows the
27
 installation of predefined or custom Images. It is the main provider
28
 of the Synnefo Cloud Management Software.
29

    
30
Package: snf-image-helper
31
Architecture: all
32
Depends: ${python:Depends}, ${misc:Depends}, xmlstarlet,
33
 e2fsprogs (>= 1.41.12), ntfs-3g, ntfsprogs, parted, reglookup, chntpw,
34
 eatmydata, socat, iproute, xenstore-utils, gdisk, ufsutils
35
Description: Requisite for the snf-image Ganeti OS Provider
36
 This package needs to be installed in the Helper VM that is
37
 used by the snf-image-host Ganeti OS Provider. It implements the
38
 communication between the OS Provider and the VM that customizes
39
 the newly created Image.
40
 .
41
 The snf-image-host package should be installed on the host machine.
42
 The snf-image-helper package should be installed inside the VM,
43
 which is used by the snf-image-host package to customize the Image.