-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstop_event.yml
145 lines (145 loc) · 3.78 KB
/
stop_event.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
---
vnfd:
author: 5GTANGO Test Team
connection_points:
- id: mgmt
interface: ipv4
type: management
- id: input
interface: ipv4
type: external
- id: output
interface: ipv4
type: external
description: This is a integration test artifact.
descriptor_schema: https://raw.githubusercontent.com/sonata-nfv/tng-schema/master/function-descriptor/vnfd-schema.yml
function_specific_managers:
- description: FSM to do some dummy config on the cirros for testing purposes
id: cirros
image: tsoenen/cirros-fsm
options:
- key: type
value: start
- key: type
value: configure
- key: type
value: state
name: testvnf
uuid: 7eeace27-7758-4e16-9cab-ee7ab05a361f
vendor: eu.5gtango
version: '0.1'
virtual_deployment_units:
- connection_points:
- fip: true
id: eth0
interface: ipv4
network_id: ecab541d-89de-42a5-b880-46e9ed47a9fd_ns_mgmt
type: internal
- fip: true
id: eth1
interface: ipv4
network_id: ecab541d-89de-42a5-b880-46e9ed47a9fd_ns_input-2-test_vnf
type: internal
- fip: true
id: eth2
interface: ipv4
network_id: ecab541d-89de-42a5-b880-46e9ed47a9fd_ns_test_vnf-2-output
type: internal
id: vdu01-171b793b-a075-4b00-a947-887be5b5f1b1
resource_requirements:
cpu:
vcpus: 1
memory:
size: 2
size_unit: GB
storage:
size: 10
size_unit: GB
vm_image: http://www.google.com
vm_image_format: qcow2
vm_image_md5: ee1eca47dc88f4879d8a229cc70a07c6
virtual_links:
- connection_points_reference:
- vdu01:eth0
- mgmt
connectivity_type: E-LAN
dhcp: true
id: mgmt-2-mgmt
- connection_points_reference:
- vdu01:eth1
- input
connectivity_type: E-Line
dhcp: true
id: input-2-vdu01
- connection_points_reference:
- vdu01:eth2
- output
connectivity_type: E-Line
dhcp: true
id: vdu01-2-output
vnfr:
descriptor_reference: 7eeace27-7758-4e16-9cab-ee7ab05a361f
descriptor_version: vnfr-schema-01
id: 171b793b-a075-4b00-a947-887be5b5f1b1
name: testvnf
status: offline
version: '1'
virtual_deployment_units:
- id: vdu01
number_of_instances: 1
resource_requirements:
cpu:
vcpus: 1
memory:
size: 2
size_unit: GB
storage:
size: 10
size_unit: GB
vdu_reference: testvnf:vdu01-171b793b-a075-4b00-a947-887be5b5f1b1
vm_image: http://www.google.com
vnfc_instance:
- connection_points:
- id: eth0
interface:
address: 10.120.0.206
hardware_address: fa:16:3e:05:32:f5
type: internal
- id: eth1
interface:
address: 10.120.0.207
hardware_address: fa:16:3e:c2:ed:7c
type: internal
- id: eth2
interface:
address: 10.120.0.205
hardware_address: fa:16:3e:38:04:d5
type: internal
id: '0'
vc_id: ce0ca8f8-ec3a-4152-a9a3-b69fb9ef2fec
vim_id: 5c84e1d0-95b0-4427-af34-c515a5d23b1e
virtual_links:
- connection_points_reference:
- vdu01:eth0
- mgmt
connectivity_type: E-LAN
descriptor_reference: mgmt-2-mgmt
dhcp: true
id: ecab541d-89de-42a5-b880-46e9ed47a9fd_ns_mgmt
vim_id: 5c84e1d0-95b0-4427-af34-c515a5d23b1e
- connection_points_reference:
- vdu01:eth1
- input
connectivity_type: E-Line
descriptor_reference: input-2-vdu01
dhcp: true
id: ecab541d-89de-42a5-b880-46e9ed47a9fd_ns_input-2-test_vnf
vim_id: 5c84e1d0-95b0-4427-af34-c515a5d23b1e
- connection_points_reference:
- vdu01:eth2
- output
connectivity_type: E-Line
descriptor_reference: vdu01-2-output
dhcp: true
id: ecab541d-89de-42a5-b880-46e9ed47a9fd_ns_test_vnf-2-output
vim_id: 5c84e1d0-95b0-4427-af34-c515a5d23b1e