34 Commits

Author SHA1 Message Date
Jenkins
d110f456f3 Merge "Avoid pm-is-supported spam in logs" 2014-04-14 01:42:57 +00:00
Jenkins
473add7e0b Merge "Remove unused package dependencies" 2014-04-02 15:27:22 +00:00
Davanum Srinivas
878376aabb Avoid pm-is-supported spam in logs
Per the libvirt team, the only way to stop the spam in
libvirtd logs is to install pm-utils package. Details are in:

https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/994476

Closes-Bug: #1274772
Closes-Bug: #1297512

Change-Id: Ia2f7a388470dcd8a3e2c12cf2980beccd65af94c
2014-03-31 19:19:54 -04:00
Adam Gandelman
b0f8beb8f1 Install qemu-kvm instead of kvm package on Ubuntu
Since at least 12.04, the kvm package is a transitional dummy
package intended to move users to the newer qemu-kvm package.  This
removes the dependency on this dummy package, which will be going away
in 14.04, and instead depends on the proper qemu-kvm package.

Change-Id: I4a88ada3cf32106413a9fae6fe77c9c4c28a524e
Closes-bug: #1294557
2014-03-27 00:18:22 -07:00
Attila Fazekas
1749106c3a Remove unused package dependencies
* /sbin/vconfig command is not used by either nova or neutron.
* Now the AMQP carrot is not used, not even optionally by
  the oslo.messaging.
* python-gfalgs just referenced as a similar configuration style,
  by neutron.

Change-Id: Idde5446e47e7da1dd204ea518ab816e2cce77c7d
2014-03-12 14:38:25 +01:00
Monty Taylor
60aba9cb6a Remove installation of python-netaddr
System and pip installation of this conflit and cause breakages.

Change-Id: I87a03f88a134683310d6ec0bd62d86c5007fcd72
2013-08-02 23:52:38 +00:00
Bob Ball
b1e49bfdf7 Make dependency on libvirt dynamic
Fixes bug 1184960

Change-Id: If702807d9ae326bf216a2e076ce61062045d7c6b
2013-06-07 09:42:04 +01:00
Emanuele Rocca
796cf890ff Add missing .debs required by Debian
dnsmasq-utils is available on all Debian-based supported distros.

Debian Wheezy and Jessie need qemu to be installed in order for the resulting
OpenStack environment to be fully functional.

Change-Id: I910968f60ca1ed5c300a1fa599fb480d65591145
2013-05-30 00:37:12 +01:00
Jian Wen
f661658ed1 Remove redundant arping package from apts/nova
Nova is dependent on arping because 'arping -U' is used.
Arping package doesn't provide 'arping -U'. Let iputils-arping
do the arping job.

Change-Id: Iad4cbf823881de4656fb6a4e32285cf2a49b1d2a
2013-04-25 15:34:18 +08:00
Tim Miller
f7bfa71df9 Add genisoimage to package dependencies:
This package is required to boot instances with config_drive.

bug #1053304

Change-Id: Ib85220d17a73563d0af813d95b7de8fa95445ded
2013-02-27 11:17:31 -08:00
Chuck Short
241d74e670 Remove duplicate package
Remove duplicate kvm

Change-Id: I2cb367a123f47179b7b64ecfe9b61d2a4247d9ff
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2013-02-27 09:28:55 -06:00
Sean Dague
74c67fd861 add numpy to package list, saves lots of time
websockify was added to the pip requires, and it has a dependency
of numpy. Because we didn't specify it in the package list, it was
built from source every time, adding 3 minutes to an average run.

Stop testing whether numpy compiles 100 times a day in CI.

Change-Id: Ic9d9b8135a917deb846911c6b266aec87d05781a
2013-01-22 18:10:16 -05:00
Matthew Treinish
b38d61bc3b Add libjs-jquery-tablesorter to package list.
Coverage html reports have a symlink to jquery.tablesorter.min.js
which is provided by libjs-jquery-tablesorter. If the package is
not installed coverage html reports will have a broken symlink to
that file.

Change-Id: I7496a22f36d4f2fda2f030962b10d5afbc8f448f
2013-01-04 13:38:23 -05:00
James E. Blair
d0e55c859a Add "dist:precise" to qpidd.
It is also marked NOPRIME, but some setups (devstack-gate) would
like to cache, but not install, all .debs to avoid false negative
tests due to network problems.  This way it can be cached only on
appropriate platforms.

