Page MenuHomeDevCentral

Deploy a MySQL 5.7 container for Bugzilla
ClosedPublic

Authored by dereckson on Oct 7 2018, 18:19.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 16, 04:26
Unknown Object (File)
Sat, Jun 15, 23:58
Unknown Object (File)
Fri, Jun 14, 13:28
Unknown Object (File)
Fri, Jun 14, 03:36
Unknown Object (File)
Thu, Jun 13, 19:19
Unknown Object (File)
Thu, Jun 13, 11:19
Unknown Object (File)
Tue, Jun 11, 02:32
Unknown Object (File)
Mon, Jun 10, 14:44
Subscribers
None

Details

Summary

Bugzilla doesn't currently fully support MySQL 8, see for example
https://github.com/bugzilla/bugzilla/pull/71

As such, the best course of action is to deploy a MySQL 5.7 server.

This change introduces an helper execution module to determine
the exact image:tag string from a default image, and dictionary
arguments. That allows to customize the version of a service.

Ref T205

Test Plan

Units tests are provided for the execution module.

Deploy the container on Dwellers for the state part.

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
dereckson edited the test plan for this revision. (Show Details)
dereckson marked 2 inline comments as done.
dereckson added inline comments.
_modules/paas_docker.py
28

TypeError: cannot concatenate 'str' and 'float' objects

_tests/modules/test_paas_docker.py
14

Versions are generally given without ""

Works fine on Dwellers and is equipotent on Equatower.

This revision is now accepted and ready to land.Oct 7 2018, 21:28
This revision was automatically updated to reflect the committed changes.