Updated example file

last week, openstack-helm renamed common to helm-toolkit

Also updated README with easier virtualenv usage
This commit is contained in:
Abel Lopez 2017-03-01 10:31:23 -08:00
parent 9c02fcfc28
commit 4f20d4c0dc
No known key found for this signature in database
GPG Key ID: 019BA3843E46A731
2 changed files with 5 additions and 4 deletions

View File

@ -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/*
```
```

View File

@ -20,7 +20,7 @@ armada:
source:
type: git
location: git://github.com/att-comdev/openstack-helm
subpath: common
subpath: helm-toolkit
reference: master
dependencies: []