Merge "Fix network connection check issue"
[fuel.git] / deploy / config / labs / devel-pipeline / elx / fuel / config / dha.yaml
1 dha-pod-config-metadata:
2   title: Deployment Hardware Adapter (DHA) for fuel development pipeline - Ericsson ELX version
3   version: 0.0.3
4   created: Feb 2 2016
5   comment: ELX Fuel8 version
6
7 # Adapter to use for this definition
8 adapter: libvirt
9
10 # Node list.
11 # Mandatory property is id, all other properties are adapter specific.
12
13 nodes:
14 - id: 1
15   libvirtName: controller1
16   libvirtTemplate: templates/virtual_environment/vms/controller.xml
17 - id: 2
18   libvirtName: compute1
19   libvirtTemplate: templates/virtual_environment/vms/compute.xml
20 - id: 3
21   libvirtName: compute2
22   libvirtTemplate: templates/virtual_environment/vms/compute.xml
23 - id: 4
24   libvirtName: compute3
25   libvirtTemplate: templates/virtual_environment/vms/compute.xml
26 - id: 5
27   libvirtName: fuel-master
28   libvirtTemplate: templates/virtual_environment/vms/fuel.xml
29   isFuel: yes
30   username: root
31   password: r00tme
32
33 virtNetConfDir: templates/virtual_environment/networks
34
35 disks:
36   fuel: 100G
37   controller: 100G
38   compute: 100G
39
40 number_cpus:
41   # Entry is not mandatory! If it is left empty
42   # the default is 2 cpus per node
43   controller: 2