Explorar el Código

Graph metadata

Change-Id: If0ee6f1ac5ab697559fcd853225e1520de2e8c1c
pull/108/head
Ales Komarek hace 7 años
padre
commit
02f35a537c
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. +16
    -0
      linux/meta/meta.yml

+ 16
- 0
linux/meta/meta.yml Ver fichero

@@ -0,0 +1,16 @@
graph:
{%- if pillar.get('linux', {}).system is defined %}
{%- from "linux/map.jinja" import system with context %}
- host: {{ grains.id }}
service: linux.system
type: software-system
relations:
{%- if system.repo is defined %}
{%- for repo_name, repo in system.repo.iteritems() %}
- service: apt.repo
host_external: {{ repo.source }}
direction: source
type: tcp-http
{%- endfor %}
{%- endif %}
{%- endif %}

Cargando…
Cancelar
Guardar