fe310b194e
This removes references to the old att-comdev git repos, either updating to the openstack github mirror or deleting as appropriate. Old project name (UCP) references are left alone for now. Change-Id: I53b294a3c574fa0bca4037e5e00ad31d92f26977
30 lines
580 B
ReStructuredText
30 lines
580 B
ReStructuredText
Armada Plugin
|
|
=============
|
|
|
|
The armada plugin extends all the functionality of Armada to be used as a plugin with Helm.
|
|
|
|
Install Plugin
|
|
---------------
|
|
|
|
**Install directly from the repository**
|
|
|
|
::
|
|
|
|
helm plugin install https://github.com/openstack/airship-armada.git
|
|
|
|
**Clone and install locally**
|
|
|
|
::
|
|
|
|
git clone https://github.com/openstack/airship-armada.git ~/.helm/plugins/
|
|
helm plugin install ~/.helm/plugins/armada
|
|
|
|
Usage
|
|
------
|
|
|
|
**helm <Name> <action> [options]**
|
|
::
|
|
|
|
helm armada tiller --status
|
|
helm armada apply ~/.helm/plugins/armada/examples/simple.yaml
|