Merge "Add NovaVNCProxy back into endpoint_map"
[apex-tripleo-heat-templates.git] / puppet / manifests / overcloud_volume.pp
index 2bdd8a9..72cd36c 100644 (file)
 include ::tripleo::packages
 include ::tripleo::firewall
 
+create_resources(kmod::load, hiera('kernel_modules'), {})
 create_resources(sysctl::value, hiera('sysctl_settings'), {})
+Exec <| tag == 'kmod::load' |>  -> Sysctl <| |>
 
 if count(hiera('ntp::servers')) > 0 {
   include ::ntp
 }
 
+include ::timezone
+
 include ::cinder
 include ::cinder::config
 include ::cinder::glance