From 65f2bb3e7be3c6d5a75e15519973e16215bd325f Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Tue, 21 Feb 2017 15:59:05 -0500 Subject: [PATCH] Deploy Zaqar with Apache Change-Id: I4a0cd3fd92e7e270634e4d7c6affda46e7db3a1f Depends-On: If91894176abdfae2820c2e13723c87f5ef8fb153 --- manifests/zaqar.pp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manifests/zaqar.pp b/manifests/zaqar.pp index f692fb22e..8db45a463 100644 --- a/manifests/zaqar.pp +++ b/manifests/zaqar.pp @@ -27,7 +27,13 @@ class openstack_integration::zaqar { unreliable => true, } Mongodb_replset['openstack'] -> Package['zaqar-common'] - include ::zaqar::server + class {'::zaqar::server': + service_name => 'httpd', + } + include ::apache + class { '::zaqar::wsgi::apache': + ssl => false, + } # run a second instance using websockets, the Debian system does # not support the use of services to run a second instance. if $::osfamily == 'RedHat' {