Updates docs for SR1 with final revision
[genesis.git] / fuel / prototypes / auto-deploy / examples / libvirt / README.txt
1 This is an example setup for the libvirt DHA adapter which will setup
2 four libvirt networks:
3
4 fuel1: NATed network for management and admin
5 fuel2: Isolated network for storage
6 fuel3: Isolated network for private
7 fuel4: NATed network for public
8
9 Four VMs will be created:
10
11 fuel-master
12 controller1
13 compute4
14 compute5
15
16 Prerequisite: A Ubuntu 14.x host or later with sudo access.
17
18 Start by installing the necessary Ubuntu packages by running
19 "sudo install_ubuntu_packages.sh".
20
21 Then (re)generate the libvirt network and VM setup by running
22 "setup_vms.sh".
23
24 You can then run deploy.sh with the corresponding dea.yaml and
25 dha.yaml which can be found in the conf subdirectory.