Commit Graph

4 Commits

Author SHA1 Message Date
Takashi Kajinami 8f624221ea Apache: Disable default mods
We should load the required mods automatically instead of relying on
the list of modules loaded by puppetlabs-apache by default.

Change-Id: I8f60238ddb82c188dc2042ab38fedb3b0edbaef3
2023-08-07 16:58:14 +09:00
Alfredo Moralejo 30e6012189 Remove leftovers from mongodb
MongoDB is not longer the default or recommended backend for
OpenStack services and services are using other data stores.

This patch removes mongodb puppet module installation from p-o-i
and hiera config file.

Change-Id: I3d437ea6f5cfe6a887903ffb4da009439cf144e9
2018-01-25 12:27:36 +01:00
Alex Schultz 09f80b54c4 Disable puppetlabs-mongodb dbpath_fix
The dbpath_fix in the mongodb module will correct permissions on the
data files. Unfortunately the data files are being created with the
nogroup group so it leads to some idempotency issues when the files get
created.  This is currently blocking the promotion of the module. Since
we don't require this functionality for p-o-i, let's turn it off.

Change-Id: Ia864387f2f4b4bcc02d71c046394d03dae20a411
2016-11-21 14:52:48 -07:00
Alex Schultz 581e13e6b8 Add hiera support
This change adds hiera support into the scenarios so we can override
items via the common.yaml heira file if need be. This change adds
support for two environment variables with run_tests.sh.

HIERA_CONFIG - full path to the hiera yaml configuration file
MANAGE_HIERA - used to enable/disable writing out a hiera.yaml config
file

Change-Id: Iad0050e09e0cc610e0eadc00e328151e88eee10e
2016-07-15 20:49:10 +00:00