4b3d843f04e860d5b2aa594bd6d9fb201dcb9e02
This PS sets the foundation for unskipping Armada API unit tests by making necessary framework changes where necessary as well as test refactoring so that the tests not only can be unskipped but also execute successfully. However, until a feature-rich testing framework is in place, it's not possible to do end-to-end testing as mocking is currently used to stub out Tiller API. Negative RBAC tests will be added in a follow-up. Included in this PS: - policy fixture for asserting that expected policies are enforced - unit tests for tiller/armada API - test_utils module Change-Id: I2f454b27b014875bc35fd706f7c0d05364ce562a
Armada
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 on GitHub
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:latestUsing armada docs <http://armada-helm.readthedocs.io/en/latest/operations/ guide-use-armada.html>
Getting Started
Get started guide can be found in our Getting Started docs <http://armada-helm.readthedocs.io/en/latest/ readme.html#getting-started>
Usage
Before using armada we need to check a few things:
- you have a properly configure
~/.kube/configkubectl config view- If it does not exist, you can create it using kubectl
- 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:
Description
Languages
Python
97%
Shell
1.7%
Makefile
1.3%