From f668e7c3a0d9ac433d2c9c8f75b6010a2dcfb221 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 24 Sep 2012 16:02:44 +0200 Subject: [PATCH] zuul dependencies update This add some Ubuntu packages as Zuul dependencies, although they are listed in tools/pip-requires already. New dependencies are: - python-lockfile - python-paramiko - python-yaml I am not sure how well the Ubuntu versions will work out versus the one from pip. Change-Id: Ie56da494db7eb4925834824028ed6471b91be77b Reviewed-on: https://review.openstack.org/13575 Reviewed-by: Monty Taylor Reviewed-by: Paul Belanger Reviewed-by: Clark Boylan Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- modules/zuul/manifests/init.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/zuul/manifests/init.pp b/modules/zuul/manifests/init.pp index e2d4ea0215..be35a0fc3b 100644 --- a/modules/zuul/manifests/init.pp +++ b/modules/zuul/manifests/init.pp @@ -9,7 +9,10 @@ class zuul ( ) { $packages = ["python-webob", "python-daemon", - "python-paste"] + "python-lockfile", + "python-paramiko", + "python-paste", + "python-yaml"] package { $packages: ensure => "present",