openstack-helm/horizon/templates
Itxaka 38fb90d528
Allow more generic overrides for horizon
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:
  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

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: If0fb9ab03aacfcd7087e753698880505571d0233
2019-04-02 12:29:35 +02:00
..
bin Allow more generic overrides for horizon 2019-04-02 12:29:35 +02:00
configmap-bin.yaml Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
configmap-etc.yaml [Horizon] Hide OS and Apache version in error messages 2019-01-21 00:41:49 +00:00
deployment.yaml Allow more generic overrides for horizon 2019-04-02 12:29:35 +02:00
ingress-api.yaml Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
job-db-drop.yaml Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
job-db-init.yaml Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
job-db-sync.yaml Add release uuid to pods and rc objects 2018-09-13 06:29:14 -05:00
job-image-repo-sync.yaml Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
network_policy.yaml Enable network policy enforcement 2018-10-23 14:58:13 +00:00
pdb.yaml Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
secret-db.yaml Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
secret-ingress-tls.yaml Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
service-ingress.yaml Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00
service.yaml Revert "Update OSH Author copyrights to OSF" 2018-08-28 17:25:13 +00:00