From 25fcd9c5aa4c360eff19ef08fc4e2bdff6147ffd Mon Sep 17 00:00:00 2001 From: Valerii Ponomarov Date: Thu, 7 Feb 2019 02:08:23 +0530 Subject: Add end-to-end OCP 'deployment' functionality 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 --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 68398d68..4554b6f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Virtual environment related stuff .tox/* +deployment/.tox/* # Log files *.log @@ -15,7 +16,18 @@ # Development environment files .project .pydevproject +.idea +.vagrant +*.komodoproject -# Cache files +# Cache and temp files .cache .pytest_cache +*~ + +# Deplyoment tool related files +add-node.json +infrastructure.json +cns-automation-config*.yaml +ocp-on-vmware*.ini* +*.retry -- cgit