Friday, 2014-07-04

openstackgerritStan Lagun proposed a change to stackforge/murano: Unit tests for MuranoPL execution result serializer  https://review.openstack.org/10472100:16
*** lazy_prif has joined #murano00:18
*** lazy_prif is now known as lazy_prince00:19
*** killer_prince has quit IRC00:21
*** gokrokve has joined #murano00:23
openstackgerritStan Lagun proposed a change to stackforge/murano: Unit tests for MuranoPL assignment expressions  https://review.openstack.org/10472200:23
openstackgerritStan Lagun proposed a change to stackforge/murano: Unit tests for MuranoPL execution result serializer  https://review.openstack.org/10472100:25
*** gokrokve has quit IRC00:27
*** killer_prince has joined #murano00:32
openstackgerritStan Lagun proposed a change to stackforge/murano: Unit tests for exception handling in MuranoPL  https://review.openstack.org/10472500:34
*** lazy_prince has quit IRC00:35
*** killer_prince is now known as lazy_prince00:35
*** lazy_prince has quit IRC01:21
*** lazy_prince has joined #murano03:20
*** lazy_prince is now known as killer_prince03:55
*** asalkeld has joined #murano04:11
*** openstackgerrit has quit IRC04:14
*** gokrokve has joined #murano04:27
*** killer_prince has quit IRC04:32
*** killer_prince has joined #murano05:04
*** killer_prince is now known as lazy_prince05:04
*** asalkeld has quit IRC05:04
*** gokrokve has quit IRC05:11
*** chandan_kumar has joined #murano05:29
*** lazy_prince is now known as killer_prince05:57
*** killer_prince is now known as lazy_prince05:58
*** chandan_kumar has quit IRC06:01
*** IlyaE has joined #murano06:33
*** chandan_kumar has joined #murano06:38
*** IlyaE has quit IRC06:50
*** IgorYozhikov is now known as iyozhikov07:42
*** katyafervent_awa is now known as katyafervent07:51
*** slagun has joined #murano08:15
*** stan_lagun has quit IRC08:19
*** openstackgerrit has joined #murano08:20
openstackgerritSergey Murashov proposed a change to stackforge/murano: Add failure messages in engine functional tests  https://review.openstack.org/10480009:05
openstackgerritEkaterina Chernova proposed a change to stackforge/murano-dashboard: Fix statuses for environment state  https://review.openstack.org/10480109:09
openstackgerritSergey Murashov proposed a change to stackforge/murano: Add failure messages in engine functional tests  https://review.openstack.org/10480009:40
openstackgerritRuslan Kamaldinov proposed a change to stackforge/murano: Add lib-pqdev to Ubuntu prereqs in documentation  https://review.openstack.org/10323709:44
openstackgerritStan Lagun proposed a change to stackforge/murano: YAQL version updated to 0.2.3  https://review.openstack.org/10484609:45
openstackgerritStan Lagun proposed a change to stackforge/murano: YAQL version updated to 0.2.3  https://review.openstack.org/10484609:59
*** chandan_kumar is now known as chandankumar09:59
openstackgerritA change was merged to stackforge/murano-dashboard: Introduces script for updating horizon config  https://review.openstack.org/10157810:22
*** gokrokve has joined #murano10:41
*** gokrokve has quit IRC10:59
*** sergmelikyan has joined #murano11:06
openstackgerritStan Lagun proposed a change to stackforge/murano: YAQL version updated to 0.2.3  https://review.openstack.org/10484611:06
openstackgerritSerg Melikyan proposed a change to stackforge/murano: Delete Heat stack when environment is deleted  https://review.openstack.org/10281011:31
ruhesergmelikyan: i know that our functional tests on deployment delete heat stack in tear down method. does it make sense to extend these tests to verify that your patch is valid?11:34
openstackgerritSergey Murashov proposed a change to stackforge/murano: Add failure messages in engine functional tests  https://review.openstack.org/10480011:36
sergmelikyanruhe, I am not sure, can we create 1 specific test just for checking that?11:38
sergmelikyanI am not sure that we need to extend base for our tests and check this in each test11:38
iyozhikovam I right that ongoing release 0.6 targets OS juno?11:40
sergmelikyaniyozhikov,  I believe so11:41
iyozhikovok11:41
ruheiyozhikov: there will not be 0.611:45
sergmelikyanruhe, it is going to be called differently?11:46
ruheour next official release will be named Juno Release (2014.2.0)11:46
ruhejust as in any other OS project  - https://wiki.openstack.org/wiki/Juno_Release_Schedule11:46
sergmelikyanruhe, deletion of stack happens after environment is already deleted from Murano (we delete env from database and than send env on cleanup to Engine - we already have open issue for this). To check is stack deleted after env was deleted we need to wait some time and than execute call to Heat to check that stack is deleted. One of the problems that I see with this approach - we don't know name of the stack for sure.11:47
ruhesergmelikyan: yes, we don't need to check that stack is deleted in every test. but i'd like to see a specific assert in our tests which checks that corresponding heat stack was deleted11:48
ruhewe've suffered from this problem for a long time and having a test coverage for this issue would be really great11:48
iyozhikovruhe, why do you think so, are we going to be incubated  into Juno release?11:49
*** openstackgerrit has quit IRC11:49
*** openstackstatus has quit IRC11:50
*** openstack has joined #murano11:50
ruheiyozhikov: we're not going to be included in the juno release. but it makes things much easier for people to integrate murano in their products11:50
ruheiyozhikov: so, we just follow standard openstack release schedule and release naming patterns11:51
iyozhikovruhe,  oic11:51
ruheiyozhikov: i should clarify about "incubated in juno". only integrated projects can be an official part of release, and it takes to release cycles11:57
ruhe*two release cycles11:57
ruheslagun: re update of yaql to 0.2.3; i guess you should do the same for the dashboard. will you?12:14
slagunit is not necessary for dashboard12:14
slagun>=0.2.2 will pick 0.2.3, but 0.2.2 is also ok12:15
slagunengine will utilize feature of 0.2.312:15
ruheslagun: well, yes. but it does make sense to keep our dependencies in consistent state. doesn't it?12:15
ruhejust like if it was listed on global-requirements12:15
slagunthere is no problem updating there as well. I can do that12:16
ruhethanks12:16
openstackgerritStan Lagun proposed a change to stackforge/murano-dashboard: YAQL version updated to 0.2.3  https://review.openstack.org/10488112:20
openstackgerritStan Lagun proposed a change to stackforge/murano: Fixed incorrect information on Python frames in MuranoPL stack traces  https://review.openstack.org/10064012:25
openstackgerritSerg Melikyan proposed a change to stackforge/murano: Delete Heat stack when environment is deleted  https://review.openstack.org/10281012:47
openstackgerritSerg Melikyan proposed a change to stackforge/murano: Delete Heat stack when environment is deleted  https://review.openstack.org/10281013:00
openstackgerritSerg Melikyan proposed a change to stackforge/murano: Delete Heat stack when environment is deleted  https://review.openstack.org/10281013:22
*** DaveJ__ has joined #murano13:30
ruheslagun or sergmelikyan : can you please approve https://review.openstack.org/#/c/103237/ ? it's a simple one-liner for our docs13:46
openstackgerritA change was merged to stackforge/murano: Add lib-pqdev to Ubuntu prereqs in documentation  https://review.openstack.org/10323714:00
openstackgerritSergey Murashov proposed a change to stackforge/murano: Add failure messages in engine functional tests  https://review.openstack.org/10480014:03
*** chandankumar has quit IRC14:17
openstackgerritSerg Melikyan proposed a change to stackforge/murano: Delete Heat stack when environment is deleted  https://review.openstack.org/10281014:20
*** chandankumar has joined #murano14:25
*** gokrokve has joined #murano14:31
openstackgerritSerg Melikyan proposed a change to stackforge/murano: Delete Heat stack when environment is deleted  https://review.openstack.org/10281014:38
*** smurashov1 has quit IRC14:51
*** lazy_prince is now known as killer_prince14:53
openstackgerritTimur Sufiev proposed a change to stackforge/murano-dashboard: Enhance versionutils.deprecated to work with classes  https://review.openstack.org/10350215:00
*** gokrokve has quit IRC15:04
openstackgerritStan Lagun proposed a change to stackforge/murano: Fixed incorrect information on Python frames in MuranoPL stack traces  https://review.openstack.org/10064015:28
openstackgerritStan Lagun proposed a change to stackforge/murano: Fixed incorrect information on Python frames in MuranoPL stack traces  https://review.openstack.org/10064015:42
*** killer_prince is now known as lazy_prince16:10
*** gokrokve has joined #murano16:15
*** gokrokve has quit IRC16:19
*** chandankumar has quit IRC16:36
openstackgerritStan Lagun proposed a change to stackforge/murano: Adds Continue macro to MuranoPL  https://review.openstack.org/10493416:46
openstackgerritA change was merged to stackforge/python-muranoclient: Allow deletion of multiple environments  https://review.openstack.org/10237417:08
*** asalkeld has joined #murano18:49
*** DaveJ__ has quit IRC19:18
*** asalkeld has quit IRC19:41
*** asalkeld has joined #murano20:24
*** lazy_prince is now known as killer_prince20:44
*** chandankumar has joined #murano20:46
*** chandankumar has quit IRC21:03
openstackgerritStan Lagun proposed a change to stackforge/murano: Unit tests for engine's YAQL functions  https://review.openstack.org/10495921:32
*** asalkeld has quit IRC23:22
openstackgerritRuslan Kamaldinov proposed a change to stackforge/murano: Fix DB migration scripts  https://review.openstack.org/10420523:31

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