Fix metadata for Galaxy

Change-Id: I699e298d814d7401e2558386a6ae0d1286c0eff5
5 files changed
tree: 457032ca612d838a4d17866d52c8354c75adfdc9
  1. .cookiecutter_params.json
  2. .reuse/
  3. LICENSES/
  4. Makefile
  5. README.md
  6. VERSION
  7. defaults/
  8. handlers/
  9. meta/
  10. molecule/
  11. tasks/
  12. templates/
  13. vars/
README.md

gerrit

Gerrit Code Review

NOTE: This role currently prepares the system for installing gerrit, but does not actually install the daemon, which is done manually.. In the future it may be expanded to do this as well, most likely from the package repos.

Currently, all this role does is creates the gerrit user account, data directories, and scripts to start the gerrit daemon.

The rest of the configuration needs to be run as the gerrit user so that file permissions are correctly maintained. As this user is intended just to run the daemon and configured with a nologin shell, it's recommended that you become the gerrit user with:

su -s /bin/bash gerrit

Gerrit requires a JRE (or JDK) to run, which should be installed by a separate role.

Requirements

Minimum ansible version: 2.9.5

Defaults

Default values can be found in defaults/main.yml

Example Playbook

- hosts: all
  roles:
    - gerrit

License and Author

© 2020 Open Networking Foundation support@opennetworking.org

License: Apache-2.0