Commit Graph

7 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov e29db7b3cb [doc] Document how to use "local" memcached
Having "local" memcached might be valuable for some usecases,
like availability zones, where distance or connection between
controllers is a concern, and memcached with lowest latency should
be preffered whenever possible.

Change-Id: Ie285e582fc9ada149c199a3bd4e6344035068bd3
2023-07-11 20:07:21 +00:00
Dmitriy Rabotyagov 047c5c86ec Document access memcached via haproxy
Failure of single memcached instance now causes some delays in API
responses even with usage of oslo_cache.memcache_pool
Setting haproxy in front of memcache gives more reliable failover and
minimize delays in case of memcached failure.

Change-Id: Iea4fb513fe8a46fe7d9c04ce90d0fbf0d156cc4f
2019-12-26 15:23:30 +02:00
Andy McCrae f23ca6d534 Update repository with reference to role git location
Change-Id: I9fb0a4b8421cdd95b8da3607afac816362a193a3
2016-12-22 14:26:20 +00:00
Robb Romans 23cfc19a4c [DOCS] Move example playbook to separate file
Change-Id: I70b520be283fd1dfc48708d6a00b0c3b556f0b78
2016-08-11 20:29:07 -05:00
Jesse Pretorius db40d5997b Ensure that doc linting is included in the linters test
The 'docs' tox target executes the doc8 lint test which may result in
failures when testing documentation builds, but OpenStack-CI does not
execute that tox target.

In order to ensure that we catch all standard documentation syntax
errors and prevent them from merging, this patch includes the docs
target in the 'linters' chain of tests.

Fixes for any failures which result from executing this test are also
included in the patch.

Change-Id: I2794185c0fce4c5fb027cb63d20850c72c4a91a4
2016-07-25 21:45:27 +01:00
Travis Truman 08fa22cea7 DOC - Adopting the common role documentation pattern
As discussed during the Newton design summit, we
agreed to adopt the role documentation pattern laid
out in the os_keystone role

Change-Id: Ia942dc97c41984a83dedbde5e37d14b328340164
2016-06-10 09:58:41 -04:00
Kevin Carter b818df54e2
first commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-12-09 09:24:22 -06:00