summaryrefslogtreecommitdiffstats
path: root/tests/data/lab_conf
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2017-09-01 14:00:46 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-01 14:00:46 +0000
commit27c4b308bcfc4b7dee773acb0030c980cd856105 (patch)
tree6ff6785f05cfb98e6d9a0ef836a442924cdfa8e3 /tests/data/lab_conf
parenta176858f54c14975c0b3d771df11c08cbc8a792d (diff)
parent814729059a385d5edb0c19347b3dfa76930220a5 (diff)
Merge "Add some unit test files test_netwrok.py"
Diffstat (limited to 'tests/data/lab_conf')
-rw-r--r--tests/data/lab_conf/deploy_virtual_error.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/data/lab_conf/deploy_virtual_error.yml b/tests/data/lab_conf/deploy_virtual_error.yml
new file mode 100644
index 00000000..ca9fba49
--- /dev/null
+++ b/tests/data/lab_conf/deploy_virtual_error.yml
@@ -0,0 +1,31 @@
+adapter: NULL
+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: 100
+ compute: 100
+ ceph: 100
+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