aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJohn O Loughlin <john.oloughlin@intel.com>2018-01-22 13:57:05 +0000
committerJohn O'Loughlin <john.oloughlin@intel.com>2018-02-12 10:13:51 +0000
commit8b52c6a9ae605022d108b093bf4413d66aef3397 (patch)
tree15b232d632cd8e37c942734f5920f7c3b92f10f2 /etc
parent3eefef5baaad88b711d0ff639d49378b800a3ad0 (diff)
Create host VMs configuration
Using xml files deploy the VM's using the virt plugin. This code generates the user-data network-config meta-data and the vm's xml. It also deploys the vm JIRA: YARDSTICK-963 Change-Id: I97f2d20d0ab75a4444b8b8e6fb65e9e463870af7 Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/infra/infra_deploy.yaml.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/infra/infra_deploy.yaml.sample b/etc/infra/infra_deploy.yaml.sample
index 1dc459c0e..bf07a01bc 100644
--- a/etc/infra/infra_deploy.yaml.sample
+++ b/etc/infra/infra_deploy.yaml.sample
@@ -6,7 +6,7 @@ nodes:
ip: 192.168.1.10
netmask: 255.255.255.0
user: ubuntu
- pasword: password
+ password: password
image: /tmp/image1.qcow
disk: 50000
ram: 8192
@@ -23,7 +23,7 @@ nodes:
ip: 192.20.1.20
netmask: 255.255.255.0
user: ubuntu
- pasword: password
+ password: password
image: /tmp/image_2.qcow
disk: 40000
ram: 32768