| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I67a6306fa6cd2b5c5c886efbdbdd5a7134b3225e
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
With the most popular temporary files that should not go
to the source code.
Change-Id: Ib5a28fdfa7f163f937b0f128815448cb5c5acce1
|