Manage Grafana v4.0 orgs
New in version 2017.7.0.
Token auth setup
grafana_version: 4
grafana:
grafana_timeout: 5
grafana_token: qwertyuiop
grafana_url: 'https://url.com'
Basic auth setup
grafana_version: 4
grafana:
grafana_timeout: 5
grafana_org: grafana
grafana_password: qwertyuiop
grafana_url: 'https://url.com'
Ensure foobar org is present:
grafana4_org.present:
- name: foobar
- theme: ""
- home_dashboard_id: 0
- timezone: "utc"
- address1: ""
- address2: ""
- city: ""
- zip_code: ""
- state: ""
- country: ""
salt.states.grafana4_org.
absent
(name, profile='grafana')¶Ensure that a org is present.
salt.states.grafana4_org.
present
(name, users=None, theme=None, home_dashboard_id=None, timezone=None, address1=None, address2=None, city=None, zip_code=None, address_state=None, country=None, profile='grafana')¶Ensure that an organization is present.
Optional - Dict of user/role associated with the org. Example: users:
foo: Viewer bar: Editor
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2017.7.1
salt.states.grafana4_datasource module