Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-09-02 Thread Jeremy Stanley
On 2015-09-01 15:45:22 -0700 (-0700), Vahid S Hashemian wrote: [...] > What is your advice on debugging a PyPi package? I'm modifying the code > for python-muranoclient and would like to be able to debug using eclipse > (in which I'm coding) or any other convenient means. There are possibly better

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-09-01 Thread Vahid S Hashemian
Hi Jeremy, Thanks for sharing these tips. What is your advice on debugging a PyPi package? I'm modifying the code for python-muranoclient and would like to be able to debug using eclipse (in which I'm coding) or any other convenient means. Regards, --Vahid Hashemian

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-27 Thread Jeremy Stanley
On 2015-08-27 13:55:16 -0700 (-0700), Vahid S Hashemian wrote: > Thank you for your response. What you suggested makes sense. Could > you please also confirm > > - Whether you push your work in progress to review.openstack.org > and go to the site and manually mark it as "work in progress" (so > r

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-27 Thread Vahid S Hashemian
Hi Jeremy, Thank you for your response. What you suggested makes sense. Could you please also confirm - Whether you push your work in progress to review.openstack.org and go to the site and manually mark it as "work in progress" (so reviewers don't assume it's ready for review)? - When you pul

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-27 Thread Jeremy Stanley
On 2015-08-27 12:14:29 -0700 (-0700), Vahid S Hashemian wrote: [...] > I have a development folder for murano under > /home/stack/workspace/murano. If the changes I make involve > multiple files I would have to remember each time what files were > changes to make sure I copy them over under /opt/st

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-27 Thread Vahid S Hashemian
Engineer, IBM Cloud Labs From: Victor Ryzhenkin To: Vahid S Hashemian/Silicon Valley/IBM@IBMUS, "OpenStack Development Mailing List (not for usage questions)" Date: 08/26/2015 06:15 PM Subject: Re: [openstack-dev] [Murano] Documentation on how to Start Contribut

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-26 Thread Victor Ryzhenkin
     "OpenStack Development Mailing List (not for usage questions)" Date:        08/26/2015 05:28 PM Subject:        Re: [openstack-dev] [Murano] Documentation on how to Start Contributing Wow! And changed the plugin.sh file back to original. However, with a cleaned devstack (./un

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-26 Thread Vahid S Hashemian
y Software Engineer, IBM Cloud Labs From: Victor Ryzhenkin To: Vahid S Hashemian/Silicon Valley/IBM@IBMUS Cc: "OpenStack Development Mailing List (not for usage questions)" Date: 08/26/2015 05:28 PM Subject: Re: [openstack-dev] [Murano] Documentation on how to Start

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-26 Thread Victor Ryzhenkin
tack Development Mailing List (not for usage questions)" Date:        08/25/2015 05:47 PM Subject:        Re: [openstack-dev] [Murano] Documentation on how to Start Contributing Hi, Vahid! - Modified /home/stack/workspace/murano/devstack/plugin.sh based on Gosha's suggestion and r

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-25 Thread Victor Ryzhenkin
tware Engineer, IBM Cloud Labs From:        Vahid S Hashemian/Silicon Valley/IBM@IBMUS To:        "OpenStack Development Mailing List \(not for usage questions\)" Date:        07/10/2015 04:02 PM Subject:        Re: [openstack-dev] [Murano] Documentation on how t

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-08-25 Thread Vahid S Hashemian
Re: [openstack-dev] [Murano] Documentation on how to Start Contributing Thanks Nikolay and Gosha. As Gosha mentioned I'd like to be able to integrate my local changes to Murano into my devstack installation. I figured for UI changes I can probably make the changes directly to th

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-07-10 Thread Vahid S Hashemian
Vahid Hashemian, Ph.D. Advisory Software Engineer, IBM Cloud Labs From: Georgy Okrokvertskhov To: "OpenStack Development Mailing List (not for usage questions)" Date: 07/10/2015 07:45 AM Subject: Re: [openstack-dev] [Murano] Documentation on how to Start Contributi

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-07-10 Thread Georgy Okrokvertskhov
Hi, If I understand correctly, you want to be able to install modified Murano from your own repository. There is a devstack integration script in Murano repository which does this. Here are lines where you can point to specific repository for Murano installation in devstack: https://github.com/ope

Re: [openstack-dev] [Murano] Documentation on how to Start Contributing

2015-07-09 Thread Nikolay Starodubtsev
Hi, Can you describe what problems do you have with "bring code changes into a live Devstack environment, and test them". If you want a real-time Q&A experience you can ask your questions at #murano on freenode. Nikolay Starodubtsev Software Engineer Mirantis Inc. Skype: dark_harlequine1 20

[openstack-dev] [Murano] Documentation on how to Start Contributing

2015-07-09 Thread Vahid S Hashemian
Hello, I am wondering if there is any documentation for new contributors that explains how to get up-to-speed with Murano development; something that covers how to bring code changes into a live Devstack environment, and test them. I've looked at the Murano documentation online and have not bee