summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove couple of deployment files from .gitignore fileValerii Ponomarov2019-02-071-2/+0
| | | | Change-Id: I67a6306fa6cd2b5c5c886efbdbdd5a7134b3225e
* Add end-to-end OCP 'deployment' functionalityValerii Ponomarov2019-02-071-1/+13
| | | | | | | | | | | | | | Add end-to-end deployment tool of OpenShift and OpenShift Container Storage on top of VMWare. Added code is modified version of the 'reference-architecture/vmware-ansible' dir from the following repo: https://github.com/vponomaryov/openshift-ansible-contrib Read 'deployment/README.rst' file for more details about the deployment tool. Change-Id: Ic96f252ff786cc1ecf24d27f0ec47e324131e41b
* Add 'functional' venv to tox configValerii Ponomarov2018-04-021-1/+6
| | | | | | | | | | | | | | | Now, it is possible to run the functional tests having all the dependencies installed in it with following command: $ tox -e functional -- glusto -c %config%.yaml --pytest='-v -s tests' Local 'cnslibs' package is installed in editable mode, it means that any changes to its files will be taken up by next run of tests using above tox venv command. Also, update '.gitignore' file ignoring more temp files. Change-Id: I3118489f4fb6e52e5e94705b68c18ea1783a18b6
* Add .gitignore fileValerii Ponomarov2018-02-151-0/+16
With the most popular temporary files that should not go to the source code. Change-Id: Ib5a28fdfa7f163f937b0f128815448cb5c5acce1