Remove useless noop types

These aren't relevant to the example
This commit is contained in:
James Shubin
2016-01-18 04:50:47 -05:00
parent 74baa032b5
commit c0d3678b79
3 changed files with 3 additions and 51 deletions

View File

@@ -1,8 +1,6 @@
--- ---
graph: mygraph graph: mygraph
types: types:
noop:
- name: noop1a
file: file:
- name: file1a - name: file1a
path: "/tmp/mgmtA/f1a" path: "/tmp/mgmtA/f1a"
@@ -27,18 +25,4 @@ types:
collect: collect:
- type: file - type: file
pattern: "/tmp/mgmtA/" pattern: "/tmp/mgmtA/"
edges: edges: []
- name: e1
from:
type: noop
name: noop1a
to:
type: file
name: file1a
- name: e2
from:
type: file
name: file1a
to:
type: file
name: file2a

View File

@@ -1,8 +1,6 @@
--- ---
graph: mygraph graph: mygraph
types: types:
noop:
- name: noop1b
file: file:
- name: file1b - name: file1b
path: "/tmp/mgmtB/f1b" path: "/tmp/mgmtB/f1b"
@@ -27,18 +25,4 @@ types:
collect: collect:
- type: file - type: file
pattern: "/tmp/mgmtB/" pattern: "/tmp/mgmtB/"
edges: edges: []
- name: e1
from:
type: noop
name: noop1b
to:
type: file
name: file1b
- name: e2
from:
type: file
name: file1b
to:
type: file
name: file2b

View File

@@ -1,8 +1,6 @@
--- ---
graph: mygraph graph: mygraph
types: types:
noop:
- name: noop1c
file: file:
- name: file1c - name: file1c
path: "/tmp/mgmtC/f1c" path: "/tmp/mgmtC/f1c"
@@ -27,18 +25,4 @@ types:
collect: collect:
- type: file - type: file
pattern: "/tmp/mgmtC/" pattern: "/tmp/mgmtC/"
edges: edges: []
- name: e1
from:
type: noop
name: noop1c
to:
type: file
name: file1c
- name: e2
from:
type: file
name: file1c
to:
type: file
name: file2c