Deploy Zaqar with Apache
Change-Id: I4a0cd3fd92e7e270634e4d7c6affda46e7db3a1f Depends-On: If91894176abdfae2820c2e13723c87f5ef8fb153
This commit is contained in:
parent
d360a83341
commit
65f2bb3e7b
@ -27,7 +27,13 @@ class openstack_integration::zaqar {
|
|||||||
unreliable => true,
|
unreliable => true,
|
||||||
}
|
}
|
||||||
Mongodb_replset['openstack'] -> Package['zaqar-common']
|
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
|
# run a second instance using websockets, the Debian system does
|
||||||
# not support the use of services to run a second instance.
|
# not support the use of services to run a second instance.
|
||||||
if $::osfamily == 'RedHat' {
|
if $::osfamily == 'RedHat' {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user