Redmine Operator

  • By Garrett Neugent
Channel Revision Published Runs on
latest/beta 11 02 Sep 2021
Ubuntu 20.04
juju deploy redmine-operator --channel beta
Show information

Platform:

Learn about configurations >

  • external_hostname | string

    Default: redmine.juju

    The application will be available via this external hostname. It defaults to the application name as defined in the model if left unset.

  • redmine_database_name | string

    Default: redmine

    This variable sets the name of the database.

  • redmine_database_port_number | int

    Default: 5432

    The port number of the related database

  • redmine_database_type | string

    Default: postgresql

    The backend database for redmine to store information. redmine-supported options are REDMINE_DB_MYSQL, REDMINE_DB_POSTGRES, or REDMINE_DB_SQLSERVER note that these are not yet implemented, only postgres currently works.

  • redmine_database_user | string

    Default: redmine

    This variable sets the user that Redmine and any rake tasks use to connect to the specified database. If unspecified, it will default to root for MySQL, postgres for PostgreSQL, or redmine for SQLite.

  • redmine_port_number | int

    Default: 3000

    The port of the host running redmine.

  • service_port | int

    Default: 3000

    The port used by the ingress to expose the redmine web ui