Re: [openstack-dev] [Murano] Help needed with TOSCA support in Murano

2015-06-03 Thread Vahid S Hashemian
undefined __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Murano] Help needed with TOSCA support in Murano

2015-06-03 Thread Vahid S Hashemian
Thanks Gosha. That's right. I have been using HOT based applications. I have not used workflows before and need to dig into them. If you have any pointers on how to go about workflows please share them with me. Thanks. Regards,

Re: [openstack-dev] [Murano] Help needed with TOSCA support in Murano

2015-06-08 Thread Vahid S Hashemian
Hi Serg, Thank you for your feedback. I'll start working on the spec. Regards, - Vahid Hashemian, Ph.D. Advisory Software Engineer, IBM Cloud Labs

[openstack-dev] [Murano] Help needed with TOSCA support in Murano

2015-06-02 Thread Vahid S Hashemian
Hi Serg, As I mentioned in my earlier email to you I am interested in participating in this effort. I am a Heat-Translator contributor and have started looking at how the integration may work (at a higher level for now). I'll send my thoughts on that shortly. Thanks. Regards,

[openstack-dev] [Murano] Help needed with TOSCA support in Murano

2015-06-02 Thread Vahid S Hashemian
In other words, can a new component that is being to an environment have dependency on the existing ones? If so, how does that defined? For example, going back to your example of a multi-tier application, if I initially have PostgreDB in my environment, and later add Tomcat, how do I tell

[openstack-dev] [Murano] Help needed with TOSCA support in Murano

2015-06-02 Thread Vahid S Hashemian
Hi Gosha, Thank you very much for your message. Before I can answer your question I would need to better understand how Murano handles life-cycle operations that you mentioned. I hope you can bear with me with these questions or point me to documents that I need to read. When I deploy an

Re: [openstack-dev] [Murano] Help needed with TOSCA support in Murano

2015-06-04 Thread Vahid S Hashemian
undefined __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Murano] Help needed with TOSCA support in Murano

2015-06-04 Thread Vahid S Hashemian
undefined __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Murano] Help needed with TOSCA support in Murano

2015-06-04 Thread Vahid S Hashemian
%20murano-agent) Thanks Gosha On Wed, Jun 3, 2015 at 2:21 PM, Vahid S Hashemian vahidhashem...@us.ibm.com wrote: Thanks Gosha. That's right. I have been using HOT based applications. I have not used workflows before and need to dig into them. If you have any pointers on how to go about workflows please

Re: [openstack-dev] [Murano] Help needed with TOSCA support in Murano

2015-06-04 Thread Vahid S Hashemian
undefined __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Murano] Help needed with TOSCA support in Murano

2015-06-04 Thread Vahid S Hashemian
ike Tomcat and Postgre. How we can combine them together? Thanks Gosha On Tue, Jun 2, 2015 at 12:14 PM, Vahid S Hashemian vahidhashem...@us.ibm.com wrote: This is my what I have so far. Would love to hear feedback on it. Thank

Re: [openstack-dev] [Murano] Help needed with TOSCA support in Murano

2015-06-04 Thread Vahid S Hashemian
undefined __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [Murano] Help needed with TOSCA support in Murano

2015-06-04 Thread Vahid S Hashemian
Hi Serg, Sorry, I seem to be having issues sending messages to the mailing list. Thanks for your message. I can work on the blueprint spec. Just trying to get a good picture of related Murano processes and where the connection points to Heat-Translator should be. And I agreed with your comment

Re: [openstack-dev] [Murano] Help needed with TOSCA support in Murano

2015-06-03 Thread Vahid S Hashemian
Hi Gosha, Thanks again for your time. I seem to be observing a different behavior in my environment. Here is the experiment I ran: 1. Created environment env. No stack yet. 2. Added a component to env. No stack yet. 3. Deployed env. Two stacks are created: template for

[openstack-dev] [Murano] Does Murano support nested HOT templates?

2015-06-10 Thread Vahid S Hashemian
Just wondering if Murano supports nested templates. For example, the autoscaling template at https://github.com/openstack/heat-templates/blob/master/hot/autoscaling.yaml references the template at https://github.com/openstack/heat-templates/blob/master/hot/lb_server.yaml. When I create the

[openstack-dev] [murano] Questions on creating and importing HOT packages

2015-08-07 Thread Vahid S Hashemian
Hello, These two subjects have probably been discussed already, but I couldn't find any info on them, so very much appreciate if someone could clarify. Why is the HOT template that is fed to package-create command renamed to template.yaml? Any issue with keeping the original name? Why HOT

[openstack-dev] [Murano] py26 support in python-muranoclient

