Friday, 2014-08-22

*** gokrokve has joined #murano00:20
*** gokrokve has quit IRC00:21
*** gokrokve has joined #murano00:22
*** gokrokve has quit IRC00:26
*** gokrokve has joined #murano00:39
openstackgerritStan Lagun proposed a change to stackforge/murano: Adds REST API endpoint for action execution  https://review.openstack.org/9944901:12
openstackgerritStan Lagun proposed a change to stackforge/murano: Adds REST API endpoint for action execution  https://review.openstack.org/9944901:12
asalkeldwhat was the name of the fancy new generic UI01:30
stan_lagunMerlin01:30
asalkeldthat's it: magic01:30
asalkeldreplied to gokrokve's email01:36
asalkeldhope that works out01:36
asalkeldit would be nice to these teams to work together01:36
*** gokrokve has quit IRC01:49
openstackgerritStan Lagun proposed a change to stackforge/murano: Adds REST API endpoint for action execution  https://review.openstack.org/9944902:23
openstackgerritStan Lagun proposed a change to stackforge/murano: Adds REST API endpoint for action execution  https://review.openstack.org/9944902:35
asalkeldwow 38 revs02:37
stan_lagunmainly because of migrations code and rebases. There is a very tricky database migration that never work on all supported databases02:38
asalkeldany reason not to use mistral for tasks?02:39
stan_lagunwe have no tasks :)02:40
asalkeldthat patch seems to be about running actions (task.id)02:40
stan_lagunactions are MuranoPL method invoked on some particular object02:41
asalkeldso it's a single action, not a series02:41
stan_lagunyes. But it can invoke other methods (like ordinary program)02:42
asalkeldis there more to come here: https://review.openstack.org/#/c/99449/36/murano/tests/unit/db/migration/test_migrations.py02:44
stan_lagunprobably02:45
stan_lagunIts 6:45 AM here and I've been debugging this all night. And there is still something wrong with migration :(02:46
openstackgerritStan Lagun proposed a change to stackforge/murano: Adds REST API endpoint for action execution  https://review.openstack.org/9944902:50
asalkeldyikes stan_lagun get some sleep:-O02:51
stan_lagun:) did you see anyone actually using downgrade in database migrations? Cause thats what failed02:52
asalkeldonly when something breaks, then it breaks some more;)02:53
*** drupalmonkey has quit IRC02:58
openstackgerritStan Lagun proposed a change to stackforge/murano: Adds REST API endpoint for action execution  https://review.openstack.org/9944903:02
asalkeldhow does murano relate to opsworks03:05
asalkeldfunctionally03:05
stan_lagunProbably not related at all though it inspired Murano to be what it is03:06
stan_lagunI have very little expirience with OpsWorks to compare them. And mostly forgotten what I knew03:06
asalkeldok03:07
openstackgerritStan Lagun proposed a change to stackforge/murano: Adds REST API endpoint for action execution  https://review.openstack.org/9944903:17
*** asalkeld has quit IRC04:03
*** asalkeld has joined #murano04:13
*** Murali has quit IRC04:30
*** gokrokve has joined #murano04:47
*** gokrokve has quit IRC05:54
*** killer_prince is now known as lazy_prince06:00
*** chandankumar has joined #murano06:09
*** lazy_prince is now known as killer_prince06:12
*** killer_prince is now known as lazy_prince06:14
asalkeldphew, got heat + software config working on nova-docker06:34
asalkeldhttps://github.com/asalkeld/openstack-docker-agents/06:34
*** k4n0 has joined #murano06:35
asalkeldstill need to test out the murano one06:35
*** gokrokve has joined #murano06:48
*** gokrokve has quit IRC06:53
*** romainh has joined #murano07:00
*** romainh has left #murano07:14
*** gokrokve has joined #murano07:49
*** gokrokve has quit IRC07:53
*** slagun has joined #murano08:11
*** stan_lagun has quit IRC08:15
*** chandankumar has quit IRC08:19
*** gokrokve has joined #murano08:48
*** gokrokve has quit IRC08:53
openstackgerritEkaterina Chernova proposed a change to stackforge/murano-dashboard: Update horizon settings  https://review.openstack.org/11620609:05
*** smurashov has quit IRC09:10
*** smurashov has joined #murano09:11
*** lazy_prince is now known as killer_prince09:15
*** killer_prince is now known as lazy_prince09:19
*** chandankumar has joined #murano09:25
openstackgerritA change was merged to stackforge/murano-dashboard: Fix failed tests  https://review.openstack.org/11593409:42
*** lazy_prince is now known as killer_prince09:45
*** gokrokve has joined #murano09:48
*** killer_prince is now known as lazy_prince09:49
openstackgerritA change was merged to stackforge/murano: Don't hide exception messages during package load  https://review.openstack.org/11012509:50
*** gokrokve has quit IRC09:53
*** gokrokve has joined #murano10:48
openstackgerritA change was merged to stackforge/murano-dashboard: Fix and improve application page  https://review.openstack.org/11498910:51
*** gokrokve has quit IRC10:53
*** sjmc7_ has joined #murano11:42
openstackgerritSerg Melikyan proposed a change to stackforge/murano: Fixed issue with loading yaml files  https://review.openstack.org/11623311:43
sergmelikyansjmc7, morning! You was searching for me yesterday, sorry was already afk11:43
*** sjmc7 has quit IRC11:46
*** gokrokve has joined #murano11:48
*** gokrokve has quit IRC11:53
openstackgerritA change was merged to stackforge/murano-dashboard: Fix extra column in services table during deploy  https://review.openstack.org/11341712:04
*** gokrokve has joined #murano12:48
*** gokrokve has quit IRC12:53
*** sjmc7_ is now known as sjmc712:53
*** lazy_prince has quit IRC12:58
sjmc7sergmelikyan, you there?12:59
sergmelikyansjmc7, yep13:03
sjmc7https://bugs.launchpad.net/murano/+bug/1359998 pretty much means that any instance we create with heat SW config cannot be deleted13:04
sjmc7because the template is left with references to a resource that no longer exists13:04
*** asalkeld has quit IRC13:06
sjmc7there are some hacky ways i can think of to do this in certain circumstances (like look for config elements referring to an instance) but in general it feels like it's starting to duplicate dependency tracking that heat already does13:06
sergmelikyanThis bug is a result of broken implementation of Software Configuration :( and many other things in Core Library13:16
sergmelikyanIf you call delete on Envirionment it's automatically call destroy on Application, Application call destroy on Instance, but Instance knows nothing about Software COnfiguration -> and whole things break to peaces :(13:17
*** Murali has joined #murano13:18
sergmelikyanIf we would implement SoftwareConfiguration like proper class - this wouldn't happen13:18
sergmelikyansjmc7, but question is what to do now?13:19
sergmelikyanAnother problem is deletion of broken environment (when stack deletion failed, stack not exists and so on)...13:20
sjmc7yeah. i don't know what the right thing to do is. we are meant to be code complete today, and currently we can't delete environments at all13:21
sergmelikyanI think one of the way of implementation may be solution proposed by Stan - adding checkbox like "ignore errors", that just removes env even if deletion fails (some resources may be left over, generally heat stack)13:22
sjmc7even if softwareconfig were implemented as a proper class, i'm not sure it would help. the destroy() function pushes the heat template after making its changes13:23
sergmelikyansjmc7, Let's discuss how we can fix issues described above now, I will be here, until you will say that you have reached code-compelete successfully )13:24
sjmc7we have some time for bug fixes over the next couple of weeks. but this is kind of critical13:24
slagunsjmc7: maybe just temporary remove destroy method from Instance etc so that the only possible destroy would be to delete the whole environment13:26
slagunall or nothing13:26
sjmc7yeah, that might be our best bet short term13:26
slagunThis is one of our conceptual design problems that need to be solved. I'm proposing Murano's own mini design-summit for such problems (new API, MuranoPL improvements, support for other formats, app templates etc)13:28
sergmelikyanBut problem with Environment that are couldn't be deleted still exist, for example deployments that hangs13:28
slagunthat is different problem13:29
slagunI'd say this is 2 other problems13:29
sjmc7i agree - i think there are specific problems like no stack that could be ignored13:33
*** vijayagurug has left #murano13:34
*** gokrokve has joined #murano13:48
*** gokrokve has quit IRC13:52
*** k4n0 has quit IRC13:55
openstackgerritStan Lagun proposed a change to stackforge/murano: Adds REST API endpoint for action execution  https://review.openstack.org/9944914:06
*** Murali has quit IRC14:12
*** Murali_ has joined #murano14:16
sjmc7so i think for this release i'll remove the destroy function in our codebase which will at least let environments delete properly14:23
sjmc7though it will mean that component deletion doesn't work14:23
*** drupalmonkey has joined #murano14:31
*** chandankumar has quit IRC14:36
openstackgerritEkaterina Chernova proposed a change to stackforge/murano-dashboard: Update horizon settings  https://review.openstack.org/11620614:43
openstackgerritEkaterina Chernova proposed a change to stackforge/murano-dashboard: Update environment statuses  https://review.openstack.org/11630014:43
openstackgerritEkaterina Chernova proposed a change to stackforge/murano-dashboard: Fix statistics page during deployment  https://review.openstack.org/11170014:44
*** gokrokve has joined #murano14:48
*** gokrokve has quit IRC14:53
*** gokrokve has joined #murano15:12
*** tnurlygayanov has quit IRC15:14
*** tnurlygayanov has joined #murano15:14
*** killer_prince has joined #murano15:14
*** killer_prince is now known as lazy_prince15:15
*** DaveJ__ has joined #murano15:16
*** gokrokve_ has joined #murano15:48
*** gokrokve has quit IRC15:51
openstackgerritA change was merged to stackforge/murano: Fixed issue with loading yaml files  https://review.openstack.org/11623315:52
*** gokrokve_ has quit IRC15:53
*** chandankumar has joined #murano16:32
*** openstackgerrit has quit IRC16:34
*** gokrokve has joined #murano16:38
btullyhi there katyafervent - are you around?16:53
btullysergmelikyan: are you around?16:54
btullyjust curious what the background is on https://review.openstack.org/#/c/116206/ (Update horizon settings)16:55
ruhebtully: hi. i'm not sure if katyafervent is around. also, i don't know what's the origin of this change. i suggest to -1 it with a request to provide more detials in the commit message16:57
btullythanks ruhe :)16:57
*** slagun has quit IRC17:10
*** DaveJ__ has quit IRC17:28
*** openstackgerrit has joined #murano17:29
*** chandankumar has quit IRC18:28
*** Murali_ has quit IRC18:52
*** Murali_ has joined #murano19:41
sergmelikyanbtully, I think it is follows this one https://github.com/openstack/horizon/commit/802caf23d79923fb620855aab879b1356dce669319:55
sergmelikyanbtully, https://blueprints.launchpad.net/horizon/+spec/remove-javascript-bundling19:56
sergmelikyanCause our dashboard is meant to run as standalone in development mode we need to incorporate changes in settings19:57
btullyok, thanks. so that will only affect upstream horizon master, correct?19:57
sergmelikyanbtully, mm didn't get the question19:58
btullyi just want to make sure we (HP) don't need to worry about it for our release which is using horizon 2014.2.b219:58
sergmelikyanI think no... cause this file is used only when murano dashboard is running separatly19:59
btullysuper. thanks :)19:59
*** ativelkov has quit IRC20:07
*** tsufiev has quit IRC20:09
*** tsufiev has joined #murano20:10
*** ativelkov has joined #murano20:12
*** Murali_ has quit IRC21:17
*** gokrokve has quit IRC22:57
*** sjmc7 has quit IRC23:16
openstackgerritStan Lagun proposed a change to stackforge/murano: Adds REST API endpoint for action execution  https://review.openstack.org/9944923:47
*** asalkeld has joined #murano23:57

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