[
https://issues.apache.org/jira/browse/CLOUDSTACK-6158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910291#comment-13910291
]
ASF subversion and git services commented on CLOUDSTACK-6158:
-------------------------------------------------------------
Commit d06f2b6a70f4ed399f6edddef82b7cae81d0b71a in cloudstack's branch
refs/heads/marvin from [~santhoshe]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=d06f2b6 ]
CLOUDSTACK-6158: Fix few changes
> [Marvin]: DeployDataCenter Enhancements
> ---------------------------------------
>
> Key: CLOUDSTACK-6158
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6158
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Automation, marvin
> Reporter: Santhosh Kumar Edukulla
> Assignee: Santhosh Kumar Edukulla
>
> Following are the issues with deploy data center:
> 1. There is no way to delete a data center created earlier. Added a new
> DeleteDataCenter Interface to delete the earlier created datacenter. If user
> wants to delete a datacenter created and recreate, deleting has to be manual
> earlier. With this change, he can delete a data center created earlier. It
> will be useful at many places for testing to destroy and recreate with new
> settings etc.
> 2. when deploy data center runs, it does not adequately verifies whether a
> given entry is created or not, it just continues. Added checks to see if an
> entry is not successful, it reports, dumps to log and exit gracefully.
> 3. DataCenter creation as Transaction : At any given point of time during
> deploy data center, if an issue happens half way through, earlier created
> entries were still available in CS, it wont clean up i.e., data center is
> half created, Again, if tried to recreate , the earlier existing entries
> wont allow to recreate. Now, data center works as transaction, either all
> entries are created as part of data center or none, added a clean up to
> delete the half created data center.
> 4. Export the created Data Center so that user can use it to further delete
> the data center with these exported entries etc.
>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)