-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20621/
-----------------------------------------------------------
Review request for cloudstack and Abhinandan Prateek.
Bugs: CLOUDSTACK-6529
https://issues.apache.org/jira/browse/CLOUDSTACK-6529
Repository: cloudstack-git
Description
-------
In deployDataCenter when a host addition fails, it is not continuing further.
Added a change, to continue adding all hosts, even if any addition fails. Do a
cleanup only when all host addition fails. Tested the changes on local setup
Removed another unwanted arguments from class host which are not part of
addHost call.
Diffs
-----
test/integration/component/test_escalations.py f2ae801
tools/marvin/marvin/config/__init__.py e69de29
tools/marvin/marvin/config/test_data.cfg 816df3d
tools/marvin/marvin/config/test_data.py 1410e6f
tools/marvin/marvin/src/__init__.py e69de29
Diff: https://reviews.apache.org/r/20621/diff/
Testing
-------
Tested the changes that it is not breaking existing deployDataCenter.
Thanks,
Santhosh Edukulla