Page MenuHomeDevCentral

Provision redis containers
ClosedPublic

Authored by dereckson on Nov 6 2018, 21:27.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 27, 10:14
Unknown Object (File)
Tue, Mar 26, 12:56
Unknown Object (File)
Fri, Mar 22, 15:08
Unknown Object (File)
Fri, Mar 22, 11:04
Unknown Object (File)
Thu, Mar 21, 05:31
Unknown Object (File)
Thu, Mar 21, 05:31
Unknown Object (File)
Thu, Mar 21, 05:31
Unknown Object (File)
Thu, Mar 21, 05:31
Subscribers
None

Details

Summary

Mastodon, Sentry and Pixelfed require a Redis instance.
For Sentry, it has been configured at d8d30a6b35f4.

This change provisions the container without any effort
to bind a port, as it's intended to be used with a network
or a link.

Like MySQL, it allows to customize the image and version
with the facultative image and version parameters.

Test Plan

Deploy redis container for Sentry on Equatower

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
redis
Build Status
Buildable 3091
Build 3339: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson retitled this revision from WIP: redis container to Provision redis containers.
dereckson edited the summary of this revision. (Show Details)
dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Nov 6 2018, 23:04

Add missing image value. sysctl vm.overcommit_memory set at 1 on Docker Engine per Redis requirements

This revision was automatically updated to reflect the committed changes.