summaryrefslogtreecommitdiffstats
path: root/deployment
Commit message (Collapse)AuthorAgeFilesLines
* Fix pep8 errors in the deployment py filesValerii Ponomarov2019-02-156-357/+361
| | | | Change-Id: I5f25b1dfce5d3298295939f59c3ff435ae7c6d8a
* [Deployment] Remove 'ignore_errors' flag from required stepsValerii Ponomarov2019-02-141-1/+0
| | | | | | | | For the moment, if subscription manager fails, we continue deployment, but it is mistake. We just spend redundant time before we try to install anything. Change-Id: Ib95c00a3c605b98f3cd6b7998d4b482533a5d491
* [Deployment] Fix int-str concatenation in add-node.py fileValerii Ponomarov2019-02-131-2/+2
| | | | Change-Id: I51056965a55f73b0cb4b7dac8f1d4234f2f66528
* Install correct heketi-client version on master nodesValerii Ponomarov2019-02-123-18/+67
| | | | | | | | | | Before, we were installing latest heketi-client version on master nodes. But, in case we install old OCS/CNS we may end up with false impression that we have new features, when it is not so. So, read heketi-client package version from Heketi POD and install exactly the same version on the master nodes. Change-Id: Ic4e9edd7f6ef614d28c061712473aaf9b9f652e2
* Add two missing deployment filesValerii Ponomarov2019-02-072-0/+204
| | | | | | These two files were missed due to improper .gitignore file data. Change-Id: I49f396c1c1d37fcbd4257bf35aaee75f41b099bc
* Add end-to-end OCP 'deployment' functionalityValerii Ponomarov2019-02-0774-0/+5659
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