| mirabal | 126e787 | 2017-07-06 05:54:49 -0500 | [diff] [blame] | 1 | ## |
| 2 | # Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. |
| 3 | # This file is part of openvim |
| 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 | server: |
| 21 | name: vm-test # name |
| 22 | description: vm-cirros # Optional user description |
| 23 | imageRef: $OPENVIM_TEST_IMAGE |
| 24 | flavorRef: $OPENVIM_TEST_FLAVOR |
| 25 | networks: # List of control plane interfaces, Optional |
| 26 | - name: mgmt #friendly user name |
| 27 | #vpci: "0000:00:0a.0" #Optional guess PCI |
| 28 | uuid: $OPENVIM_TEST_MGMT_NET |
| 29 | #mac_address: #guess concrete mac address, by default one is asigned |
| 30 | #model: "virtio","e1000","ne2k_pci","pcnet","rtl8139", By default auto, normally virtio |
| 31 | start: "yes" # "yes","no","paused". By default it is started upon creted |
| 32 | hostId: $HOST_ID |
| 33 | |
| 34 | # allocating EXCLUSIVE resoureces in the same NUMA node. |
| 35 | # If provided, it overrides extended values at flavor |