blob: bf94bc90a14919ce174bdba75a5079b1579b33d4 [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',
'grafana',
'jenkins',
'kibana',
'pushkin',
'riverdelta',
'rundeck',
] %}