redhat-cop / openshift-toolkit

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

Add etcd-procedures repository #7

Closed makentenza closed 6 years ago

makentenza commented 7 years ago

What is this PR About?

Resources to operate an etcd Cluster for Openshift. This repository will contain different documents and playbooks to operate etcd. This PR is covering the first procedure, scale up an etcd Cluster. A document with detailed steps is provided and a playbook is included as well in order to automate the process.

How do we test this?

Manual steps: Follow instructions from docs/README.md Automatic playbook: Follow instructions from playbooks/README.md

cc: @redhat-cop/openshift-toolkit

makentenza commented 7 years ago

@etsauer The case is that this repository will contain at least the following procedures:

Is the same info you can see in the README.adoc for the repository. That's why the initial name come to my mind was "procedures". If you think it does make more sense to create separate repositories for each Procedure we could discuss it, but in this particular case I'm not really sure if it does, as from an automation point of view we will reuse Ansible playbooks/roles and these will be duplicated in different repositories, so maintain that would be more difficult.

etsauer commented 7 years ago

@makentenza looks like you need to rebase your branch.

makentenza commented 7 years ago

@etsauer this is now solved. PTAL