From 4f20d4c0dc47da196fae96e60ee9e63592e02331 Mon Sep 17 00:00:00 2001 From: Abel Lopez Date: Wed, 1 Mar 2017 10:31:23 -0800 Subject: [PATCH] Updated example file last week, openstack-helm renamed common to helm-toolkit Also updated README with easier virtualenv usage --- README.md | 7 ++++--- examples/armada.yaml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c5773d2b..74c72ddc 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,9 @@ The installation is fairly straight forward: ``` virtualenv --no-site-packages ~/armada-env - ~/armada-env/bin/pip install -r ./requirements.txt - ~/armada-env/bin/python ./setup.py install + source ~/armada-env/bin/activate + pip install -r ./requirements.txt + python ./setup.py install ``` To run armada, simply supply it with your YAML based intention for any number of charts: @@ -90,4 +91,4 @@ The helm gRPC libraries are located in the hapi directory. They were generated python -m grpc_tools.protoc -I helm/_proto --python_out=. --grpc_python_out=. helm/_proto/hapi/services/* python -m grpc_tools.protoc -I helm/_proto --python_out=. --grpc_python_out=. helm/_proto/hapi/release/* python -m grpc_tools.protoc -I helm/_proto --python_out=. --grpc_python_out=. helm/_proto/hapi/version/* -``` \ No newline at end of file +``` diff --git a/examples/armada.yaml b/examples/armada.yaml index 9e8777d6..879f6b12 100644 --- a/examples/armada.yaml +++ b/examples/armada.yaml @@ -20,7 +20,7 @@ armada: source: type: git location: git://github.com/att-comdev/openstack-helm - subpath: common + subpath: helm-toolkit reference: master dependencies: []