blob: f718a40aab7139521771b7ed1d3cf8cf672b6a63 [file] [log] [blame]
{% set setup = salt['pillar.get']('devops_portal:setup') %}
{% set config = salt['pillar.get']('devops_portal:config', default={
"base_dir": "/srv/volumes/devops_portal",
}, merge=True) %}
{% macro service_url(endpoint) -%}
{%- if endpoint.get('https', False) -%}https://{%- else -%}http://{%- endif -%}
{{ endpoint.address }}:{{ endpoint.port }}/
{%- endmacro %}
{% set services = [
'artifactory',
'elasticsearch',
'gerrit',
'jenkins',
'pushkin',
'riverdelta',
'rundeck',
'securitymonkey',
'stacklight-grafana',
'stacklight-kibana',
] %}