*** ankurrr has quit IRC | 01:44 | |
*** openstackgerrit has quit IRC | 02:02 | |
*** openstackgerrit has joined #murano | 02:02 | |
*** killer_prince is now known as lazy_prince | 02:46 | |
*** drupalmonkey has quit IRC | 04:32 | |
*** lazy_prince is now known as killer_prince | 04:49 | |
openstackgerrit | Georgy Okrokvertskhov proposed a change to stackforge/murano: Add description to action method https://review.openstack.org/111639 | 04:56 |
---|---|---|
*** asalkeld has quit IRC | 05:19 | |
*** asalkeld has joined #murano | 05:37 | |
*** k4n0 has joined #murano | 06:03 | |
*** sab has joined #murano | 06:13 | |
*** killer_prince is now known as lazy_prince | 06:33 | |
openstackgerrit | A change was merged to stackforge/murano-dashboard: Rename 'Configuring' state to 'Ready to deploy' https://review.openstack.org/117270 | 06:38 |
openstackgerrit | Ekaterina Chernova proposed a change to stackforge/murano: Enable H202, H402, H404 rules https://review.openstack.org/116600 | 06:42 |
openstackgerrit | Ekaterina Chernova proposed a change to stackforge/murano-agent: Run tests with testrepository https://review.openstack.org/116602 | 06:43 |
openstackgerrit | Ekaterina Chernova proposed a change to stackforge/murano-agent: Enable H301, H302, H304, H306, H231, H233 https://review.openstack.org/116611 | 07:06 |
openstackgerrit | Ekaterina Chernova proposed a change to stackforge/murano-agent: Update testenv section in tox.ini https://review.openstack.org/116602 | 07:06 |
*** romainh has joined #murano | 07:06 | |
openstackgerrit | Ekaterina Chernova proposed a change to stackforge/murano-agent: Handle version information https://review.openstack.org/116649 | 07:06 |
*** stanlagun has joined #murano | 07:26 | |
*** asalkeld has quit IRC | 07:51 | |
*** asalkeld has joined #murano | 08:05 | |
*** sjmc7 has quit IRC | 08:20 | |
*** asalkeld has quit IRC | 08:45 | |
*** asalkeld has joined #murano | 08:58 | |
*** DaveJ__ has joined #murano | 09:20 | |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-dashboard: Initial implementation of Actions UI https://review.openstack.org/99360 | 09:38 |
*** romainh has quit IRC | 10:22 | |
openstackgerrit | A change was merged to stackforge/murano: Adds REST API endpoint for action execution https://review.openstack.org/99449 | 10:36 |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-deployment: Update devstack config https://review.openstack.org/117488 | 11:49 |
openstackgerrit | Timur Sufiev proposed a change to stackforge/python-muranoclient: Provide method for calling action in an environment https://review.openstack.org/99502 | 11:56 |
*** romainh has joined #murano | 11:58 | |
*** sab has quit IRC | 12:13 | |
*** lazy_prince is now known as killer_prince | 12:20 | |
*** asalkeld has quit IRC | 12:49 | |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-deployment: Update devstack config https://review.openstack.org/117488 | 13:02 |
*** k4n0 has quit IRC | 13:10 | |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-deployment: Update devstack config https://review.openstack.org/117488 | 13:11 |
*** btully has quit IRC | 13:39 | |
*** gokrokve has joined #murano | 14:00 | |
*** btully has joined #murano | 14:05 | |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-deployment: Update devstack config https://review.openstack.org/117488 | 14:16 |
*** killer_prince is now known as lazy_prince | 14:22 | |
*** tnurlygayanov has quit IRC | 14:42 | |
*** drupalmonkey has joined #murano | 14:48 | |
*** sab_ has joined #murano | 14:48 | |
*** sjmc7 has joined #murano | 14:57 | |
*** romainh has quit IRC | 15:04 | |
*** romainh has joined #murano | 15:22 | |
*** romainh has left #murano | 15:22 | |
*** sab_ has quit IRC | 15:29 | |
openstackgerrit | Steve McLellan proposed a change to stackforge/murano: Don't treat stack missing as failure during delete https://review.openstack.org/117353 | 15:38 |
*** gokrokve_ has joined #murano | 15:38 | |
*** gokrokve has quit IRC | 15:41 | |
*** sab_ has joined #murano | 15:58 | |
*** lazy_prince is now known as killer_prince | 16:00 | |
*** Murali has joined #murano | 16:01 | |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-deployment: Update devstack config https://review.openstack.org/117488 | 16:13 |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-deployment: Update devstack config https://review.openstack.org/117488 | 16:15 |
*** gokrokve has joined #murano | 16:33 | |
*** gokrokve_ has quit IRC | 16:36 | |
*** drupalmonkey has quit IRC | 16:37 | |
*** gokrokve has quit IRC | 16:37 | |
*** gokrokve has joined #murano | 16:38 | |
*** ankurrr has joined #murano | 16:39 | |
*** sab_ has quit IRC | 16:40 | |
ankurrr | stanlagun: 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 #murano | 16:42 | |
stanlagun | ? | 16:42 |
ankurrr | stanlagun: 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 IRC | 16:43 | |
ankurrr | however, 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 |
stanlagun | ankurrr: can you copy-paste this code to paste.openstack.org | 16:44 |
stanlagun | ? | 16:44 |
ankurrr | sure, one minute | 16:45 |
ankurrr | stanlagun: at the very bottom: http://paste.openstack.org/show/101842/ | 16:50 |
stanlagun | what line? | 16:52 |
ankurrr | stanlagun: line 154 | 16:52 |
ankurrr | i tried using format and .format with placeholders. have questions about those as well, but wanted to understand this first | 16:53 |
stanlagun | so what do you get in $completion_message in the end? | 16:54 |
ankurrr | one sec | 16:55 |
ankurrr | stanlagun: I get the following: "Done! Use your passowrd to connect vsql -d $.dbName -h 172.24.4.149 -W" | 16:59 |
*** gokrokve has joined #murano | 17:01 | |
stanlagun | ankurrr: Looks very mysterious. Let me try this myself | 17:03 |
ankurrr | stanlagun: sure, thanks for investigating. could it be the contract needs a specific "Usage" type? | 17:04 |
stanlagun | Usage is "In" by default | 17:05 |
stanlagun | ankurrr: can you give me engine.log file with execution of this class? | 17:14 |
ankurrr | stanlagun: ok, let me complete another run | 17:23 |
*** billy_ has joined #murano | 17:25 | |
stanlagun | ankurrr: 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 |
ankurrr | stanlagun: ok, thanks for looking. | 17:48 |
ankurrr | i'll post a link to pastebin later | 17:48 |
ankurrr | stanlagun: 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 #murano | 18:40 | |
*** romainh has left #murano | 19:17 | |
*** openstackgerrit has quit IRC | 19:31 | |
*** openstackgerrit has joined #murano | 19:32 | |
*** Murali__ has joined #murano | 20:13 | |
*** Murali has quit IRC | 20:17 | |
openstackgerrit | Georgy Okrokvertskhov proposed a change to stackforge/murano-dashboard: Add color distinction for deployed and non-deployed VMs https://review.openstack.org/117354 | 20:36 |
gokrokve | btully: Hi. Can you take a look onto https://review.openstack.org/117354 | 20:36 |
gokrokve | btully: It is just a look and feel change in topology tab | 20:37 |
gokrokve | It shows real app icons and shows dependencies between apps | 20:37 |
btully | sure | 20:37 |
gokrokve | Also it allows to distinguish deployed and non-deployed VMs | 20:37 |
btully | the icons were already there though, right? | 20:39 |
btully | you're just adding the greyed out icon? | 20:39 |
btully | ahh i see the dependency | 20:41 |
gokrokve | http://imagebin.ca/v/1YQ9YBwqYM5A | 20:41 |
gokrokve | This is how it looks like | 20:41 |
btully | nice | 20:41 |
btully | yeah i see the other ticket is a dependency so i'm reviewing that one as well | 20:42 |
gokrokve | This is a picture for Java app in Ha mode with Two availability zones and Tomcat Cluster in each AZ | 20:42 |
gokrokve | ZA icon is for AZ | 20:42 |
gokrokve | Once app is deployed you will see green icons instead of gray | 20:43 |
btully | is that a standard icon for availability zone? | 20:43 |
gokrokve | If it is TomcatCluster then you will see both green and gray | 20:43 |
gokrokve | No its not | 20:44 |
gokrokve | I just added a fake app AvailabilityZone | 20:44 |
gokrokve | it deploys nothing but adds AZ configuration | 20:44 |
btully | interesting. very cool | 20:44 |
gokrokve | So then dependent apps can understend where they need to be deployed | 20:44 |
gokrokve | If you like it, please put +1 | 20:45 |
gokrokve | Later core tem will approve it | 20:45 |
btully | will do! | 20:45 |
gokrokve | There is no functionality affected just a topo page | 20:45 |
btully | understood | 20:46 |
gokrokve | thanks! | 20:46 |
openstackgerrit | Georgy Okrokvertskhov proposed a change to stackforge/murano-dashboard: Add color distinction for deployed and non-deployed VMs https://review.openstack.org/117354 | 20:47 |
*** drupalmonkey has quit IRC | 21:12 | |
*** drupalmonkey has joined #murano | 21:15 | |
*** drupalmonkey has quit IRC | 21:49 | |
*** asalkeld has joined #murano | 22:02 | |
*** igormarnat has quit IRC | 22:13 | |
*** tsufiev has quit IRC | 22:14 | |
*** dteselkin has quit IRC | 22:14 | |
*** dteselkin has joined #murano | 22:15 | |
*** igormarnat has joined #murano | 22:16 | |
*** tsufiev has joined #murano | 22:17 | |
*** sab has joined #murano | 22:36 | |
*** Murali__ has quit IRC | 22:39 | |
*** sab has quit IRC | 22:40 | |
*** Murali has joined #murano | 22:54 | |
*** asalkeld has quit IRC | 23:01 | |
*** asalkeld has joined #murano | 23:09 | |
*** Murali has quit IRC | 23:12 | |
*** btully has quit IRC | 23:13 | |
openstackgerrit | Steve McLellan proposed a change to stackforge/murano-dashboard: fix package download file extension https://review.openstack.org/117647 | 23:23 |
openstackgerrit | Steve McLellan proposed a change to stackforge/murano-dashboard: check for valid env name on update action https://review.openstack.org/117648 | 23:24 |
*** openstackgerrit has quit IRC | 23:46 | |
*** openstackgerrit has joined #murano | 23:47 | |
*** gokrokve has quit IRC | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!