Commit Graph

3 Commits

Author SHA1 Message Date
Ghanshyam Mann d37b9ee005 Retire opendev/puppet-openstack_health: remove from system-config
opendev/puppet-openstack_health is retiring(needed-by) so we need to
remove this puppet module from system cofig.

Needed-By: https://review.opendev.org/c/opendev/puppet-openstack_health/+/836711
Change-Id: I2ea259aaec0d2d14447dcd55931b3fa51cd04831
2022-04-06 13:44:49 -05:00
Matthew Treinish 6c26efd377
Set openstack-health cache_expiration to 5min
This commit shrinks the openstack-health cache expiration time from
the default 15min to 5min. Since we added the async cache updating
the need for a longer cache period has gone away. We had a conservative
default originally to make it less likely that a user would hit a cache
refresh, which with ES queries could take a long time. The async worker
always makes sure that the cached result is always used and if it's
stale the cache is refreshed in the background so there is no user
facing delays. (after the initial cache population)

Change-Id: Ice6ca0e61504f3fff5c4d1e863811710c7c89fb7
2016-05-31 15:29:00 -04:00
Matthew Treinish 05c16e2e35
Add openstack-health api server
This commit adds the puppet config for running an openstack-health
api instance. It'll use the subunit2sql trove db node as a data
source. The puppet-openstack-health module is incorrectly named which
is causing issues, a workaround to rename the repo is added to
install_modules.sh. This is a temporary measure until the gerrit
rename is completed. There is also a workaround in the apply test.

Change-Id: I7e6d9664d087e7bdc21d92624991d0d5f86c0c99
2015-10-19 15:27:00 -04:00