diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-10-09 02:54:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-09 02:54:46 +0000 |
commit | 4a522eb1a4fe5448316b50c2db84c344bd7dba73 (patch) | |
tree | 249c6dd2d1f444aaead775316b0e7fc007fcc11b /tests/data/lab_conf/deploy_bare_odl-ha.yml | |
parent | 5923e6dd685a9efd9e87b1e2fe4bd538e6fb0ac6 (diff) | |
parent | 5cf109d2e588dfeaaed4e6b78db7def66ecf5e1d (diff) |
Merge changes from topic 'unittest2'
* changes:
Add more test function and case in test_utils.py
Add more test cases in test_deploy.py
Diffstat (limited to 'tests/data/lab_conf/deploy_bare_odl-ha.yml')
-rw-r--r-- | tests/data/lab_conf/deploy_bare_odl-ha.yml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/tests/data/lab_conf/deploy_bare_odl-ha.yml b/tests/data/lab_conf/deploy_bare_odl-ha.yml new file mode 100644 index 00000000..28e8c195 --- /dev/null +++ b/tests/data/lab_conf/deploy_bare_odl-ha.yml @@ -0,0 +1,43 @@ +adapter: 'ipmi' +hosts: +- name: 'controller01' + roles: + - 'CONTROLLER_LB' + ipmi_ip: '192.168.1.11' + ipmi_user: 'testuser' + ipmi_pass: 'testpass' +- name: 'controller02' + roles: + - 'CONTROLLER_LB' + ipmi_ip: '192.168.1.12' + ipmi_user: 'testuser' + ipmi_pass: 'testpass' +- name: 'controller03' + roles: + - 'CONTROLLER_LB' + ipmi_ip: '192.168.1.13' + ipmi_user: 'testuser' + ipmi_pass: 'testpass' +- name: 'computer01' + roles: + - 'COMPUTER' + ipmi_ip: '192.168.1.14' + ipmi_user: 'testuser' + ipmi_pass: 'testpass' +- name: 'computer02' + roles: + - 'COMPUTER' + ipmi_ip: '192.168.1.15' + ipmi_user: 'testuser' + ipmi_pass: 'testpass' +disks: + daisy: 50 +daisy_passwd: 'r00tme' +daisy_ip: '10.20.0.2' +daisy_gateway: '10.20.0.1' +ceph_disk_name: '/dev/sdb' +modules: + - module: opendaylight + module-config: + - enable_l3_odl: + value: true |