2015-10-08 Thread Vahid S Hashemian
Hello, I am wondering if there is any near-term plan for removing the py26 support from the client project (python-muranoclient). For the tosca support blueprint python-muranoclient will become dependent on tosca-parser project and expect tosca-parser to support py26 (it currently does not

Re: [openstack-dev] [Murano] py26 support in python-muranoclient

2015-10-09 Thread Vahid S Hashemian
Serg, Jeremy, Thank you for your response, so the issue I ran into with my patch is the gate job failing on python26. You can see it here: https://review.openstack.org/#/c/232271/ Serg suggested that we add 2.6 support to tosca-parser, which is fine with us. But I got a bit confused after

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

2015-07-10 Thread Vahid S Hashemian
Vahid S Hashemian vahidhashem...@us.ibm.com: 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

[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

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

2015-08-27 Thread Vahid S Hashemian
Engineer, IBM Cloud Labs From: Victor Ryzhenkin vryzhen...@mirantis.com To: Vahid S Hashemian/Silicon Valley/IBM@IBMUS, OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Date: 08/26/2015 06:15 PM Subject:Re: [openstack-dev] [Murano

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 pull

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

2015-08-26 Thread Vahid S Hashemian
Engineer, IBM Cloud Labs From: Victor Ryzhenkin vryzhen...@mirantis.com To: Vahid S Hashemian/Silicon Valley/IBM@IBMUS Cc: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Date: 08/26/2015 05:28 PM Subject:Re: [openstack-dev] [Murano

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

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

2015-08-25 Thread Vahid S Hashemian
, - Vahid Hashemian, Ph.D. Advisory Software Engineer, IBM Cloud Labs From: Vahid S Hashemian/Silicon Valley/IBM@IBMUS To: OpenStack Development Mailing List \(not for usage questions\) openstack-dev@lists.openstack.org Date: 07/10/2015 04:02 PM

Re: [openstack-dev] [Murano] 'NoMatchingFunctionException: No function "#operator_." matches supplied arguments' error when adding an application to an environment

2015-12-01 Thread Vahid S Hashemian
Thanks Stan. It makes sense now. I was able to see the yaml in the database, but I agree that the cached file extension should change to avoid confusion. I appreciate your thorough response. Regards, --Vahid From: Stan Lagun To: "OpenStack Development Mailing List

[openstack-dev] [Murano] How to debug a failed deployment?

2015-12-02 Thread Vahid S Hashemian
Hello, I am trying to deploy a hello world HOT package in murano but the deployment runs forever and does not stop (does not succeed or fail). Stan advised me to modify the config setting below to set a timeout: # Time for waiting for a response from murano agent during the # deployment

Re: [openstack-dev] [Murano] How to debug a failed deployment?

2015-12-08 Thread Vahid S Hashemian
Hi Kate, You were right. The bug I referred to does not block the engine. So when I looked at the engine log, this is what I see after trying to deploy an environment with the HOT package I attached in my earlier message: http://paste.openstack.org/show/481260/ I looked up the error message

Re: [openstack-dev] [Murano] How to debug a failed deployment?

2015-12-07 Thread Vahid S Hashemian
Hi Stan, Not sure how I can enable murano engine log. Anyway, you were right that murano engine was not running. I started it and am now hitting this bug: https://bugs.launchpad.net/murano/+bug/1521087 I guess I'll have to wait until the fix is released. Thanks. Regards, --Vahid

Re: [openstack-dev] [Murano] How to debug a failed deployment?

2015-12-11 Thread Vahid S Hashemian
Hi Nikolay, Is there further information I could provide about the bug? Thanks. --Vahid __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

[openstack-dev] [Murano] 'NoMatchingFunctionException: No function "#operator_." matches supplied arguments' error when adding an application to an environment

2015-11-24 Thread Vahid S Hashemian
Hi, I am working on the TOSCA CSAR plugin for murano and so far am able to successfully import an application definition archive of my CSAR example to murano. However, when I try to add the imported application to an environment I get this error from Murano Dashboard:

Re: [openstack-dev] [Murano] 'NoMatchingFunctionException: No function "#operator_." matches supplied arguments' error when adding an application to an environment

2015-11-26 Thread Vahid S Hashemian
Thanks Stan for the pointer. I removed the line that referred to the 'name' property and now my application is added to the environment without any errors. However, what I see in ui.yaml still doesn't look like YAML. I'm attaching samples again. Even for HOT packages the content is not YAML.

Re: [openstack-dev] [Murano] 'NoMatchingFunctionException: No function "#operator_." matches supplied arguments' error when adding an application to an environment

2015-11-25 Thread Vahid S Hashemian
hat's the problem. > You can also create a bug that it's not obvious which expression is failed. > > > Also, make sure that you have valid YAQL version installed (should correspond to the version in requirements.txt) > And you can ask for help in #murano channel. > > Regards, &

[openstack-dev] [murano] Plugin installation issue

2016-01-11 Thread Vahid S Hashemian
Hello, I have been scratching my head at this issue for a couple of days without any success. Here's the issue: I try to install my plugin (can be found here as WIP) using this command: pip install -e contrib/plugins/murano_heat-translator_plugin/ The installer runs and reports that