Uh oh!
There was an error while loading. Please reload this page.
CloudStack Backup & Recovery Framework - #3553
Conversation
svenvogel
commented
Sep 11, 2019
@rhtyd small questions. which provider does this mean? Veeam? |
yadvr
commented
Sep 11, 2019
@svenvogel yes Veeam is a supported provider plugin |
50d084f to
0c1969aCompareThis introduces a new framework that provides CloudStack users the ability to backup their guest VMs for recovery purposes, in case they suffer a hardware or software issue with their instances or the underlying infrastructure. This framework allows CloudStack to be integrated with Backup and Recovery providers, as pluggable solutions. Each provider must implement the backup and recovery methods provided by the framework in their own way. Two B&R plugins ship with this change: - Veeam B&R: for VMware - Dummy: for testing purposes FS: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Backup+and+Recovery+Framework Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
68ac065 to
b75f35eCompareSigned-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
yadvr
commented
Feb 26, 2020
@blueorangutan package |
blueorangutan
commented
Feb 26, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Feb 26, 2020
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-950 |
yadvr
commented
Feb 26, 2020
@blueorangutan test |
blueorangutan
commented
Feb 26, 2020
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
yadvr
commented
Feb 26, 2020
@blueorangutan package |
blueorangutan
commented
Feb 26, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Feb 26, 2020
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-956 |
yadvr
commented
Feb 26, 2020
@blueorangutan test centos7 vmware-65u3 |
blueorangutan
commented
Feb 26, 2020
@rhtyd unsupported parameters provided. Supported mgmt server os are: |
yadvr
commented
Feb 26, 2020
@blueorangutan test centos7 vmware-67u3 |
blueorangutan
commented
Feb 26, 2020
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests |
blueorangutan
commented
Feb 26, 2020
Trillian test result (tid-1129)
|
blueorangutan
commented
Feb 27, 2020
Trillian test result (tid-1135)
|
DaanHoogland
commented
Feb 27, 2020
@blueorangutan test centos7 xenserver-71 |
blueorangutan
commented
Feb 27, 2020
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + xenserver-71) has been kicked to run smoke tests |
blueorangutan
commented
Feb 27, 2020
Trillian test result (tid-1141)
|
yadvr
commented
Feb 28, 2020
I see a new nic related error but I'm not sure it's due to B&R changes cc @DaanHoogland I'll kick test again |
blueorangutan
commented
Feb 28, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Feb 28, 2020
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-968 |
yadvr
commented
Feb 28, 2020
@blueorangutan test centos7 xenserver-71 |
blueorangutan
commented
Feb 28, 2020
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + xenserver-71) has been kicked to run smoke tests |
blueorangutan
commented
Feb 28, 2020
Trillian test result (tid-1145)
|
DaanHoogland
commented
Feb 28, 2020
i saw the nic error in #3847 (comment) as well, and it passed just now. I think we are good to merge, @PaulAngus ? |
DaanHoogland
left a comment
There was a problem hiding this comment.
code lgtm (even when this big)
Tested extensively as admin and normal user from UI and with API.
caveat: basic zones not tested because of #3031
This framework provides CloudStack users the ability to backup their guest VMs for recovery purposes, in case they suffer a hardware or software issue with their instances or the underlying infrastructure. This framework allows CloudStack to be integrated with Backup and Recovery providers, as pluggable solutions. Each provider should implement the backup and recovery methods provided by the framework in their own way.
FS: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Backup+and+Recovery+Framework
Doc: apache/cloudstack-documentation#85
Primate/UI: apache/cloudstack-primate#64
Types of changes