<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-saharaclient.git/saharaclient/api/clusters.py, branch 0.17.0</title>
<subtitle>opendev.org: openstack/python-saharaclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/'/>
<entry>
<title>Add sorting ability to Python-saharaclient</title>
<updated>2016-08-04T10:44:06+00:00</updated>
<author>
<name>Mikhail Lelyakin</name>
<email>mlelyakin@mirantis.com</email>
</author>
<published>2016-08-04T09:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=f3b00004b01e5ad1e17ae82d91c72ea5bc9dd70c'/>
<id>f3b00004b01e5ad1e17ae82d91c72ea5bc9dd70c</id>
<content type='text'>
Now we are working on pagination and sorting ability
in Sahara API. This changes support work
with sorting abilities.

Change-Id: I824690f106bd81cc2ee949a65ba129c7ccf21d90
bp: pagination
Depends-on: Icb83422a516961acd7c1c20a88cb0bb816c6bc81
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now we are working on pagination and sorting ability
in Sahara API. This changes support work
with sorting abilities.

Change-Id: I824690f106bd81cc2ee949a65ba129c7ccf21d90
bp: pagination
Depends-on: Icb83422a516961acd7c1c20a88cb0bb816c6bc81
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pagination ability to Python-saharaclient</title>
<updated>2016-07-28T10:03:23+00:00</updated>
<author>
<name>Mikhail Lelyakin</name>
<email>mlelyakin@mirantis.com</email>
</author>
<published>2016-07-08T13:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=75c8db6d23f383f40b7b4ac3df28f683bcaaf68c'/>
<id>75c8db6d23f383f40b7b4ac3df28f683bcaaf68c</id>
<content type='text'>
Now we are working on pagination ability in Sahara API.
This changes support work with new abilities.

Change-Id: Idf96a82b0f49bd288eb3fd9bfa82f92074ea4e7c
bp: pagination
Depends-on: I50fa225361617e835c314e873035704b9fe811d0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now we are working on pagination ability in Sahara API.
This changes support work with new abilities.

Change-Id: Idf96a82b0f49bd288eb3fd9bfa82f92074ea4e7c
bp: pagination
Depends-on: I50fa225361617e835c314e873035704b9fe811d0
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "verifications impl for saharaclient"</title>
<updated>2016-02-24T09:23:21+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-02-24T09:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=0458a7691bdf57a569effef9043cdb2853900423'/>
<id>0458a7691bdf57a569effef9043cdb2853900423</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>verifications impl for saharaclient</title>
<updated>2016-02-10T21:13:58+00:00</updated>
<author>
<name>Vitaly Gridnev</name>
<email>vgridnev@mirantis.com</email>
</author>
<published>2016-01-29T12:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=2b253fd8fad1a998d3b6b64f514a56567f77c876'/>
<id>2b253fd8fad1a998d3b6b64f514a56567f77c876</id>
<content type='text'>
added method to verify cluster, also added
support in the new CLI.

Depends-On: I1b975c9a5e5241c660de66a04bf559fc8f960873
Implements blueprint: cluster-verification

Change-Id: I598753cbb33d7781b646e726ad8d614e924e4876
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added method to verify cluster, also added
support in the new CLI.

Depends-On: I1b975c9a5e5241c660de66a04bf559fc8f960873
Implements blueprint: cluster-verification

Change-Id: I598753cbb33d7781b646e726ad8d614e924e4876
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding ability to unset fields with update calls</title>
<updated>2016-01-29T12:02:17+00:00</updated>
<author>
<name>Andrey Pavlov</name>
<email>apavlov@mirantis.com</email>
</author>
<published>2016-01-26T11:39:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=adf19185c4e9bbd3d245a15cbccb37f56b7464c5'/>
<id>adf19185c4e9bbd3d245a15cbccb37f56b7464c5</id>
<content type='text'>
Adding a sentinel object that will be used as a default
value in update methods. This object will allow to
distinguish whether a field should be unset or should
not be updated.

Change-Id: Ie6679c8f64623e8570176b8009380b08de2be6a5
Closes-bug: #1534050
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding a sentinel object that will be used as a default
value in update methods. This object will allow to
distinguish whether a field should be unset or should
not be updated.

Change-Id: Ie6679c8f64623e8570176b8009380b08de2be6a5
Closes-bug: #1534050
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding autogenerated saharaclient API docs</title>
<updated>2015-11-12T16:20:02+00:00</updated>
<author>
<name>Andrey Pavlov</name>
<email>apavlov@mirantis.com</email>
</author>
<published>2015-11-12T16:20:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=8a5a16f1d6cde1fe22b5bc58ee4ea34d0f8faf72'/>
<id>8a5a16f1d6cde1fe22b5bc58ee4ea34d0f8faf72</id>
<content type='text'>
Saharaclient API docs now can be autogenerated, that
prevents them from manual update. Also docstrings
were added to describe some unclear parameters.

Change-Id: Ibf9fdf332c91cdfb18d6f8ec5429a39dc2862494
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Saharaclient API docs now can be autogenerated, that
prevents them from manual update. Also docstrings
were added to describe some unclear parameters.

