summaryrefslogtreecommitdiffstats
path: root/tests/data/lab_conf/deploy_virtual1.yml
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2017-08-04 02:34:59 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-04 02:34:59 +0000
commit99e92d157cd01e5e6e545cb6eb779c7fe9875b23 (patch)
tree60851c692eb5d464cf498091f81e18f040aa8281 /tests/data/lab_conf/deploy_virtual1.yml
parente17dc35e2e445a7b7d52398a55d196cca8a680b3 (diff)
parent60fac3073876a9a5591c42cd3fa0cb5237ed2177 (diff)
Merge "Add the unit test by pytest for get_conf.py"
Diffstat (limited to 'tests/data/lab_conf/deploy_virtual1.yml')
-rw-r--r--tests/data/lab_conf/deploy_virtual1.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/data/lab_conf/deploy_virtual1.yml b/tests/data/lab_conf/deploy_virtual1.yml
new file mode 100644
index 00000000..7fdfc3ba
--- /dev/null
+++ b/tests/data/lab_conf/deploy_virtual1.yml
@@ -0,0 +1,31 @@
+adapter: libvirt
+hosts:
+- name: 'controller01'
+ roles:
+ - 'CONTROLLER_LB'
+ template: 'templates/virtual_environment/vms/controller.xml'
+- name: 'controller02'
+ roles:
+ - 'CONTROLLER_LB'
+ template: 'templates/virtual_environment/vms/controller.xml'
+- name: 'controller03'
+ roles:
+ - 'CONTROLLER_LB'
+ template: 'templates/virtual_environment/vms/controller.xml'
+- name: 'computer01'
+ roles:
+ - 'COMPUTER'
+ template: 'templates/virtual_environment/vms/computer.xml'
+- name: 'computer02'
+ roles:
+ - 'COMPUTER'
+ template: 'templates/virtual_environment/vms/computer.xml'
+disks:
+ daisy: 50
+ controller: 110
+ compute: 110
+ ceph: 110
+daisy_passwd: 'r00tme'
+daisy_ip: '10.20.11.2'
+daisy_gateway: '10.20.11.1'
+ceph_disk_name: '/dev/sdb' \ No newline at end of file