From a7958246751e4f059a9f3d55e8fa056589c36b5a Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 12 Jul 2017 05:19:36 -0500 Subject: [PATCH] Run zuul-web on zuulv3.o.o We want to run the zuul-web process so that we get websocket streaming. Change-Id: I7313619e3a6c1dfb5696732792733d98b19b0783 Depends-On: Ic79681b287dbd1a44469da70c680060940734f40 --- manifests/site.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index 74d278b6fc..c3cef6a5c4 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1235,6 +1235,8 @@ node 'zuulv3.openstack.org' { layout_dir => $::project_config::zuul_layout_dir, require => $::project_config::config_dir, } + + class { '::zuul::web': } } # Node-OS: trusty