Change-Id: Ibf9fdf332c91cdfb18d6f8ec5429a39dc2862494
</pre>
</div>
</content>
</entry>
<entry>
<title>Allowing for shares to be edited on an existing cluster</title>
<updated>2015-11-06T14:36:20+00:00</updated>
<author>
<name>Chad Roberts</name>
<email>croberts@redhat.com</email>
</author>
<published>2015-11-03T20:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=0ed4f10dfa7b0fb327c26dc3801ade00f3204480'/>
<id>0ed4f10dfa7b0fb327c26dc3801ade00f3204480</id>
<content type='text'>
Now allowing the shares parameter to be passed on
a cluster update call.  It is optional and defaults to
None.

Change-Id: I1a16bff7bd3d20a4253a66bedc86d8c1c72328a6
Partial-Implements: bp sahara-add-shares-to-clusters
Depends-On: I33971eb495c5a318ba17a4b3f98534b9e8776deb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now allowing the shares parameter to be passed on
a cluster update call.  It is optional and defaults to
None.

Change-Id: I1a16bff7bd3d20a4253a66bedc86d8c1c72328a6
Partial-Implements: bp sahara-add-shares-to-clusters
Depends-On: I33971eb495c5a318ba17a4b3f98534b9e8776deb
</pre>
</div>
</content>
</entry>
<entry>
<title>Support updates and ACL for objects</title>
<updated>2015-08-28T17:47:43+00:00</updated>
<author>
<name>Sergey Lukjanov</name>
<email>slukjanov@mirantis.com</email>
</author>
<published>2015-08-28T08:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=3b2bfbb8b98bedb431c49d6ce984d6ea0411190c'/>
<id>3b2bfbb8b98bedb431c49d6ce984d6ea0411190c</id>
<content type='text'>
It implements PATCH updates for clients, updates
support for all objects and is_public/is_protected
support. It's a combination of parts of the
follwing patches (squashed to make review and merge
gating easier and faster):

I3abc57b43d825d69129f9c0b2058d1e2a004c832
I0d1d892ce11c9a3b46c8583ed58f9131a0f915a3

Co-Authored-By: luhuichun &lt;huichun.lu@intel.com&gt;
Co-Authored-By: Andrey Pavlov &lt;apavlov@mirantis.com&gt;
Co-Authored-By: Vitaly Gridnev &lt;vgridnev@mirantis.com&gt;

Change-Id: I5a0156b7effc59ef3d183b0caacb6980c27f425c
Partially-Implements: blueprint api-for-objects-update
Partially-Implements: blueprint shared-protected-resources
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It implements PATCH updates for clients, updates
support for all objects and is_public/is_protected
support. It's a combination of parts of the
follwing patches (squashed to make review and merge
gating easier and faster):

I3abc57b43d825d69129f9c0b2058d1e2a004c832
I0d1d892ce11c9a3b46c8583ed58f9131a0f915a3

Co-Authored-By: luhuichun &lt;huichun.lu@intel.com&gt;
Co-Authored-By: Andrey Pavlov &lt;apavlov@mirantis.com&gt;
Co-Authored-By: Vitaly Gridnev &lt;vgridnev@mirantis.com&gt;

Change-Id: I5a0156b7effc59ef3d183b0caacb6980c27f425c
Partially-Implements: blueprint api-for-objects-update
Partially-Implements: blueprint shared-protected-resources
</pre>
</div>
</content>
</entry>
<entry>
<title>API to mount manila shares to clusters</title>
<updated>2015-08-07T14:29:20+00:00</updated>
<author>
<name>Ethan Gafford</name>
<email>egafford@redhat.com</email>
</author>
<published>2015-07-27T15:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=9155bd7d3fc301e84a11e7811d3bc93adc269b06'/>
<id>9155bd7d3fc301e84a11e7811d3bc93adc269b06</id>
<content type='text'>
Manually mounting shares to every node in a large cluster would be a tedious
and error-prone process. Auto-mounting shares that are requested for use in
either the data source or binary storage case might be feasible for some use
cases. However, outside of our (optional) EDP interface this functionality
would never be usable. As such, it is best to provide the user an API for
mounting of shares onto Sahara clusters.

Change-Id: Ib897d3fefaea146150963e25fbaaec80e197ca36
Implements: blueprint mount-share-api
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Manually mounting shares to every node in a large cluster would be a tedious
and error-prone process. Auto-mounting shares that are requested for use in
either the data source or binary storage case might be feasible for some use
cases. However, outside of our (optional) EDP interface this functionality
would never be usable. As such, it is best to provide the user an API for
mounting of shares onto Sahara clusters.

Change-Id: Ib897d3fefaea146150963e25fbaaec80e197ca36
Implements: blueprint mount-share-api
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support of use_autoconfig field</title>
<updated>2015-08-04T18:51:51+00:00</updated>
<author>
<name>Vitaly Gridnev</name>
<email>vgridnev@mirantis.com</email>
</author>
<published>2015-06-18T14:42:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=abd01a0bd3dc7aba73d35520c7061adbaee445b8'/>
<id>abd01a0bd3dc7aba73d35520c7061adbaee445b8</id>
<content type='text'>
This change will allow switch off autoconfiguration, when it's needed.

Partial-Implements blueprint: recommend-configuration

Change-Id: Iaf546262a68b74d9463c476097f0d5596cc38f96
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change will allow switch off autoconfiguration, when it's needed.

Partial-Implements blueprint: recommend-configuration

Change-Id: Iaf546262a68b74d9463c476097f0d5596cc38f96
</pre>
</div>
</content>
</entry>
</feed>
