Split zuul and requirements install

We have some git-based requirements which pip installing zuul itself
doesn't get quite right.

Change-Id: I42a961d325bda9271d627c2ae4f3a6b61d8e601d
This commit is contained in:
Monty Taylor 2017-10-12 17:42:38 -05:00
parent 0ec00b15bc
commit f410a47ae7
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class zuul (
}
exec { 'install_zuul' :
command => "${pip_command} install -U /opt/zuul",
command => "${pip_command} install -U -r/opt/zuul/requirements.txt && ${pip_command} install --no-deps -U /opt/zuul",
path => '/usr/local/bin:/usr/bin:/bin/',
refreshonly => true,
subscribe => Vcsrepo['/opt/zuul'],