inject_user_key routine fixes
[osm/RO.git] / test / RO_tests / image_based_volume / vnfd_additional_disk_based_image.yaml
1 ##
2 # Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U.
3 # This file is part of openmano
4 # All Rights Reserved.
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License"); you may
7 # not use this file except in compliance with the License. You may obtain
8 # a copy of the License at
9 #
10 #         http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15 # License for the specific language governing permissions and limitations
16 # under the License.
17 #
18 ##
19 ---
20 vnfd-catalog:
21     vnfd:
22     -   connection-point:
23         -   name: mgmt0
24             type: VPORT
25         name: vnf_additional_disk_based_image
26         description: VNF with additional volume based on image
27         id: additional_disk_based_image
28         # short-name: 2disks
29         vendor: ROtest
30         version: '1.0'
31         mgmt-interface:
32             cp: mgmt0
33         vdu:
34         -   id: VM1
35             name: VM1-name
36             image: US1604
37             alternative-images:
38             -   vim-type: openstack
39                 image: cirros
40             -   vim-type: openvim
41                 image: cirros034
42             volumes:
43             -   name: vdb
44                 device-type: disk
45                 image: cirros034
46                 # image-checksum: 4a293322f18827af81a9450e3792947c
47                 size: 8
48             interface:
49             -   name: iface11
50                 type: EXTERNAL
51                 virtual-interface:
52                     type: VIRTIO
53                 external-connection-point-ref: mgmt0
54                 mac-address:   "52:33:44:55:66:77"
55             vm-flavor:
56                 memory-mb: '2048'
57                 storage-gb: '8'
58                 vcpu-count: '1'