cityindex-attic / logsearch

[unmaintained] A development environment for ELK
Apache License 2.0
24 stars 8 forks source link

Ensure cluster recovery/resilience #115

Closed sopel closed 11 years ago

sopel commented 11 years ago

This mirrors https://github.com/cityindex/logsearch-on-aws/issues/5 and is a technical story comprised of various sub-tasks, which are going to be differentiated depending on whether they are required (current milestone) or optional (next milestone).

Required

The following tasks have been identified so far, more should be added as encountered (and all should be detailed via dedicated issues for separation of concerns and ease of documentation):

  1. Verify cluster can be created via CloudFormation in every region, see #116 for details
  2. Verify all cluster preconditions are documented, see #117 for details
  3. Verify cluster can be started with backup data set, see #118 for details
  4. Verify cluster can be updated via CloudFormation, see #119 for details

    Optional

  5. Add handling of optional components to CloudFormation template, see #120 for details
  6. Deploy cluster via Jenkins job, see #24 for details
  7. Verify running cluster via (simple) integration tests, see #121 for details
sopel commented 11 years ago

@dpb587 - I'm probably missing quite some aspects still, but it should get us started at least, please correct/amend as you see fit (will do so as well as we go),

sopel commented 11 years ago

Considered Done due to all required tasks being completed and the optional ones either frozen or in progress already.