From f29930dc40a5b6966e636e581416ee5ced028c05 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 17 Feb 2023 12:13:58 -0800 Subject: [PATCH] Update Gerrit role readme This updates the Gerrit role readme to be a bit more explicit that the role is deploying both Gerrit and MariaDB. Change-Id: Ibd39781f0560179d40c3d3d723eec2286dec8583 --- playbooks/roles/gerrit/README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/gerrit/README.rst b/playbooks/roles/gerrit/README.rst index 6bd0ea7ae1..a40ee64e0e 100644 --- a/playbooks/roles/gerrit/README.rst +++ b/playbooks/roles/gerrit/README.rst @@ -1,7 +1,8 @@ Run Gerrit. -This role assumes it will have a local MariaDB running adjacent to the -Gerrit service. Variables below configure MariaDB connection details. +This role deploys MariaDB alongside the Gerrit service using +docker-compose to run both services in docker containers. +Variables below configure MariaDB connection details. **Role Variables**