Skip to content
Snippets Groups Projects
Commit 070e9938 authored by Quentin MACHU's avatar Quentin MACHU
Browse files

Enabled cinder backup, LB, firewall & VPN in Horizon

parent 9b84f63e
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,14 @@ class iaas::profile::horizon (
secret_key => $secret,
cache_server_ip => $::facts["ipaddress_${admin_interface}"],
keystone_url => "http://${endpoint_address}:5000/v2.0",
cinder_options => {
'enable_backup' => true,
},
neutron_options => {
'enable_lb' => true,
'enable_firewall' => true,
'enable_vpn' => true,
},
}
@@haproxy::balancermember { "horizon_${::fqdn}":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment