redhat-cop / openshift-toolkit

A collection of code samples to help you get started with OpenShift
Apache License 2.0
234 stars 150 forks source link

new playbook to backup masters etcd and nodes #58

Open dzungdo opened 5 years ago

dzungdo commented 5 years ago

Following the Day-2 operation guide, I created different tasks to backup etcd, masters, and nodes config, along with a task to send backup to AWS S3 bucket.

etsauer commented 5 years ago

@dzungdo could this solution potentially replace some of the others in this directory? I looks like we have several different ways to automate the same activity, and i think it would be nice to attempt to converge on one.

@huddlesj @oybed @bbeaudoin @themoosman what do you guys think?

dzungdo commented 5 years ago

@etsauer I don't know which version of OCP the scripts were for so I am in no position to decide. But for the ansible playbooks and roles, I wrote that for a customer by followed the process outlined in the day-2 operation guide. Will probably make to it to work for 3.11 as soon as I get a stable 3.11 install.