Monday, 2015-04-13

*** eghobo has joined #murano00:34
*** eghobo has quit IRC00:58
*** eghobo has joined #murano00:59
*** eghobo has quit IRC01:08
*** eghobo has joined #murano01:23
*** eghobo has quit IRC01:49
*** yamamoto has joined #murano02:13
*** yamamoto has quit IRC03:23
*** yamamoto has joined #murano03:23
*** eghobo has joined #murano04:54
*** eghobo has quit IRC06:30
*** eghobo has joined #murano06:40
*** gcivitella has joined #murano06:49
*** eghobo has quit IRC06:51
*** dteselkin has quit IRC07:06
*** rakhmerov has quit IRC07:06
*** katyafervent has quit IRC07:06
*** IgorYozhikov has quit IRC07:06
*** akuznetsova has quit IRC07:06
*** igormarnat has quit IRC07:06
*** pashkin has quit IRC07:06
*** ativelkov has quit IRC07:06
*** tsufiev has quit IRC07:06
*** katyafervent has joined #murano07:07
*** tsufiev has joined #murano07:07
*** igormarnat has joined #murano07:08
*** pashkin has joined #murano07:10
*** akuznetsova has joined #murano07:11
*** IgorYozhikov has joined #murano07:11
*** rakhmerov has joined #murano07:12
*** ativelkov has joined #murano07:13
*** dteselkin has joined #murano07:14
*** kzaitsev has joined #murano07:19
*** samuelBartel has joined #murano07:25
*** kzaitsev has quit IRC07:25
*** igormarnat is now known as imarnat07:29
*** imarnat is now known as igormarnat07:56
gcivitellaHi all, while I try to deploy a Kubernetes cluster I receive this error: http://ctrlv.in/557484 In my master node, the murano agent logs this: http://paste.openstack.org/show/203436/ . I recloned my devstack env last friday and then uploaded freshly pulled murano-apps. Can someone help me getting the kubernetes cluster installed?08:00
*** igormarnat is now known as imarnat08:14
*** sergmelikyan has joined #murano08:16
sergmelikyanHi gcivitella, this is a known issue with murano-agent: https://review.openstack.org/17020108:17
sergmelikyanYou need to rebuild you image with this fix08:17
gcivitellasergmelikyan: thanks! I'll try08:20
*** kzaitsev has joined #murano08:51
gcivitellasergmelikyan: I did a git pull in my murano agent repo and then rebuilted the kubernetes image. The error is still there: http://paste.openstack.org/show/203466/ Is the fix available in master? Should I have to get the fix using download instructions of the review's page08:53
sergmelikyanThis fix is not yet merged, so you need to checkout murano-agent08:57
sergmelikyanand then git fetch https://review.openstack.org/stackforge/murano-agent refs/changes/01/170201/3 && git checkout FETCH_HEAD08:57
sergmelikyansorry: git fetch https://review.openstack.org/stackforge/murano-agent refs/changes/01/170201/3 && git cherry-pick FETCH_HEAD08:57
sergmelikyanthis will cherry-pick this fix on top of master and then you need to rebuild image08:58
sergmelikyangcivitella ^08:58
gcivitellasergmelikyan: ok, I'll try. Thanks a lot09:00
*** serg_melikyan has joined #murano09:01
*** yamamoto has quit IRC09:01
*** kzaitsev has quit IRC09:02
*** kzaitsev has joined #murano09:03
*** imarnat is now known as igormarnat09:18
*** freerunner has joined #murano09:33
openstackgerritMerged stackforge/murano-agent: Fixes file placement  https://review.openstack.org/17020109:34
kzaitsevgcivitella btw the fix for agent is about to get merged into master =)09:35
gcivitellakzaitsev: ok, thanks :-)09:35
katyaferventsergmelikyan, StanLagun https://review.openstack.org/#/c/172511/09:47
katyaferventPlease, take a look ^^^^09:47
StanLagunkatyafervent: you have my review there already09:54
openstackgerritMerged stackforge/murano: Adds describe method to Network implementations  https://review.openstack.org/17245611:02
openstackgerritEkaterina Chernova proposed stackforge/murano-apps: Improve UI definitions  https://review.openstack.org/17251111:05
*** yamamoto has joined #murano11:55
*** kzaitsev has quit IRC11:58
gcivitellaHy guys, sorry for bothering but I'd really like to get the kubernetes cluster runnning. I've gone beyond the problem with murano-agent and run into this: http://paste.openstack.org/show/203526/ My deploy fails because the master is unable to add minions and then fails setting up the replication controller:http://paste.openstack.org/show/203525/   Any hint?12:03
*** yamamoto has quit IRC12:10
StanLagungcivitella: I'm working on it. The fix will be available later today12:10
gcivitellaStanLagun: ok thanks!12:11
openstackgerritFilip Blaha proposed stackforge/murano: Adding lintstack to support pylint gate job.  https://review.openstack.org/17207512:11
StanLagunalternatively you can build k8s image with earlier k8s version12:12
StanLagunbut since this is not the only bug that will be fixed today I'd rather wait for an update12:12
*** kzaitsev has joined #murano12:12
openstackgerritEkaterina Chernova proposed stackforge/murano-apps: Improve UI definitions  https://review.openstack.org/17251112:26
gcivitellaStanLagun: ok then, I'll wait. Should I consider the kubernetes application still subject to heavy development or is something that is close to get a stable setup?12:27
openstackgerritEkaterina Chernova proposed stackforge/murano-apps: Improve UI definitions  https://review.openstack.org/17251112:27
StanLagungcivitella: the later12:29
StanLagungcivitella: but the last word is on QA team12:30
*** yamamoto has joined #murano12:33
*** kzaitsev_ has joined #murano12:35
*** kzaitsev has quit IRC12:35
openstackgerritSerg Melikyan proposed stackforge/murano: Enable OpenStack Theme for docs  https://review.openstack.org/17289812:35
sergmelikyangcivitella, our current k8s image doesn't use fixed version of k8s, this is the issue why it does not work :(12:39
sergmelikyanStanLagun, we definitely should fix k8s version in the image12:40
StanLagunsergmelikyan: there is no need for that because 1) we are going to provide image as a binary file which is not going to change and 2) They promise there won't be breaking changes after v1beta3. But we will need to switch to v1 final once it released12:42
sergmelikyan1) We are NOT providing image as a binary12:43
sergmelikyan2) I don't feel we should rely on that12:43
openstackgerritKirill Zaitsev proposed stackforge/python-muranoclient: Better error logging for package/bundle import  https://review.openstack.org/17290112:44
*** openstackgerrit has quit IRC13:00
*** openstackgerrit has joined #murano13:03
openstackgerritKirill Zaitsev proposed stackforge/python-muranoclient: Support multiple filenames for import commands  https://review.openstack.org/17290313:04
openstackgerritAlexander Tivelkov proposed stackforge/murano: A Galera-compliant database locking solution  https://review.openstack.org/17290513:09
openstackgerritAlexander Tivelkov proposed stackforge/murano: A Galera-compliant database locking solution  https://review.openstack.org/17290513:13
*** kzaitsev_ has quit IRC13:20
openstackgerritAlexander Tivelkov proposed stackforge/murano: Fix for cross-tenant package and class isolation  https://review.openstack.org/17201513:21
openstackgerritAlexander Tivelkov proposed stackforge/murano: Fix for cross-tenant package and class isolation  https://review.openstack.org/17201513:24
*** kzaitsev has joined #murano13:28
openstackgerritKirill Zaitsev proposed stackforge/python-muranoclient: Better error logging for package/bundle import  https://review.openstack.org/17290113:39
*** kzaitsev has quit IRC13:49
*** yamamoto has quit IRC13:51
*** kzaitsev has joined #murano13:54
openstackgerritAlexander Tivelkov proposed stackforge/murano: A Galera-compliant database locking solution  https://review.openstack.org/17290513:54
openstackgerritAlexander Tivelkov proposed stackforge/murano: Fix for cross-tenant package and class isolation  https://review.openstack.org/17201513:56
openstackgerritKirill Zaitsev proposed stackforge/python-muranoclient: Support multiple filenames for import commands  https://review.openstack.org/17290314:01
openstackgerritKirill Zaitsev proposed stackforge/python-muranoclient: Better error logging for package/bundle import  https://review.openstack.org/17290114:03
openstackgerritKirill Zaitsev proposed stackforge/python-muranoclient: Support multiple filenames for import commands  https://review.openstack.org/17290314:05
openstackgerritEkaterina Chernova proposed stackforge/murano-apps: Improve UI definitions  https://review.openstack.org/17251114:16
openstackgerritEkaterina Chernova proposed stackforge/murano-apps: Improve UI definitions  https://review.openstack.org/17251114:21
*** drupalmonkey has joined #murano14:26
*** yamamoto has joined #murano14:27
*** DaveJ__ has joined #murano14:31
*** yamamoto has quit IRC14:51
openstackgerritMerged stackforge/murano-apps: Improve UI definitions  https://review.openstack.org/17251114:57
*** serg_melikyan has quit IRC15:04
openstackgerritRadek Pospisil proposed stackforge/murano: Cleanup action policies will be created manually as described in this documentation.  https://review.openstack.org/17295015:04
*** serg_melikyan has joined #murano15:13
*** serg_melikyan has quit IRC15:13
*** serg_melikyan has joined #murano15:14
*** serg_melikyan has quit IRC15:14
*** serg_melikyan has joined #murano15:18
*** serg_mel_ has joined #murano15:21
*** serg_melikyan has quit IRC15:22
*** serg_mel_ has quit IRC15:22
*** serg_melikyan has joined #murano15:23
*** serg_melikyan has quit IRC15:23
*** serg_melikyan has joined #murano15:24
*** serg_mel_ has joined #murano15:25
*** serg_melikyan has quit IRC15:25
*** serg_mel_ has quit IRC15:25
*** serg_melikyan has joined #murano15:25
*** serg_melikyan has quit IRC15:25
*** serg_melikyan has joined #murano15:26
*** serg_melikyan has quit IRC15:26
*** serg_melikyan has joined #murano15:32
openstackgerritKirill Zaitsev proposed stackforge/python-muranoclient: Better error logging for package/bundle import  https://review.openstack.org/17290115:35
openstackgerritKirill Zaitsev proposed stackforge/python-muranoclient: Support multiple filenames for import commands  https://review.openstack.org/17290315:37
openstackgerritEkaterina Chernova proposed stackforge/murano-dashboard: Fix flavor requirements  https://review.openstack.org/17296615:44
*** igormarnat is now known as imarnat15:52
*** eghobo has joined #murano16:22
*** eghobo has quit IRC16:23
*** serg_melikyan has quit IRC16:28
openstackgerritFilip Blaha proposed stackforge/murano: policy enforcement - add cleaning action rules  https://review.openstack.org/17299016:29
*** kzaitsev has quit IRC16:47
*** eghobo has joined #murano16:50
*** imarnat is now known as igormarnat16:52
*** eghobo_ has joined #murano17:11
*** eghobo has quit IRC17:14
*** eghobo has joined #murano17:15
*** eghobo_ has quit IRC17:17
*** gcivitella has quit IRC17:18
openstackgerritEkaterina Chernova proposed stackforge/murano-dashboard: Fix flavor requirements  https://review.openstack.org/17296617:44
openstackgerritEkaterina Chernova proposed stackforge/murano-dashboard: Fix flavor requirements  https://review.openstack.org/17296617:57
*** eghobo has quit IRC18:03
*** eghobo has joined #murano18:04
*** eghobo has quit IRC18:16
openstackgerritEkaterina Chernova proposed stackforge/murano: Show example of setting requirements to flavor field  https://review.openstack.org/17302818:18
*** serg_melikyan has joined #murano19:29
*** serg_melikyan has quit IRC19:33
*** kzaitsev has joined #murano20:23
*** eghobo has joined #murano20:27
*** eghobo_ has joined #murano20:29
*** eghobo has quit IRC20:32
*** kzaitsev has quit IRC20:38
*** kzaitsev has joined #murano20:44
*** igormarnat is now known as imarnat21:11
*** imarnat is now known as igormarnat21:16
*** sergmelikyan has quit IRC22:14
*** drupalmonkey has quit IRC22:21
*** DaveJ__ has quit IRC22:31
*** kzaitsev has quit IRC22:36
*** eghobo_ has quit IRC22:41
*** slagun has joined #murano23:31
*** StanLagun has quit IRC23:34

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