<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glusterfs-containers-tests.git/deployment/inventory/vsphere, branch master</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs-containers-tests.git/'/>
<entry>
<title>Delete 'deployment' dir as obsolete and not supported</title>
<updated>2019-12-20T18:45:18+00:00</updated>
<author>
<name>Valerii Ponomarov</name>
<email>vponomar@redhat.com</email>
</author>
<published>2019-12-20T18:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs-containers-tests.git/commit/?id=d28b637d972aa600ed15ef437e4cb59c53e0ca5e'/>
<id>d28b637d972aa600ed15ef437e4cb59c53e0ca5e</id>
<content type='text'>
'deployment' directory contains obsolete and unsupported
approach for deploying OpenShift and GlusterFS storage.
Separate deployment approach has already been used for significant
amount of time.
So, delete local 'directory' as it makes no sense to keep it.
Moreover, it may be confusing for people who may try it out
and see unpredictable errors.

Change-Id: Ibf353500bab59853f597304cb9c1990102c000ef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'deployment' directory contains obsolete and unsupported
approach for deploying OpenShift and GlusterFS storage.
Separate deployment approach has already been used for significant
amount of time.
So, delete local 'directory' as it makes no sense to keep it.
Moreover, it may be confusing for people who may try it out
and see unpredictable errors.

Change-Id: Ibf353500bab59853f597304cb9c1990102c000ef
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep8 errors in the files of the 'deployment' dir</title>
<updated>2019-09-03T12:29:24+00:00</updated>
<author>
<name>Valerii Ponomarov</name>
<email>vponomar@redhat.com</email>
</author>
<published>2019-08-30T13:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs-containers-tests.git/commit/?id=5c2f44b77449f47c5c9f437d580c2c6a73e27af0'/>
<id>5c2f44b77449f47c5c9f437d580c2c6a73e27af0</id>
<content type='text'>
Change-Id: I4b469969a041eaf4ccb6d95a59d6d2332c6c845c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4b469969a041eaf4ccb6d95a59d6d2332c6c845c
</pre>
</div>
</content>
</entry>
<entry>
<title>[Deployment] Fix vmware resource pool and folder module utils</title>
<updated>2019-03-04T16:48:48+00:00</updated>
<author>
<name>Valerii Ponomarov</name>
<email>vponomar@redhat.com</email>
</author>
<published>2019-03-04T16:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs-containers-tests.git/commit/?id=2193f97854b1203a48f5149a6c4efb6d3d002f8f'/>
<id>2193f97854b1203a48f5149a6c4efb6d3d002f8f</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep8 errors in the deployment py files</title>
<updated>2019-02-15T16:14:05+00:00</updated>
<author>
<name>Valerii Ponomarov</name>
<email>vponomar@redhat.com</email>
</author>
<published>2019-02-08T13:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs-containers-tests.git/commit/?id=2035d7e63e5e33d3e79c785d2fe625b0d2c3ac28'/>
<id>2035d7e63e5e33d3e79c785d2fe625b0d2c3ac28</id>
<content type='text'>
Change-Id: I5f25b1dfce5d3298295939f59c3ff435ae7c6d8a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5f25b1dfce5d3298295939f59c3ff435ae7c6d8a
</pre>
</div>
</content>
</entry>
<entry>
<title>Add end-to-end OCP 'deployment' functionality</title>
<updated>2019-02-06T21:06:02+00:00</updated>
<author>
<name>Valerii Ponomarov</name>
<email>vponomar@redhat.com</email>
</author>
<published>2019-02-06T20:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs-containers-tests.git/commit/?id=25fcd9c5aa4c360eff19ef08fc4e2bdff6147ffd'/>
<id>25fcd9c5aa4c360eff19ef08fc4e2bdff6147ffd</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
