----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25637/#review53664 -----------------------------------------------------------
commit 20f9d3dcd8a980e03b651629b510b6e98e411271 Author: Gaurav Aradhye <gaurav.arad...@clogeny.com> Date: Mon Sep 15 14:03:49 2014 +0530 CLOUDSTACK-7387: Corrected code related to adding host tags Signed-off-by: SrikanteswaraRao Talluri <tall...@apache.org> commit 374d6ad7981bbec2270e414b161f2e7e74a93758 Author: SrikanteswaraRao Talluri <tall...@apache.org> Date: Wed Sep 17 14:34:18 2014 +0530 Revert "CLOUDSTACK-7387: Corrected code related to adding host tags" This reverts commit 1b14fa6abef5811079eeb7cbd26ab718f6f69405. - SrikanteswaraRao Talluri On Sept. 16, 2014, 6:08 a.m., Gaurav Aradhye wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/25637/ > ----------------------------------------------------------- > > (Updated Sept. 16, 2014, 6:08 a.m.) > > > Review request for cloudstack, sanjeev n, Santhosh Edukulla, and > SrikanteswaraRao Talluri. > > > Bugs: CLOUDSTACK-7387 > https://issues.apache.org/jira/browse/CLOUDSTACK-7387 > > > Repository: cloudstack-git > > > Description > ------- > > The host tags were not defined and not added to hosts before. > > Changes: > 1) Searched for cluster with two hosts within the given zone. > 2) Updated hosts with host tags and added same tags in service offerings used > to created VM. > 3) Deleted the host tags in cleanup. > 4) Corrected the imports. > > > Diffs > ----- > > test/integration/component/maint/test_vpc_host_maintenance.py 83ba271 > > Diff: https://reviews.apache.org/r/25637/diff/ > > > Testing > ------- > > Yes. > > Ran setUpClass by skipping the test cases. Hosts updated successfully with > tags and VMs were deployed. > > Log: > Test enable Maintenance Mode on Hosts which have VPC elements ... SKIP: skip > Test cancel Maintenance Mode on the above Hosts + Migrate VMs Back ... SKIP: > skip > Test reconnect Host which has VPC elements ... SKIP: skip > > ---------------------------------------------------------------------- > Ran 3 tests in 465.545s > > OK (SKIP=3) > > > Thanks, > > Gaurav Aradhye > >