Updates docs for SR1 with final revision
[genesis.git] / fuel / deploy / templates / virtual_environment / conf / dha.yaml
1 title: Deployment Hardware Adapter (DHA)
2 # DHA API version supported
3 version:
4 created:
5 comment: Config for Virtual Environment
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: 50G
37   controller: 50G
38   compute: 50G