summaryrefslogtreecommitdiffstats
path: root/deployment/ocp-on-vmware.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix pep8 errors in the files of the 'deployment' dirValerii Ponomarov2019-09-031-3/+3
| | | | Change-Id: I4b469969a041eaf4ccb6d95a59d6d2332c6c845c
* [Deployment] Fix compatibility check for image tag and RPM repo versionsValerii Ponomarov2019-05-241-1/+1
| | | | Change-Id: I19d737f8cfef569897ec6ece1389c1849538e0df
* [Deployment] Fix OCP3.6 and 3.7 installationValerii Ponomarov2019-04-041-8/+10
| | | | | | | | | | | | | | | | | | | By doing following changes: - Fix the deployment logic using separate set of vars for installation of OCP3.6 and 3.7, which were broken by the too new config options, which started being supported only since OCP3.9. - Add waiters for oc services after nodes reboot. - Do not update docker for OCP3.6 and 3.7 versions. Because, docker version should be fixed for it. - Add all cluster nodes to the 'OSEv3' Ansible host group, because it is required in some places. - Do not specify 'openshift_use_crio' option for all OCP versions except OCP3.11 for 2 reasons: -- It is supported only for this OCP version -- Other versions try to run some CRI-O plays just having this option defined. In other words - avoid bugs. Change-Id: I7ab3db30a828f0e965c907282a54b2ae9aead00a
* [Deployment] Add CRI-O supportValerii Ponomarov2019-03-181-0/+12
| | | | | | | | | | To enable or disable CRI-O just define following option: openshift_use_crio = true/false In the "ocp-on-vmware.ini" config file. Change-Id: Ibd3843d8aa13bfacb0d927142786dc5599e65315
* Fix pep8 errors in the deployment py filesValerii Ponomarov2019-02-151-54/+54
| | | | Change-Id: I5f25b1dfce5d3298295939f59c3ff435ae7c6d8a
* Add end-to-end OCP 'deployment' functionalityValerii Ponomarov2019-02-071-0/+463
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