Change-Id: Ia4216e9e8e6e7f55bf5fe9bc683fee97976a9b04
2012-05-21 09:04:27 -07:00
Russell Bryant
4a221459b7 Add support for using Qpid instead of RabbitMQ.
To use Qpid instead of RabbitMQ, you set 'qpid' instead of 'rabbit' in
ENABLED_SERVICES in your localrc file. Otherwise, RabbitMQ is still
used by default.

(dtroyer) fixed problem with service test that failed to configure
rabbitmq if it was still selected.

Change-Id: I8c62b588a461a068463821b2c079ffa4bfa1f804
2012-05-17 14:35:44 -05:00
Chuck Short
73812ae7c3 Add quantal
Allow devstack to run on quantal.

Change-Id: Iec79aa3669dc1dcc695470e6c15957622268476f
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2012-05-09 14:59:56 -05:00
Vishvananda Ishaya
d252e06e3b Install dnsmasq-utils on precise as well
Change-Id: I1a730d9ffdf934cfcec466d15453dd908b1a58de
2012-04-04 13:46:27 -07:00
Eoghan Glynn
f62caf6db4 Add python-iso8601 to nova and glance dependencies
Nova and glance will shortly require the python-iso8601 package in
order to support non-UTC timestamps in the changes-since filter.

In particular, the following nova patch is blocked by devstack
failing due to the missing dependency:

  https://review.openstack.org/#change,4211

Change-Id: Iaae8812cf19c9ae1ad237b7fda7d99827aca1485
2012-02-19 00:56:41 +00:00
Jenkins
25bbb44923 Merge "nova needs python-feedparser" 2011-12-17 21:33:30 +00:00
Jenkins
ea3ebfeb92 Merge "Use iputils-arping package for Ubuntu Oneiric distribution" 2011-12-16 00:03:45 +00:00
Jesse Andrews
4541e1497d nova needs python-feedparser
Change-Id: I46b90d7643e043b1624874e6919e1acba9b2b3d8
2011-12-14 13:55:55 -08:00
Dean Troyer
60e6e34687 Add open-iscsi packages for Nova compute nodes.
Begin splitting packages into service-specific files, n-cpu and
n-vol are the first.

Change-Id: I3e7c412ff125dbadd18b59af55fb7dea9ea17b07
2011-12-12 18:52:05 -06:00
Don Dugger
ee3fc417d5 Use iputils-arping package for Ubuntu Oneiric distribution
Turns out the `arping' package, currently installed by the script,
is incompatible with `network-manager', the default network configuration
package for recent Ubuntu distributions.  (Losing network connectivity
on a reboot after running `stack.sh' is a little disconcerting.)
Forturnately, the `iputils-apring' package provides the same functionality
and is compatible with `network-manager' so install that one instead.

Change-Id: Id6e89cdf3e590481f870127697baa453b34fbc24
Signed-off-by: Don Dugger <donald.d.dugger@intel.com>
2011-12-06 12:07:20 -07:00
Jesse Andrews
38df1228de revive working with subset of services
Change-Id: I645c5df457a2ac2c997ac32720d53cacc0fa109b
2011-11-20 09:55:44 -08:00
Jesse Andrews
5334ca0210 Merge pull request #184 from chmouel/install-packages-only-for-services-distros
Install packages only for services distros
2011-11-15 13:17:21 -08:00
Jesse Andrews
1f70119264 need iscsitarget-dkms for iscsi to work on oneiric 2011-11-14 09:48:29 -08:00
Chmouel Boudjnah
a4adff43cb Only install dnsmasq-utils on oneiric. 2011-11-14 15:19:34 +01:00
Vishvananda Ishaya
7e436c212e use dhcp_release 2011-11-09 00:12:00 -08:00
Anthony Young
ca2c047b6e fix caching so that there is the ability to download services without installing them. This is done with a #NOPRIME comment in apts/files/ 2011-11-03 16:29:32 -07:00
Jesse Andrews
f1b3dbc41a install arping - used in ha network 2011-11-01 21:52:07 -07:00
Anthony Young
cc5028ded1 Merge remote-tracking branch 'origin/master' into xen 2011-10-26 22:35:17 -07:00
Anthony Young
b62b4ca292 Initial commit of xen devstack support 2011-10-26 22:29:08 -07:00
Anthony Young
e959d83325 add deps for diablo volumes 2011-10-24 22:41:50 -07:00
Jesse Andrews
4d28218954 move apts/pips to files directory 2011-09-16 11:27:43 -07:00