Merge lp:~javier.collado/utah/bug1047356 into lp:utah

Proposed by Javier Collado
Status: Merged
Merged at revision: 674
Proposed branch: lp:~javier.collado/utah/bug1047356
Merge into: lp:utah
Diff against target: 35 lines (+7/-6)
1 file modified
debian/control (+7/-6)
To merge this branch: bzr merge lp:~javier.collado/utah/bug1047356
Reviewer Review Type Date Requested Status
Max Brustkern (community) Approve
Review via email: mp+124166@code.launchpad.net

Description of the change

This branch adds cobbler as a recommended package.

If cobbler isn't installed, then the utah server should report an error if an attempt to provision a physical machine is made. However, that will be addressed in a separate bug.

Note: This branch has been on created on top of lp:~javier.collado/utah/bug1050262 to avoid merge conflicts later. However, this means that it should be merged only after that branch.

To post a comment you must log in.
Revision history for this message
Max Brustkern (nuclearbob) wrote :

I've been meaning to do this. Thanks for taking care of it.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2012-08-14 16:55:16 +0000
+++ debian/control 2012-09-13 11:44:23 +0000
@@ -3,7 +3,7 @@
3X-Python-Version: >= 2.53X-Python-Version: >= 2.5
4Priority: optional4Priority: optional
5Maintainer: Max Brustkern <max@canonical.com>5Maintainer: Max Brustkern <max@canonical.com>
6Build-Depends: debhelper (>= 7.0.50~), python-all, devscripts6Build-Depends: debhelper (>= 7.0.50~), devscripts, python-all
7Standards-Version: 3.9.37Standards-Version: 3.9.3
8Homepage: https://code.launchpad.net/utah8Homepage: https://code.launchpad.net/utah
9Vcs-Bzr: https://code.launchpad.net/utah9Vcs-Bzr: https://code.launchpad.net/utah
@@ -11,16 +11,17 @@
11Package: utah11Package: utah
12Architecture: all12Architecture: all
13Depends: ${misc:Depends}, ${python:Depends},13Depends: ${misc:Depends}, ${python:Depends},
14 bzr, bsdtar, git, libvirt-bin, lzma,14 bsdtar, libvirt-bin, lzma,
15 python-apt, python-libvirt, python-jsonschema,15 python-apt, python-libvirt,
16 python-netifaces, python-paramiko, python-psutil, python-yaml,16 python-netifaces, python-paramiko, python-psutil,
17 utah-client (=${binary:Version})17 utah-client (=${binary:Version})
18Recommends: kvm, vm-tools18Recommends: cobbler, kvm, vm-tools
19Description: Ubuntu Test Automation Harness19Description: Ubuntu Test Automation Harness
20 Automation framework for testing in Ubuntu20 Automation framework for testing in Ubuntu
2121
22Package: utah-client22Package: utah-client
23Architecture: all23Architecture: all
24Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-yaml, bzr, git24Depends: ${misc:Depends}, ${python:Depends},
25 bzr, git, python-jsonschema (>= 0.5~), python-yaml
25Description: Ubuntu Test Automation Harness Client26Description: Ubuntu Test Automation Harness Client
26 Automation framework for testing in Ubuntu, client portion27 Automation framework for testing in Ubuntu, client portion

Subscribers

People subscribed via source and target branches