| tierno | f7aa8c4 | 2016-09-06 16:43:04 +0200 | [diff] [blame] | 1 | ## |
| 2 | # Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. |
| tierno | 9a61c6b | 2016-09-08 10:57:02 +0200 | [diff] [blame] | 3 | # This file is part of openvim |
| tierno | f7aa8c4 | 2016-09-06 16:43:04 +0200 | [diff] [blame] | 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 | # For those usages not covered by the Apache License, Version 2.0 please |
| 19 | # contact with: nfvlabs@tid.es |
| 20 | ## |
| 21 | |
| 22 | |
| 23 | image: |
| 24 | name: image-name |
| 25 | description: image-description |
| 26 | path: /image-path/at/the/compute-node/storage/image |
| 27 | metadata: # Optional extra metadata of the image. All fields are optional |
| 28 | use_incremental: "yes" # "yes" by default, "no" Deployed using a incremental qcow2 image |
| tierno | 3221331 | 2017-05-08 17:21:04 +0200 | [diff] [blame] | 29 | vpci: "0000:00:10.0" #requiered PCI at guess |
| tierno | f7aa8c4 | 2016-09-06 16:43:04 +0200 | [diff] [blame] | 30 | os_distro: win # operating system distribution |
| 31 | os_type: windows # operating system type "linux" by default, "windows" |
| 32 | os_version: "7" # operating system version |
| 33 | bus: "ide" # By default "virtio" for linux, "ide" for windows |