openstack-helm/ceilometer/templates/bin
Itxaka 98c34b5b41
Allow more generic overrides for ceilometer-api
With this patch we allow for a more easy way of overriding some
of the values that may be used in other distros while maintainting
the default values if those values are not overriden.

The following values are introduced to be overriden:
conf:
  security:
  software:
    apache2:
      conf_dir:
      site_dir:
      mods_dir:
      binary:
      start_flags:
      a2enmod:
      a2dismod:

On which:
 * conf_dir: directory where to drop the config files
 * site_dir: directory where to drop the enabled virtualhosts
 * mods_dir: directory where to drop any mod configuration
 * binary: the binary to use for launching apache
 * start_flags: any flags that will be passed to the apache binary call
 * a2enmod: mods to enable
 * a2dismod: mods to disable
 * security: security configuration for apache

Notice that if there is no overrides given, it should not affect anything
and the templates will not be changed as the default values are set to what
they used to be as to not disrupt existing deployments.

Change-Id: Ibb7e3bec0f6561bccc6a1aea907a2f3e4e1bfb73
2019-04-10 12:23:58 +02:00
..
_bootstrap.sh.tpl Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
_ceilometer-api.sh.tpl Allow more generic overrides for ceilometer-api 2019-04-10 12:23:58 +02:00
_ceilometer-central.sh.tpl Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
_ceilometer-collector.sh.tpl Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
_ceilometer-compute.sh.tpl Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
_ceilometer-ipmi.sh.tpl Ceilometer chart: Add polling process with ipmi functionality 2019-03-06 06:34:48 +00:00
_ceilometer-notification.sh.tpl Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
_db-init-mongodb.sh.tpl Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
_db-sync.sh.tpl Ceilometer chart: replace the obsolete ceilometer upgrade command 2019-03-06 03:57:43 +00:00