blob: 966037c857cbf0c6e4b9ea82d81f95964acbc8a6 [file] [log] [blame]
Ilya Kharin9954eaf2017-03-06 15:21:07 +04001{% set control = salt['pillar.get']('devops_portal:setup') %}
Ilya Kharinced98392017-03-16 13:41:18 +04002{% set control = salt['pillar.get']('devops_portal:control', default={
3 "base_dir": "/srv/volumes/devops_portal",
4}, merge=True) %}
Ilya Kharin9954eaf2017-03-06 15:21:07 +04005
6{% set services = [
7'artifactory',
8'elasticsearch',
9'gerrit',
10'grafana',
11'jenkins',
12'kibana',
13'riverdelta',
14'rundeck',
15] %}