Repo tidy-up + licence scrubing
[fuel.git] / deploy / config / labs / devel-pipeline / huawei-ch / fuel / config / dha.yaml
1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 # stefan.k.berg@ericsson.com
4 # jonas.bjurel@ericsson.com
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10 dha-pod-config-metadata:
11   title: Deployment Hardware Adapter (DHA) for fuel development pipeline - default version
12   version: 0.0.4
13   created: Jun 14 2016
14   comment: Huawei-Ch Fuel9 version
15
16 # Adapter to use for this definition
17 adapter: libvirt
18
19 # Node list.
20 # Mandatory property is id, all other properties are adapter specific.
21
22 nodes:
23 - id: 1
24   libvirtName: controller1
25   libvirtTemplate: templates/virtual_environment/vms/controller.xml
26 - id: 2
27   libvirtName: compute1
28   libvirtTemplate: templates/virtual_environment/vms/compute.xml
29 - id: 3
30   libvirtName: compute2
31   libvirtTemplate: templates/virtual_environment/vms/compute.xml
32 - id: 4
33   libvirtName: compute3
34   libvirtTemplate: templates/virtual_environment/vms/compute.xml
35 - id: 5
36   libvirtName: fuel-master
37   libvirtTemplate: templates/virtual_environment/vms/fuel.xml
38   isFuel: yes
39   username: root
40   password: r00tme
41
42 virtNetConfDir: templates/virtual_environment/networks
43
44 disks:
45   fuel: 100G
46   controller: 100G
47   compute: 100G