916c1d3dc8
The paste service needs an upgrade; since others have created a lodgeit container it seems worth us keeping the service going if only to maintain the historical corpus of pastes. This adds the ansible to deploy lodgeit and a sibling mariadb container. I have imported a dump of the old data as a test. The dump is ~4gb and imported it takes up about double that; certainly nothing we need to be too concerned over. The server will be more than capable of running the db container alongside the lodgeit instance. This should have no effect on production until we decide to switch DNS. Change-Id: I284864217aa49d664ddc3ebdc800383b2d7e00e3
7 lines
117 B
YAML
7 lines
117 B
YAML
- hosts: "paste_opendev"
|
|
tasks:
|
|
|
|
- name: Run selenium container
|
|
include_role:
|
|
name: run-selenium
|