Deploy Zaqar with Apache

Change-Id: I4a0cd3fd92e7e270634e4d7c6affda46e7db3a1f
Depends-On: If91894176abdfae2820c2e13723c87f5ef8fb153
This commit is contained in:
Thomas Herve 2017-02-21 15:59:05 -05:00 committed by Emilien Macchi
parent d360a83341
commit 65f2bb3e7b

View File

@ -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' {