Newer
Older
#
# Copyright 2016 RIFT.io Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
vnfd:vnfd-catalog:
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
vnfd:vnfd:
- vnfd:id: rift_ping_vnf
vnfd:name: ping_vnf
vnfd:short-name: ping_vnf
vnfd:logo: rift_logo.png
vnfd:vendor: RIFT.io
vnfd:version: '1.0'
vnfd:description: This is an example RIFT.ware VNF
vnfd:config-parameter:
vnfd:config-parameter-request:
- vnfd:description: IP on which Pong service is listening
vnfd:name: pong_ip
vnfd:parameter:
- vnfd:config-primitive-name-ref: set-server
vnfd:config-primitive-parameter-ref: server-ip
- vnfd:description: Port on which Pong service is listening
vnfd:name: pong_port
vnfd:parameter:
- vnfd:config-primitive-name-ref: set-server
vnfd:config-primitive-parameter-ref: server-port
vnfd:config-parameter-source:
- vnfd:attribute: ../../../mgmt-interface, ip-address
vnfd:description: Management IP address
vnfd:name: mgmt_ip
vnfd:parameter:
- vnfd:config-primitive-name-ref: config
vnfd:config-primitive-parameter-ref: ssh-hostname
- vnfd:description: SSH username
vnfd:name: username
vnfd:parameter:
- vnfd:config-primitive-name-ref: config
vnfd:config-primitive-parameter-ref: ssh-username
vnfd:value: fedora
- vnfd:attribute: ../../../mgmt-interface/ssh-key, private-key-file
vnfd:description: SSH private key file
vnfd:name: ssh_key
vnfd:parameter:
- vnfd:config-primitive-name-ref: config
vnfd:config-primitive-parameter-ref: ssh-private-key
- vnfd:description: Rate of packet generation
vnfd:name: rate
vnfd:parameter:
- vnfd:config-primitive-name-ref: set-rate
vnfd:config-primitive-parameter-ref: rate
vnfd:value: '5'
vnfd:connection-point:
- vnfd:name: ping_vnfd/cp0
vnfd:type: VPORT
- vnfd:name: ping_vnfd/cp1
vnfd:type: VPORT
vnfd:http-endpoint:
- vnfd:path: api/v1/ping/stats
vnfd:polling_interval_secs: '2'
vnfd:port: '18888'
vnfd:mgmt-interface:
vnfd:dashboard-params:
vnfd:path: api/v1/ping/stats
vnfd:port: '18888'
vnfd:port: '18888'
vnfd:ssh-key: 'true'
vnfd:vdu-id: iovdu_0
vnfd:monitoring-param:
- vnfd:description: no of ping requests
vnfd:group-tag: Group1
vnfd:http-endpoint-ref: api/v1/ping/stats
vnfd:id: '1'
vnfd:json-query-method: NAMEKEY
vnfd:name: ping-request-tx-count
vnfd:units: packets
vnfd:value-type: INT
vnfd:widget-type: COUNTER
- vnfd:description: no of ping responses
vnfd:group-tag: Group1
vnfd:http-endpoint-ref: api/v1/ping/stats
vnfd:id: '2'
vnfd:json-query-method: NAMEKEY
vnfd:name: ping-response-rx-count
vnfd:units: packets
vnfd:value-type: INT
vnfd:widget-type: COUNTER
vnfd:placement-groups:
- vnfd:member-vdus:
- vnfd:member-vdu-ref: iovdu_0
vnfd:name: Eris
vnfd:requirement: Place this VM on the Kuiper belt object Eris
vnfd:strategy: COLOCATION
vnfd:vdu:
- vnfd:count: '1'
vnfd:external-interface:
- vnfd:name: eth0
vnfd:virtual-interface:
vnfd:type: VIRTIO
vnfd:vnfd-connection-point-ref: ping_vnfd/cp0
- vnfd:name: eth1
vnfd:virtual-interface:
vnfd:type: VIRTIO
vnfd:vnfd-connection-point-ref: ping_vnfd/cp1
vnfd:id: iovdu_0
vnfd:image: Fedora-x86_64-20-20131211.1-sda-ping.qcow2
vnfd:image-checksum: a6ffaa77f949a9e4ebb082c6147187cf
vnfd:name: iovdu_0
vnfd:vm-flavor:
vnfd:memory-mb: '512'
vnfd:storage-gb: '4'
vnfd:vcpu-count: '1'
vnfd:vnf-configuration:
vnfd:config-primitive:
- vnfd:name: start
- vnfd:name: stop
- vnfd:name: restart
- vnfd:name: config
vnfd:parameter:
- vnfd:data-type: STRING
vnfd:name: ssh-hostname
- vnfd:data-type: STRING
vnfd:name: ssh-username
- vnfd:data-type: STRING
vnfd:name: ssh-private-key
- vnfd:data-type: STRING
vnfd:default-value: ping
vnfd:name: mode
vnfd:read-only: 'true'
- vnfd:name: set-server
vnfd:parameter:
- vnfd:data-type: STRING
vnfd:name: server-ip
- vnfd:data-type: INTEGER
vnfd:name: server-port
- vnfd:name: set-rate
vnfd:parameter:
- vnfd:data-type: INTEGER
vnfd:default-value: '5'
vnfd:name: rate
- vnfd:name: start-traffic
- vnfd:name: stop-traffic
vnfd:initial-config-primitive:
- vnfd:config-primitive-ref: config
vnfd:seq: '1'
- vnfd:config-primitive-ref: start
vnfd:seq: '2'
- vnfd:config-primitive-ref: set-server
vnfd:seq: '3'
- vnfd:config-primitive-ref: set-rate
vnfd:seq: '4'
vnfd:juju:
vnfd:charm: pingpong