summaryrefslogtreecommitdiffstats
path: root/deployment/inventory
Commit message (Collapse)AuthorAgeFilesLines
* Fix pep8 errors in the files of the 'deployment' dirValerii Ponomarov2019-09-031-6/+6
| | | | Change-Id: I4b469969a041eaf4ccb6d95a59d6d2332c6c845c
* [Deployment] Fix vmware resource pool and folder module utilsValerii Ponomarov2019-03-041-2/+2
| | | | | | | | | | | | | | Following modules: - deployment/playbooks/library/vmware_folder.py - deployment/playbooks/library/vmware_resource_pool.py Were broken by '2035d7e6' commit with pep8 fixes. It was broken due to the change of the import module logic which led to the absence of required modules imports. So, fix it by using 'expected' import approach - importing functions directly, not modules. Change-Id: Ib1f9db410a8aa0171fea0e7017e29148167baf65
* Fix pep8 errors in the deployment py filesValerii Ponomarov2019-02-151-110/+85
| | | | Change-Id: I5f25b1dfce5d3298295939f59c3ff435ae7c6d8a
* Add end-to-end OCP 'deployment' functionalityValerii Ponomarov2019-02-072-0/+663
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