Skip to content
This repository was archived by the owner on Feb 22, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 795 Bytes

devops.asciidoc

File metadata and controls

23 lines (14 loc) · 795 Bytes

DevOps Challenges

Author

Keith Keller <[email protected]>

Revised

April, 2015

Deployment

Heavy deployment

Services currently use a full virtual machine

Difficult to allow developers to deploy their own mini-KBase for development purposes

For example, narrative can be deployed locally, but services that a local deployment depends on are much harder

Parallel deployment

We want to be able to deploy the next version of a module without disrupting the current version, then run tests against the new deployment, then promote the new version only if tests pass

Testing

Would like a process to populate dev environments with enough test data to be useful

Probably should be done by service developers?