Update example .yaml file in README

-Change file name from `example/armada.yaml` to `example/openstack-helm.yaml`
-Change location of libgit2.sh script from `scripts/` to `tools/` in README
-Correct the spelling of the `armada` command in README
-Change the tox.ini file to reflect the current location of the libgit2.sh script
This commit is contained in:
Tim Heyer 2017-06-13 15:08:41 +00:00 committed by Alexis Rivera DeLa Torre
parent d8a1a32b0d
commit cb9a886983
2 changed files with 4 additions and 4 deletions

View File

@ -67,7 +67,7 @@ Installing Dependecies:
you can run:
- ``tox testenv:ubuntu`` or ``sudo sh scripts/libgit2.sh``
- ``tox testenv:ubuntu`` or ``sudo sh tools/libgit2.sh``
- ``sudo pip install -r requirements.txt``
NOTE: If you want to use virtualenv please refer to `pygit2`_
@ -98,13 +98,13 @@ number of charts:
::
$ aramda apply examples/armada.yaml [--debug ]
$ armada apply examples/openstack-helm.yaml [--debug ]
Your output will look something like this:
::
$ armada apply examples/armada.yaml 2017-02-10 09:42:36,753
$ armada apply examples/openstack-helm.yaml 2017-02-10 09:42:36,753
armada INFO Cloning git:
.. _pygit2: http://www.pygit2.org/install.html#libgit2-within-a-virtual-environment

View File

@ -10,7 +10,7 @@ setenv=
[testenv:ubuntu]
commands =
sh {toxinidir}/scripts/libgit2.sh
sh {toxinidir}/tools/libgit2.sh
[testenv:docs]
commands = python setup.py build_sphinx