Skip to content

grafana job from grafana/10

Github source: c17a1e6 or master branch

Properties

grafana

admin_password

Password for the initial admin user.

admin_username

Username for the initial admin user.

auth

anonymous
enabled

If enabled, users do not have to log in.

Default
false
organization

The organization that should be used for unauthenticated users.

Default
Main Org.
organization_role

The role to assume for anonymous users.

Default
Viewer
github
allow_sign_up

Permit users to register via GitHub OAuth.

Default
true
allowed_email_domains

E-mail address domains to allow. If empty, all are allowed.

Default
[]
allowed_organizations

GitHub organizations to allow. If empty, all are allowed.

Default
[]
api_url

GitHub users API endpoint.

Default
https://api.github.com/user
auth_url

GitHub OAuth authorization endpoint.

Default
https://github.com/login/oauth/authorize
client_id

GitHub OAuth client ID.

client_secret

GitHub OAuth client secret.

enabled

Permit users to authenticate via GitHub OAuth.

Default
false
team_ids

GitHub team IDs to allow. If empty, all are allowed.

Default
[]
token_url

GitHub OAuth access token endpoint.

Default
https://github.com/login/oauth/access_token
google
allow_sign_up

Permit users to register via Google OAuth.

Default
true
allowed_email_domains

E-mail address domains to allow. If empty, all are allowed.

Default
[]
api_url

Google users API endpoint.

Default
https://www.googleapis.com/oauth2/v1/userinfo
auth_url

Google OAuth authorization endpoint.

Default
https://accounts.google.com/o/oauth2/auth
client_id

Google OAuth client ID.

client_secret

Google OAuth client secret.

enabled

Permit users to authenticate via Google OAuth.

Default
false
token_url

Google OAuth access token endpoint.

Default
https://accounts.google.com/o/oauth2/token
proxy
auto_sign_up

Enable sign up of users who do not exist in Grafana DB

enabled

Handle authentication in a http reverse proxy

header_name

The name of the http header used to forward authenticated user

header_property

Whether the header contains a user name or an email address (allowed values are ‘username’ or ‘email’).

dashboards

List of grafana dasboards, converted to YAML

Default
[]
Example
|+
  - name: frontend (without extension)
    content: <minified JSON content>

datasource

Grafana datasource; see http://docs.grafana.org/http_api/data_source/ for details

datasources

  • If you want to configure multiple datasources, you can define an array of hashes here. Each hash must have ‘name’, ‘url’, ‘type’, ‘user’, ‘password’ and ‘database’ defined.
  • These datasources will be created in addition to the datasource defined in ‘grafana.datasource’. The latter property is for backwards compatibility.
  • See http://docs.grafana.org/http_api/data_source/ for details
Default
[]
Example
|+
  - name: influxdb
    url: http://1.2.3.4:8086
    type: influxdb
    user: admin
    password: admin123
    database: metrics

listen_port

TCP port on which the Grafana server should listen.

Default
3000

root_url

The full root URL for the instance. Used for OAuth callbacks.

session

cookie_name

Session cookie name

cookie_secure

Use session in https only

session_life_time

Session lifetime in seconds

snapshots

external_enabled

Enable external snapshots sharing (to snapshot.raintank.io)

Default
true

ssl

cert

SSL cert to use for HTTPS. If not specified, the server will listen in plaintext.

key

SSL private key to use for HTTPS. If not specified, the server will listen in plaintext.

users

allow_organization_creation

If enabled, non-admin users can create organizations.

Default
false
allow_sign_up

If enabled, users can create their own accounts.

Default
false
auto_assign_organization

If enabled, new users will be automatically added to the default organization (id 1).

Default
true
auto_assign_organization_role

The role for new users when automatically added to the default organization.

Default
Viewer

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/grafana/ directory (learn more).

  • bin/create-update-dashboards (from create-update-dashboards.erb)
  • bin/create-update-datasources (from create-update-datasources.erb)
  • bin/grafana_ctl (from grafana_ctl)
  • bin/post-start (from post-start)
  • config/config.ini (from config.ini.erb)
  • config/ssl.crt (from ssl.crt.erb)
  • config/ssl.key (from ssl.key.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.