Skip to content

Commit

Permalink
Merge pull request #14 from adamjkeller/INFRASYS-6263
Browse files Browse the repository at this point in the history
[BUG] INFRASYS-6263 - Removing rollback from confirm_lb_has_only_new_…
  • Loading branch information
adamjkeller committed Nov 17, 2015
2 parents 9b452ce + 5114cbc commit 474b276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion License2Deploy/rolling_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def confirm_lb_has_only_new_instances(self, wait_time=60):
build = self.conn_ec2.get_all_reservations(instance.instance_id)[0].instances[0].tags['BUILD']
if build != self.buildNum:
logging.error("There is still an old instance in the ELB: {0}. Please investigate".format(instance))
self.revert_deployment()
exit(self.exit_error_code)
logging.info("Deployed instances {0} to ELB: {1}".format(instance_ids, lb))
return instance_ids

Expand Down

0 comments on commit 474b276

Please sign in to comment.