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
vnfd:vnfd:
- vnfd:id: rift_pong_vnf
vnfd:name: pong_vnf
vnfd:short-name: pong_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-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:attribute: ../../../connection-point[name='pong_vnfd/cp1'], ip-address
vnfd:description: IP on which Pong service is listening
vnfd:name: service_ip
vnfd:parameter:
- vnfd:config-primitive-name-ref: set-server
vnfd:config-primitive-parameter-ref: server-ip
- vnfd:description: Port on which server listens for incoming data packets
vnfd:name: service_port
vnfd:parameter:
- vnfd:config-primitive-name-ref: set-server
vnfd:config-primitive-parameter-ref: server-port
vnfd:value: '5555'
vnfd:connection-point:
- vnfd:name: pong_vnfd/cp0
vnfd:type: VPORT
- vnfd:name: pong_vnfd/cp1
vnfd:type: VPORT
vnfd:http-endpoint:
- vnfd:path: api/v1/pong/stats
vnfd:polling_interval_secs: '2'
vnfd:port: '18889'
vnfd:mgmt-interface:
vnfd:dashboard-params:
vnfd:path: api/v1/pong/stats
vnfd:port: '18889'
vnfd:port: '18889'
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/pong/stats
vnfd:id: '1'
vnfd:json-query-method: NAMEKEY
vnfd:name: ping-request-rx-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/pong/stats
vnfd:id: '2'
vnfd:json-query-method: NAMEKEY
vnfd:name: ping-response-tx-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: Weywot
vnfd:requirement: Place this VM on the Kuiper belt object Weywot
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: pong_vnfd/cp0
- vnfd:name: eth1
vnfd:virtual-interface:
vnfd:type: VIRTIO
vnfd:vnfd-connection-point-ref: pong_vnfd/cp1
vnfd:id: iovdu_0
vnfd:image: Fedora-x86_64-20-20131211.1-sda-pong.qcow2
vnfd:image-checksum: 977484d95575f80ef8399c9cf1d45ebd
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: pong
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: 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:juju:
vnfd:charm: pingpong