Use single venv for zuul services

To help simplify our install process, move zuul services into a single
venv. It would be odd for a user to run 2 different versions of
service for zuul.  Maybe possible, but lets not default to that.

Change-Id: Id067a4cbb57815d4d5e316a922f09805f3ff2846
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger
2018-04-05 20:24:40 -04:00
parent 4ac3c8b353
commit 37ae3037d9
10 changed files with 20 additions and 20 deletions

View File

@@ -12,12 +12,12 @@
# License for the specific language governing permissions and limitations
# under the License.
---
- name: Register /opt/venv/zuul-web
- name: Register /opt/venv/zuul
stat:
path: /opt/venv/zuul-web
path: /opt/venv/zuul
register: test_zuul_pip_virtualenv_stat
- name: Assert /opt/venv/zuul-web tests
- name: Assert /opt/venv/zuul tests
assert:
that:
- test_zuul_pip_virtualenv_stat.stat.exists