194 Commits

Author SHA1 Message Date
Dean Troyer
2be6155c6e Add python dev dependency
pysendfile 2.0 needs this to build

Change-Id: I40a2c08bfc6d533bdcb052d0c36353e95e059e03
2012-04-19 14:59:44 -05:00
Dean Troyer
ba429edfe1 Another prereq for n-api on a compute node
* work around n-api on a compute node pulling in glance without running
  through the glance prereqs

Change-Id: I400c555dd5c04d52bf8aa415747769374a145390
2012-04-13 11:35:11 -05:00
Gabriel Hurley
9ac2aa4618 Bumping Horizon Django dependency to v1.4 for Folsom.
Horizon is moving to Django 1.4 as the minimum version, however
1.4 is not the packaged version in the apt repositories. Thereby
the dependency needs to be moved back to being installed by pip.

Change-Id: I3c3116c1d02bdfaccab521175816502fd8ea054a
2012-04-12 11:38:54 -07:00
Dean Troyer
7030ec58c4 Add gcc to glance prereqs
Change-Id: I60584e5f3c99d15cd0f3a2222a448f7e01295779
2012-04-12 11:19:42 -05:00
Vishvananda Ishaya
d252e06e3b Install dnsmasq-utils on precise as well
Change-Id: I1a730d9ffdf934cfcec466d15453dd908b1a58de
2012-04-04 13:46:27 -07:00
Chmouel Boudjnah
7ee6a9724d Add python-mysqldb to keystone apt package list.
- Fixes bug 957065.

Change-Id: If811a725c2348cebfb326e08ef69909905e46420
2012-03-16 15:42:21 +00:00
Chmouel Boudjnah
7dadd35c08 Ubuntu precise support.
- Fixes bug 954249.
- Install python-argparse only on oneiric (tks: dtroyer for
  suggestions).

Change-Id: I5ba8424a9cd172ac5246106163d21ca6a67ef6ef
2012-03-15 13:13:08 +00:00
Gabriel Hurley
c9166055ed Moves python-cloudfiles dependency back to PIP.
For reasons currently unknown, apt-get seems to install
an unusably old version of python-cloudfiles in some
small subset of cases. To avoid that frustration for the
users it does affect, this patch moves python-cloudfiles
back to being installed by pip instead.

Fixes bug 931269.

Change-Id: I4c2e17ddcc0c0d327b3810b4fd4db117076df069
2012-03-08 13:59:38 -08: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
termie
8a41c9dad4 update to get keystone working 2012-02-02 17:31:19 -08:00
Dean Troyer
d4f44b49d9 Add python-dateutil for nova api
Change-Id: I6926fec02e432cbbe49312aa51b0a931d8a091f3
2012-01-26 11:09:25 -06:00
Anthony Young
ce11691488 Add nova's new vnc support to devstack
* Fixes 917933
 * Use cloudbuilders/master for noVNC
 * s/n-nvnc/n-novnc/g

Change-Id: I45361489a584325ed6a7fbcf3026e8ff0b25e667
2012-01-19 16:24:24 -08:00
Vishvananda Ishaya
524aa547e7 Make volumes work again with oneiric
Change-Id: I70ba7f8b1d5493e795262e433f8c5783e08482bc
2012-01-17 06:10:14 +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
Jesse Andrews
e46f889167 move horizon pips to apts
Change-Id: Ia855da34d6ae22ed88501cc3b6bcc74cc4ed2f3a
2011-12-14 08:44:52 -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
9c7c9083a4 initial devstack + essex
* update horizon apache config
* updates apts for horizon
* better logging for horizon
* keystone conf settings
* only add swift endpoint if it is enabled
* new nova paste

Change-Id: I1edacbe5d8adc4bd5265d36abcaf01ce5490aefd
2011-11-23 11:26:39 -08: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
Jesse Andrews
5605ec1144 now that we are using apt-get download this file doesn't speed things up that much 2011-11-09 12:40:01 -08: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
Chmouel Boudjnah
8d5334c729 Remove dup and whitespaces. 2011-11-02 18:50:57 +01:00
Chmouel Boudjnah
28fa4e8d94 Add swift support.
Based on github.sh/cloudbuilders/deploy.sh/swift. This is a WIP branch.
2011-11-02 17:07:18 +01:00
Jesse Andrews
f1b3dbc41a install arping - used in ha network 2011-11-01 21:52:07 -07:00
Jesse Andrews
7fd53b3de9 finish horizon renames 2011-10-29 17:11:19 -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
Vishvananda Ishaya
f56e395d82 Make ec2 credentials work properly 2011-10-24 16:31:19 -07:00
Anthony Young
78bd0cbd98 initial commit of build_kvm.sh 2011-10-19 02:20:04 -07:00
Jesse Andrews
4ebd289de0 we don't use bzr anymore 2011-10-02 13:03:51 -04:00
Jesse Andrews
9b6741e7ec remove nixon & munin 2011-10-02 10:01:00 -07:00
Anthony Young
0154ee8f35 correct package name 2011-09-27 16:27:19 -07:00
Anthony Young
87bb5c0087 add missing dep 2011-09-27 16:20:20 -07:00
Anthony Young
4b4acccd94 install python-unittest2 so we can run tests 2011-09-22 00:19:37 -07:00
Anthony Young
f33796e01f add python-virtualenv to deps, make keystone print to stdout 2011-09-22 00:14:12 -07:00
Anthony Young
79422a43ac add bzr to deps 2011-09-20 10:48:12 -07:00
Jesse Andrews
4d28218954 move apts/pips to files directory 2011-09-16 11:27:43 -07:00