Wednesday, 2016-02-03

openstackgerritMerged openstack/murano: [Core-Library] Delete redundant expression from Instance deploy method  https://review.openstack.org/27536200:09
openstackgerritKirill Zaitsev proposed openstack/murano-dashboard: Hiding murano dashboard if the service is not present  https://review.openstack.org/23779300:16
*** thumpba has quit IRC00:20
*** yamamoto_ has joined #murano00:24
*** yamamoto_ has quit IRC00:30
*** yamamoto_ has joined #murano00:30
*** yamamot__ has joined #murano00:34
*** yamamoto_ has quit IRC00:34
*** ducttape_ has quit IRC00:42
*** yamamot__ has quit IRC00:46
*** kzaitsev_mb has quit IRC01:05
*** ducttape_ has joined #murano01:06
*** hidekazu has joined #murano01:29
*** Marga_ has quit IRC01:56
*** Marga_ has joined #murano02:17
*** zhurong has joined #murano02:21
*** Marga_ has quit IRC02:22
*** kzaitsev_mb has joined #murano02:32
*** Marga_ has joined #murano02:34
*** Marga_ has quit IRC02:38
*** yamamoto has joined #murano02:46
*** Marga_ has joined #murano02:48
*** yamamoto has quit IRC02:49
*** Marga_ has quit IRC02:50
*** Marga_ has joined #murano02:51
*** kzaitsev_mb has quit IRC03:11
*** ducttape_ has quit IRC03:17
*** sergmelikyan has joined #murano03:17
*** ducttape_ has joined #murano03:21
*** sergmelikyan has quit IRC03:23
*** ducttape_ has quit IRC03:28
*** yamamoto has joined #murano03:34
*** ducttape_ has joined #murano03:41
*** ducttape_ has quit IRC03:44
*** ducttape_ has joined #murano04:02
*** ducttape_ has quit IRC04:02
*** ducttape_ has joined #murano04:03
*** kzaitsev_mb has joined #murano04:08
*** Einherjer has joined #murano04:23
*** jasonsb has joined #murano04:53
*** kzaitsev_mb has quit IRC04:58
*** ducttape_ has quit IRC05:03
openstackgerritHidekazu Nakamura proposed openstack/python-muranoclient: Fix first argument of murano env-template-add-app usage  https://review.openstack.org/27550305:07
openstackgerritHidekazu Nakamura proposed openstack/python-muranoclient: Fix first argument of murano env-template-add-app usage  https://review.openstack.org/27550305:12
*** jasonsb has quit IRC05:21
*** vgridnev has joined #murano05:43
*** kzaitsev_mb has joined #murano05:55
*** Marga_ has quit IRC05:58
*** jasonsb has joined #murano06:04
*** Nikolay_St has quit IRC06:09
*** Marga_ has joined #murano06:27
*** kzaitsev_mb has quit IRC07:08
*** Nikolay_St has joined #murano07:18
*** vahidh_ has quit IRC07:38
*** Marga_ has quit IRC07:47
*** kzaitsev_mb has joined #murano08:05
*** akanksha_ has joined #murano08:25
*** vgridnev has quit IRC08:32
openstackgerritHuangsm proposed openstack/python-muranoclient: Add filter for do_package_list  https://review.openstack.org/27125908:48
*** Nikolay_St has quit IRC09:01
*** zhurong has quit IRC09:01
openstackgerritKirill Zaitsev proposed openstack/murano: [doc] Add documentation on package loaders and package cache  https://review.openstack.org/27463209:23
openstackgerritHuangsm proposed openstack/python-muranoclient: Add filter for do_package_list  https://review.openstack.org/27125909:36
*** kzaitsev_mb has quit IRC09:49
*** vgridnev has joined #murano09:51
*** akulshin has joined #murano09:53
akulshinhi everyone! What reason can cause fail right after agent template execution with no error message?09:59
stan_lagunakulshin: hi! There must be an error message in this case in murano-engine log file. The only case I know that errors were not reported in UI is when there is no notification_driver=messagingv2 setting in murano.conf and none of the reported message get dilivered except for staring/finished messages generated by the API10:11
*** vgridnev_ has joined #murano10:13
*** vgridnev has quit IRC10:14
akulshinstan_lagun: but i have different packages and everything is OK for them. So this is not about system configuration... can captureStdout or captureStderr values do something like that?10:20
akulshinfor example, when no output was returned, but captureStdout=true?10:20
stan_lagunno, it shouldn't10:21
stan_laguncan you check engine log?10:21
*** yamamoto has quit IRC10:27
akulshinis it on the controller?10:28
openstackgerritMerged openstack/murano: Move load_packages_from from engine section to packages_opts section  https://review.openstack.org/27460610:35
stan_lagunakulshin: yes10:38
akulshinstan_lagun: there are only murano.common.exceptions.TimeoutException: The Agent does not respondwithin 3600 seconds10:44
stan_lagundoes it take that long for env to fail?10:45
*** vgridnev_ has quit IRC10:52
*** vgridnev_ has joined #murano10:54
*** vahidh has joined #murano10:59
*** vahidh has quit IRC11:04
*** akulshin has quit IRC11:09
*** Nikolay_St has joined #murano11:22
*** yamamoto has joined #murano11:32
*** yamamoto has quit IRC11:33
*** akulshin has joined #murano11:44
akulshinstan_lagun: yes, it does11:44
stan_lagunthen you need to check what's going on on VM site11:45
*** kzaitsev_mb has joined #murano11:46
akulshinI have traced my script and it is executed just fine... i get echo of last line in my trace file and echoed the same to stdout11:48
akulshinany suggestions what it could be?11:48
stan_laguneither the results doesn't get delivered to the RabbitMQ for some reason or there is someone else that steals them from RabbitMQ queue11:50
stan_lagunwhich version of Murano do you use?11:50
*** gangadhar has joined #murano11:52
akulshinwe use kilo release...11:53
stan_lagunIs there anything special in your script? Maybe you're changing iptables rules or doing some network reconfiguration?11:54
akulshinwell, there are some actions with firewall... will check it again...11:55
stan_lagunakulshin: take a look at https://bugs.launchpad.net/murano/+bug/147668711:58
openstackLaunchpad bug 1476687 in Murano "murano-agent hangs after processing the first request on RHEL6-based distro" [High,Won't fix]11:58
akulshinwe have this under ubuntu 12.04, but your link if useful since our packages should support theese too11:59
akulshinnope, iptables is commented-out in latest launches and we still see the problem12:00
akulshinand we just check rabbit port from VM with telnet - it is fine12:02
stan_lagunwell I can't tell without debugging. You can try to comment sections of the script to see what causes it. For example start with "echo Hello world" and if it works try to find where it went wrong. There are also some debugging tips in my last comment in the bug above12:03
stan_lagunor you can create a bug, attach your package to it and then myself or someone else will try to debug it. But I can't promise you how soon it will be12:04
openstackgerritKirill Zaitsev proposed openstack/murano-agent: Deleted unused modules from requirements.txt  https://review.openstack.org/27565712:07
openstackgerritAlexey Deryugin proposed openstack/murano-deployment: Add murano-api and murano-engine error logs to report  https://review.openstack.org/27565812:09
gangadharHi everyone.12:11
gangadharIn muranoPL, I have a method having a if else statements. If condition is true, then I have to simply return nothing from method.12:14
openstackgerritMerged openstack/murano-deployment: Add murano-api and murano-engine error logs to report  https://review.openstack.org/27565812:14
gangadharI tried "- Return" but had syntax error. Tried "Return: 0", it's working but downloading "result.jsion"12:15
stan_lagungangadhar: use "Return:"12:15
stan_lagunor "Return: null"12:15
stan_lagunBut Return: 0 is good as well. Probably it is not the only problem12:16
stan_lagunif you share your code and result.json probably I will be able to tell12:16
*** raildo-afk is now known as raildo12:17
gangadharstan_lagun: "Retun:" working fine. Thank you.12:22
stan_lagun"Return:" and "Return: null" is the same. "Return: 0" returns 0, but if you don't use return value then it also should be okay. If you got error with Return: 0 then is was something else12:24
*** Einherjer has quit IRC12:34
-openstackstatus- NOTICE: Infra running with lower capacity now, due to a temporary problem affecting one of our nodepool providers. Please expect some delays in your jobs. Apologies for any inconvenience caused.12:39
*** Nikolay_St has quit IRC12:43
openstackgerritAlexey Deryugin proposed openstack/murano-deployment: Add missing environment variable export  https://review.openstack.org/27567512:51
*** openstackgerrit has quit IRC13:02
*** openstackgerrit has joined #murano13:02
*** ducttape_ has joined #murano13:17
*** samuelBartel has joined #murano13:21
*** ducttape_ has quit IRC13:28
openstackgerritKirill Zaitsev proposed openstack/murano-apps: [Docker][Kubernetes][doc] Expand k8s docs. Add documentation for classes  https://review.openstack.org/27517913:54
gangadharstan_lagun: getting error below while invoking "scaleNodesDown" in Kubernetes13:57
gangadhar2016-02-03 13:22:41 — [yaql.exceptions.YaqlExecutionException]: Unable to run releaseResources13:57
gangadharstan_lagun: Here is log of murano_engine: http://paste.openstack.org/show/485853/13:57
gangadharEnvironment : MOS7.013:58
stan_lagungangadhar: looks like resource core library is unable to delete VM for some reason. The feature was backported from Liberty and maybe there are errors in that code. It also might be because of there are extra resources in Heat stack that use the server or something with OpenStack. Anyway I can't tell from this log why it happened. Need to reproduce it. Can you submit a bug report for that? It will also help if you can verify if it reproduced in Liberty14:09
stan_lagunerror reporting is much better in Liberty14:09
gangadharstan_lagun: Same package is working fine under liberty. Anyway I do check one more time in liberty.14:10
*** yamamoto has joined #murano14:11
openstackgerritKirill Zaitsev proposed openstack/murano-apps: [Kubernetes][doc] Expand k8s docs. Add documentation for classes  https://review.openstack.org/27517914:15
*** thumpba has joined #murano14:16
*** thumpba has quit IRC14:17
*** thumpba has joined #murano14:17
stan_lagungangadhar: wait, I know what's wrong14:18
stan_lagunthis feature was never backported to Kilo. Instead we adopted k8s app by copying those parts from Liberty core library. Looks like you're using (or basing on) the Liberty version of k8s app that expects this functionality to be in the core library14:20
gangadharstan_lagun: what I should now?14:21
gangadhar*do now?14:21
gangadharAnd "scaleNodesUp" worked fine.14:22
stan_laguneither use Kilo version of k8s app or use Murano Liberty+14:22
stan_lagunscaleNodesUp doesn't delete VMs14:23
stan_lagunanother option is to comment out VM deletion14:23
*** vgridnev_ has quit IRC14:27
*** vgridnev_ has joined #murano14:27
*** akulshin has quit IRC14:36
*** yamamoto has quit IRC14:43
*** Marga_ has joined #murano14:44
*** yamamoto has joined #murano14:47
*** akanksha_ has quit IRC14:47
*** akulshin has joined #murano14:47
*** yamamoto_ has joined #murano14:52
*** yamamoto has quit IRC14:52
*** ducttape_ has joined #murano14:54
*** ducttape_ has quit IRC14:54
*** ducttape_ has joined #murano14:54
*** yamamoto_ has quit IRC14:57
*** yamamoto has joined #murano15:01
openstackgerritvenkatamahesh proposed openstack/python-muranoclient: Fix a spell typos  https://review.openstack.org/27574415:11
openstackgerritTetiana Lashchova proposed openstack/murano: [Murano Docs] Extend Contract section  https://review.openstack.org/25753515:24
openstackgerritvenkatamahesh proposed openstack/python-muranoclient: Fix correct spellings for some words  https://review.openstack.org/27574415:30
openstackgerritvenkatamahesh proposed openstack/python-muranoclient: Fix spellings for some words  https://review.openstack.org/27574415:34
*** Marga_ has quit IRC15:37
*** Marga_ has joined #murano15:37
*** akulshin has quit IRC15:47
*** enthurohini has joined #murano15:52
*** thumpba has quit IRC15:55
openstackgerritTetiana Lashchova proposed openstack/murano: [Murano Docs] Fix indentation level in UI definition example  https://review.openstack.org/27577915:56
openstackgerritvenkatamahesh proposed openstack/murano: Fix spelling typos  https://review.openstack.org/27578315:58
*** vgridnev_ has quit IRC16:02
*** Marga_ has quit IRC16:16
*** Marga_ has joined #murano16:18
openstackgerritDmytro Dovbii proposed openstack/murano: [Core-Library] Add 'direction' argument to '_addGroup' method  https://review.openstack.org/27534316:19
*** thumpba has joined #murano16:35
*** kzaitsev_mb has quit IRC16:37
*** vahidh has joined #murano16:47
*** akulshin has joined #murano16:47
*** slagun has joined #murano16:48
*** stan_lagun has quit IRC16:51
*** kzaitsev_mb has joined #murano16:54
*** enthurohini has quit IRC17:03
*** samuelBartel has quit IRC17:13
*** kzaitsev_mb has quit IRC17:15
*** yamamoto has quit IRC17:17
*** akulshin has quit IRC17:20
*** kzaitsev_mb has joined #murano17:21
openstackgerritShilla Saebi proposed openstack/murano: cleanup of specification murano docs  https://review.openstack.org/27583517:23
*** kzaitsev_mb has quit IRC17:26
openstackgerritShilla Saebi proposed openstack/murano: fixed typo on client rst file  https://review.openstack.org/27584917:26
*** stan_lagun has joined #murano17:28
openstackgerritShilla Saebi proposed openstack/murano: copy-editing of debug-tips murano file  https://review.openstack.org/27585517:31
*** slagun has quit IRC17:31
*** vahidh has quit IRC17:50
*** jasonsb has quit IRC18:08
*** akulshin has joined #murano18:18
*** _ducttape_ has joined #murano18:24
*** ducttape_ has quit IRC18:27
*** vgridnev has joined #murano18:31
*** vahidh has joined #murano18:52
*** _ducttape_ has quit IRC19:05
*** ducttape_ has joined #murano19:06
openstackgerritMerged openstack/python-muranoclient: Fix spellings for some words  https://review.openstack.org/27574419:27
*** ducttape_ has quit IRC19:41
*** vgridnev has quit IRC19:43
*** ducttape_ has joined #murano19:54
*** vgridnev has joined #murano20:02
openstackgerritMerged openstack/murano: [Core-Library] Add 'direction' argument to '_addGroup' method  https://review.openstack.org/27534320:17
openstackgerritMerged openstack/murano: [Murano Docs] Fix indentation level in UI definition example  https://review.openstack.org/27577920:19
openstackgerritDmytro Dovbii proposed openstack/murano: [Core-Library] Increase format version  https://review.openstack.org/27535220:30
*** raildo is now known as raildo-afk21:11
*** vgridnev has quit IRC21:18
*** sergmelikyan has joined #murano21:26
*** kzaitsev_mb has joined #murano21:32
*** thumpba has quit IRC21:55
openstackgerritMerged openstack/murano: copy-editing of debug-tips murano file  https://review.openstack.org/27585522:10
*** ducttape_ has quit IRC22:11
*** kzaitsev_mb has quit IRC22:19
*** kzaitsev_mb has joined #murano22:24
*** ducttape_ has joined #murano22:24
openstackgerritMerged openstack/murano: fixed typo on client rst file  https://review.openstack.org/27584922:57
*** Marga_ has quit IRC23:23
*** ducttape_ has quit IRC23:24

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