openstack-helm/keystone/templates/bin
Itxaka 229db2f155 Allow more generic overrides for keystone
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: I7622325cf23e5afb26a5f5e887458fd58af2fab8
2019-04-12 04:16:48 +00:00
..
_bootstrap.sh.tpl Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
_db-sync.sh.tpl Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
_domain-manage-init.sh.tpl Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
_domain-manage.py.tpl Add validation to domain logic 2018-04-11 01:20:39 +00:00
_domain-manage.sh.tpl Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
_endpoint-update.py.tpl Fix py3 issue on fernet-manage and update-endpoint 2019-03-14 21:24:47 +00:00
_fernet-manage.py.tpl Fix py3 issue on fernet-manage and update-endpoint 2019-03-14 21:24:47 +00:00
_keystone-api.sh.tpl Allow more generic overrides for keystone 2019-04-12 04:16:48 +00:00