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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user