Thursday, 2014-08-28

*** ankurrr has quit IRC01:44
*** openstackgerrit has quit IRC02:02
*** openstackgerrit has joined #murano02:02
*** killer_prince is now known as lazy_prince02:46
*** drupalmonkey has quit IRC04:32
*** lazy_prince is now known as killer_prince04:49
openstackgerritGeorgy Okrokvertskhov proposed a change to stackforge/murano: Add description to action method  https://review.openstack.org/11163904:56
*** asalkeld has quit IRC05:19
*** asalkeld has joined #murano05:37
*** k4n0 has joined #murano06:03
*** sab has joined #murano06:13
*** killer_prince is now known as lazy_prince06:33
openstackgerritA change was merged to stackforge/murano-dashboard: Rename 'Configuring' state to 'Ready to deploy'  https://review.openstack.org/11727006:38
openstackgerritEkaterina Chernova proposed a change to stackforge/murano: Enable H202, H402, H404 rules  https://review.openstack.org/11660006:42
openstackgerritEkaterina Chernova proposed a change to stackforge/murano-agent: Run tests with testrepository  https://review.openstack.org/11660206:43
openstackgerritEkaterina Chernova proposed a change to stackforge/murano-agent: Enable H301, H302, H304, H306, H231, H233  https://review.openstack.org/11661107:06
openstackgerritEkaterina Chernova proposed a change to stackforge/murano-agent: Update testenv section in tox.ini  https://review.openstack.org/11660207:06
*** romainh has joined #murano07:06
openstackgerritEkaterina Chernova proposed a change to stackforge/murano-agent: Handle version information  https://review.openstack.org/11664907:06
*** stanlagun has joined #murano07:26
*** asalkeld has quit IRC07:51
*** asalkeld has joined #murano08:05
*** sjmc7 has quit IRC08:20
*** asalkeld has quit IRC08:45
*** asalkeld has joined #murano08:58
*** DaveJ__ has joined #murano09:20
openstackgerritTimur Sufiev proposed a change to stackforge/murano-dashboard: Initial implementation of Actions UI  https://review.openstack.org/9936009:38
*** romainh has quit IRC10:22
openstackgerritA change was merged to stackforge/murano: Adds REST API endpoint for action execution  https://review.openstack.org/9944910:36
openstackgerritDmitry Teselkin proposed a change to stackforge/murano-deployment: Update devstack config  https://review.openstack.org/11748811:49
openstackgerritTimur Sufiev proposed a change to stackforge/python-muranoclient: Provide method for calling action in an environment  https://review.openstack.org/9950211:56
*** romainh has joined #murano11:58
*** sab has quit IRC12:13
*** lazy_prince is now known as killer_prince12:20
*** asalkeld has quit IRC12:49
openstackgerritDmitry Teselkin proposed a change to stackforge/murano-deployment: Update devstack config  https://review.openstack.org/11748813:02
*** k4n0 has quit IRC13:10
openstackgerritDmitry Teselkin proposed a change to stackforge/murano-deployment: Update devstack config  https://review.openstack.org/11748813:11
*** btully has quit IRC13:39
*** gokrokve has joined #murano14:00
*** btully has joined #murano14:05
openstackgerritDmitry Teselkin proposed a change to stackforge/murano-deployment: Update devstack config  https://review.openstack.org/11748814:16
*** killer_prince is now known as lazy_prince14:22
*** tnurlygayanov has quit IRC14:42
*** drupalmonkey has joined #murano14:48
*** sab_ has joined #murano14:48
*** sjmc7 has joined #murano14:57
*** romainh has quit IRC15:04
*** romainh has joined #murano15:22
*** romainh has left #murano15:22
*** sab_ has quit IRC15:29
openstackgerritSteve McLellan proposed a change to stackforge/murano: Don't treat stack missing as failure during delete  https://review.openstack.org/11735315:38
*** gokrokve_ has joined #murano15:38
*** gokrokve has quit IRC15:41
*** sab_ has joined #murano15:58
*** lazy_prince is now known as killer_prince16:00
*** Murali has joined #murano16:01
openstackgerritDmitry Teselkin proposed a change to stackforge/murano-deployment: Update devstack config  https://review.openstack.org/11748816:13
openstackgerritDmitry Teselkin proposed a change to stackforge/murano-deployment: Update devstack config  https://review.openstack.org/11748816:15
*** gokrokve has joined #murano16:33
*** gokrokve_ has quit IRC16:36
*** drupalmonkey has quit IRC16:37
*** gokrokve has quit IRC16:37
*** gokrokve has joined #murano16:38
*** ankurrr has joined #murano16:39
*** sab_ has quit IRC16:40
ankurrrstanlagun: I had a question about concatenating strings in muranoPL.  I have an application class that has a property with the following contract:16:42
ankurrr  dbName:16:42
ankurrr    Contract: $.string().notNull()16:42
*** drupalmonkey has joined #murano16:42
stanlagun?16:42
ankurrrstanlagun: however, if I try to concatenate it with another string, $.dbName gets interpreted literally.  (i.e., $mystring: 'abc ' + $.dbName      gives me     'abc $.dbName')16:43
*** gokrokve has quit IRC16:43
ankurrrhowever, in the same application class, I'm able to pass $.dbName as an input to a heat template, and it works as expected.16:43
stanlagunankurrr: can you copy-paste this code to paste.openstack.org16:44
stanlagun?16:44
ankurrrsure, one minute16:45
ankurrrstanlagun: at the very bottom: http://paste.openstack.org/show/101842/16:50
stanlagunwhat line?16:52
ankurrrstanlagun: line 15416:52
ankurrri tried using format and .format with placeholders.  have questions about those as well, but wanted to understand this first16:53
stanlagunso what do you get in $completion_message in the end?16:54
ankurrrone sec16:55
ankurrrstanlagun: I get the following:  "Done! Use your passowrd to connect vsql -d $.dbName -h 172.24.4.149 -W"16:59
*** gokrokve has joined #murano17:01
stanlagunankurrr: Looks very mysterious. Let me try this myself17:03
ankurrrstanlagun: sure, thanks for investigating.  could it be the contract needs a specific "Usage" type?17:04
stanlagunUsage is "In" by default17:05
stanlagunankurrr: can you give me engine.log file with execution of this class?17:14
ankurrrstanlagun: ok, let me complete another run17:23
*** billy_ has joined #murano17:25
stanlagunankurrr: need to go. Be back in 3 hours or so to see your log. I've tried the same code as part of unit test and it worked correctly. And concatenation is something so simple that it just must work. My only guess is that the value of dbname itself is "$.dbNane"17:45
ankurrrstanlagun: ok, thanks for looking.17:48
ankurrri'll post a link to pastebin later17:48
ankurrrstanlagun: I have no idea how or why, but after I removed some comments from file, the $.dbName string got interpreted correctly.18:31
*** romainh has joined #murano18:40
*** romainh has left #murano19:17
*** openstackgerrit has quit IRC19:31
*** openstackgerrit has joined #murano19:32
*** Murali__ has joined #murano20:13
*** Murali has quit IRC20:17
openstackgerritGeorgy Okrokvertskhov proposed a change to stackforge/murano-dashboard: Add color distinction for deployed and non-deployed VMs  https://review.openstack.org/11735420:36
gokrokvebtully: Hi. Can you take a look onto https://review.openstack.org/11735420:36
gokrokvebtully: It is just a look and feel change in topology tab20:37
gokrokveIt shows real app icons and shows dependencies between apps20:37
btullysure20:37
gokrokveAlso it allows to distinguish deployed and non-deployed VMs20:37
btullythe icons were already there though, right?20:39
btullyyou're just adding the greyed out icon?20:39
btullyahh i see the dependency20:41
gokrokvehttp://imagebin.ca/v/1YQ9YBwqYM5A20:41
gokrokveThis is how it looks like20:41
btullynice20:41
btullyyeah i see the other ticket is a dependency so i'm reviewing that one as well20:42
gokrokveThis is a picture for Java app in Ha mode with Two availability zones and Tomcat Cluster in each AZ20:42
gokrokveZA icon is for AZ20:42
gokrokveOnce app is deployed you will see green icons instead of gray20:43
btullyis that a standard icon for availability zone?20:43
gokrokveIf it is TomcatCluster then you will see both green and gray20:43
gokrokveNo its not20:44
gokrokveI just added a fake app AvailabilityZone20:44
gokrokveit deploys nothing but adds AZ configuration20:44
btullyinteresting. very cool20:44
gokrokveSo then dependent apps can understend where they need to be deployed20:44
gokrokveIf you like it, please put +120:45
gokrokveLater core tem will approve it20:45
btullywill do!20:45
gokrokveThere is no functionality affected just a topo page20:45
btullyunderstood20:46
gokrokvethanks!20:46
openstackgerritGeorgy Okrokvertskhov proposed a change to stackforge/murano-dashboard: Add color distinction for deployed and non-deployed VMs  https://review.openstack.org/11735420:47
*** drupalmonkey has quit IRC21:12
*** drupalmonkey has joined #murano21:15
*** drupalmonkey has quit IRC21:49
*** asalkeld has joined #murano22:02
*** igormarnat has quit IRC22:13
*** tsufiev has quit IRC22:14
*** dteselkin has quit IRC22:14
*** dteselkin has joined #murano22:15
*** igormarnat has joined #murano22:16
*** tsufiev has joined #murano22:17
*** sab has joined #murano22:36
*** Murali__ has quit IRC22:39
*** sab has quit IRC22:40
*** Murali has joined #murano22:54
*** asalkeld has quit IRC23:01
*** asalkeld has joined #murano23:09
*** Murali has quit IRC23:12
*** btully has quit IRC23:13
openstackgerritSteve McLellan proposed a change to stackforge/murano-dashboard: fix package download file extension  https://review.openstack.org/11764723:23
openstackgerritSteve McLellan proposed a change to stackforge/murano-dashboard: check for valid env name on update action  https://review.openstack.org/11764823:24
*** openstackgerrit has quit IRC23:46
*** openstackgerrit has joined #murano23:47
*** gokrokve has quit IRC23:51

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!