Manage Grafana v4.0 orgs
New in version 2017.7.0.
This state requires a configuration profile to be configured in the minion config, minion pillar, or master config. The module will use the 'grafana' key by default, if defined.
Example configuration using basic authentication:
grafana:
grafana_url: http://grafana.localhost
grafana_user: admin
grafana_password: admin
grafana_timeout: 3
Example configuration using token based authentication:
grafana:
grafana_url: http://grafana.localhost
grafana_token: token
grafana_timeout: 3
Ensure foobar org is present:
grafana4_org.present:
- name: foobar
- theme: ""
- home_dashboard_id: 0
- timezone: "utc"
- address1: ""
- address2: ""
- city: ""
- zip_code: ""
- state: ""
- country: ""
Ensure that a org is present.
Name of the org to remove.
Configuration profile used to connect to the Grafana instance. Default is 'grafana'.
Ensure that an organization is present.
Name of the org.
Optional - Dict of user/role associated with the org. Example:
users:
foo: Viewer
bar: Editor
Optional - Selected theme for the org.
Optional - Home dashboard for the org.
Optional - Timezone for the org (one of: "browser", "utc", or "").
Optional - address1 of the org.
Optional - address2 of the org.
Optional - city of the org.
Optional - zip_code of the org.
Optional - state of the org.
Optional - country of the org.
Configuration profile used to connect to the Grafana instance. Default is 'grafana'.