a5dd619e24
We changed review01.openstack.org to review02.openstack.org in the host var file matchers for this job thinking that was the issue previously. Unfortunately the actual file is review02.opendev.org. Update the matcher again to actually trigger the job. We also make a small edit to the gerrit role's README to ensure we trigger the job when this change lands. Change-Id: I1f235d0ddbb2d7f400ea2e99ffabdf5db35671a1
23 lines
574 B
ReStructuredText
23 lines
574 B
ReStructuredText
Run Gerrit.
|
|
|
|
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**
|
|
|
|
.. zuul:rolevar:: gerrit_reviewdb_mariadb_dbname
|
|
:default: gerrit
|
|
|
|
The database to make and connect to.
|
|
|
|
.. zuul:rolevar:: gerrit_reviewdb_mariadb_username
|
|
:default: gerrit
|
|
|
|
The MariaDB user to make and connect with.
|
|
|
|
.. zuul:rolevar:: gerrit_reviewdb_mariadb_password
|
|
:default: <unset>
|
|
|
|
The password to set for ``gerrit_reviewdb_mariadb_username``
|