An orchestrator for managing a collection of Kubernetes Helm charts.
Go to file
Omar Rivera 498cf6c98f Fix oslo_config and oslo_log configurations
* Ensure that configurations are done via the global `cfg` object
* Ensure that the logger is configure through the global object
* Upload a configuration sample file with DEFAULT section having
  the armada.conf and oslo_log namespace
2017-08-07 21:43:32 -05:00
.github [bug] fixing-chart-diff-check 2017-04-27 08:54:09 -05:00
armada Fix oslo_config and oslo_log configurations 2017-08-07 21:43:32 -05:00
docs/source update volume mount in docs to account for container user change & fix helm typo 2017-08-03 11:24:16 -05:00
etc/armada Fix oslo_config and oslo_log configurations 2017-08-07 21:43:32 -05:00
examples Fix oslo_config and oslo_log configurations 2017-08-07 21:43:32 -05:00
hapi Fixes bug where tiller always passes 'wait' 2017-07-11 14:33:14 -05:00
tools Use COPY instead of git clone 2017-07-26 09:14:25 -05:00
.dockerignore Use COPY instead of git clone 2017-07-26 09:14:25 -05:00
.editorconfig [feature] restructure-clean-up-project 2017-06-12 09:06:17 -05:00
.gitignore [feature] Adds setup for Armada configuration file 2017-06-22 10:59:39 -05:00
.travis.yml [Bug] Adds required Oslo configuration to API and unit tests 2017-06-28 18:03:27 -05:00
CODE_OF_CONDUCT.rst testing-utils-lib 2017-06-28 12:47:26 -05:00
Dockerfile Dockerfile cleanup 2017-08-03 11:24:16 -05:00
LICENSE Initial commit 2017-02-07 16:14:49 -08:00
OWNERS [Feature] [Docs] owners-list-and-issue-standards 2017-02-15 09:26:24 -06:00
README.rst update volume mount in docs to account for container user change & fix helm typo 2017-08-03 11:24:16 -05:00
entrypoint.sh Dockerfile cleanup 2017-08-03 11:24:16 -05:00
requirements.txt [Feat] Add API support for core features 2017-07-22 17:06:32 -05:00
setup.cfg Fix oslo_config and oslo_log configurations 2017-08-07 21:43:32 -05:00
setup.py [feature] restructure-clean-up-project 2017-06-12 09:06:17 -05:00
test-requirements.txt [Bug] Adds required Oslo configuration to API and unit tests 2017-06-28 18:03:27 -05:00
tox.ini [feat] adding standard armada manifest 2017-07-26 14:44:05 -05:00

README.rst

Armada

Docker Repository on Quay Build Status Doc Status

Armada is a tool for managing multiple helm charts with dependencies by centralizing all configurations in a single Armada yaml and providing lifecycle hooks for all helm releases.

Roadmap

Detailed roadmap can be viewed here

Issues can be reported here

Installation

docker run -d --net host -p 8000:8000 --name armada -v ~/.kube/config:/armada/.kube/config -v $(pwd)/examples/:/examples quay.io/attcomdev/armada:latest

Using armada docs

Getting Started

Get started guide can be found in our docs

Usage

Before using armada we need to check a few things:

  1. you have a properly configure ~/.kube/config
    • kubectl config view
    • If it does not exist, you can create it using kubectl
  2. Check that you have a running Tiller
    • kubectl get pods -n kube-system

To run armada, simply supply it with your YAML based intention for any number of charts:

$ armada apply examples/openstack-helm.yaml [--debug-loggging ]

Your output will look something like this:

$ armada apply examples/openstack-helm.yaml 2017-02-10 09:42:36,753
  armada INFO Cloning git: