[openstack-dev] [Sahara] Working on DOC bug

2014-09-12 Thread Sharan Kumar M
Hi,

After digging a little into OpenStack basics, setting up devstack and
starting with sahara, I browsed the list of bugs on Launchpad. I saw a low
hanging fruit bug, which is a wishlist as well.
https://bugs.launchpad.net/sahara/+bug/1350063

But before I start, I would like to get some advice on how to get started
with it, any resources for this bug etc. Just to let you all know, I am new
to OpenStack and this would probably be the first patch I submit.

Thanks,
Sharan Kumar M
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Sahara] Working on DOC bug

2014-09-12 Thread Andrew Lazarev
Hi Sharan,

Sahara uses python clients to communicate with other components. So, you
can start with inspecting requirements.txt file on python-*
dependancies. Next, you need to understand what is really used and how.
Also, some components could be used indirectly via nova client (e.g.
security groups management).

For this particular bug I see that Heat component is not described. Sahara
can provision cluster using Heat if it is configured to use heat
infrastructure engine. Also Sahara uses neutron for floating IPs and
security groups management if openstack cluster uses neutron. Probably
adding description of these two services is enough to close bug.

Thanks,
Andrew.

On Fri, Sep 12, 2014 at 12:13 PM, Sharan Kumar M 
sharan.monikan...@gmail.com wrote:

 Hi,

 After digging a little into OpenStack basics, setting up devstack and
 starting with sahara, I browsed the list of bugs on Launchpad. I saw a low
 hanging fruit bug, which is a wishlist as well.
 https://bugs.launchpad.net/sahara/+bug/1350063

 But before I start, I would like to get some advice on how to get started
 with it, any resources for this bug etc. Just to let you all know, I am new
 to OpenStack and this would probably be the first patch I submit.

 Thanks,
 Sharan Kumar M

 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev