summaryrefslogtreecommitdiffstats
path: root/setup/projects/adei/vars/munin.yml
blob: e00c742567b27464faf9acf0852180740af75106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
munin:
  builders:
    munin:  { src: "{{ ands_repos.docker }}/munin.git" }

  pods:
    munin:
      service: { host: "munin.{{ openshift_master_default_subdomain }}", ports: [ 80/8080 ] }
      sched: { replicas: 1 }
      groups: [ "adei_data" ]
      images:
        - stream: "munin:latest"
          mappings: 
            - { name: "adei_data", path: "munin",     mount: "/munin/db" }
          probes:
            - { port: 8080 }
          env:
            - { name: "NODES", value: "${munin_nodes}" }

  parameters:
    - { name: munin_nodes, description: "List of munin nodes to monitor" }