Tuesday, 2016-03-29

*** ducttape_ has quit IRC00:00
*** kzaitsev_mb has joined #murano00:17
*** kzaitsev_mb has quit IRC00:24
*** ducttape_ has joined #murano00:30
*** ducttape_ has quit IRC00:33
*** ducttape_ has joined #murano00:36
*** ducttape_ has quit IRC00:39
*** ducttape_ has joined #murano01:03
*** Liuqing has joined #murano01:06
*** sergmelikyan has joined #murano01:14
*** Liuqing has quit IRC01:15
*** Marga_ has quit IRC01:16
*** kzaitsev_mb has joined #murano01:21
*** kzaitsev_mb has quit IRC01:26
*** ducttape_ has quit IRC01:35
*** ducttape_ has joined #murano01:38
*** sergmelikyan has quit IRC01:39
*** Liuqing has joined #murano01:51
*** ducttape_ has quit IRC01:52
*** Marga_ has joined #murano01:56
*** Marga_ has quit IRC02:01
*** ducttape_ has joined #murano02:06
*** x00350071 has quit IRC02:06
*** x00350071 has joined #murano02:08
*** ducttape_ has quit IRC02:14
*** Marga_ has joined #murano02:17
*** ducttape_ has joined #murano02:19
*** ducttape_ has quit IRC02:21
*** Marga_ has quit IRC02:21
*** kzaitsev_mb has joined #murano02:22
*** zhurong has joined #murano02:25
*** ducttape_ has joined #murano02:27
*** kzaitsev_mb has quit IRC02:28
*** ducttape_ has quit IRC02:35
*** ducttape_ has joined #murano02:40
*** ducttape_ has quit IRC02:44
*** zhurong has quit IRC02:59
*** zhurong has joined #murano03:01
*** yamamoto has joined #murano03:14
*** Marga_ has joined #murano03:19
*** Marga_ has quit IRC03:24
*** kzaitsev_mb has joined #murano03:25
*** kzaitsev_mb has quit IRC03:30
*** Marga_ has joined #murano03:39
*** Marga__ has joined #murano03:44
*** Marga_ has quit IRC03:47
*** zhurong has quit IRC03:50
*** kzaitsev_mb has joined #murano04:26
*** kzaitsev_mb has quit IRC04:31
*** yamamoto has quit IRC04:47
*** zhurong has joined #murano05:03
*** Nikolay_St has quit IRC05:16
*** yamamoto has joined #murano05:17
*** kzaitsev_mb has joined #murano05:28
*** kzaitsev_mb has quit IRC05:33
*** zhurong has quit IRC05:38
*** zhurong has joined #murano05:44
*** zhurong has quit IRC05:49
*** zhurong has joined #murano05:52
*** yamamoto has quit IRC05:53
*** yamamoto has joined #murano06:06
*** Marga__ has quit IRC06:16
*** Nikolay_St has joined #murano06:18
*** kzaitsev_mb has joined #murano06:29
*** zhurong has quit IRC06:31
*** zhurong has joined #murano06:34
*** kzaitsev_mb has quit IRC06:34
*** ishergin has joined #murano06:52
*** samuelBartel has joined #murano07:10
*** nshenoy has joined #murano07:21
nshenoyStanLagun: Hi Stan, Query regarding the core library versioning. If i look at typical application package, there is a version field as part of execution plan. mostly the .template file07:25
nshenoyand then we have manifest file which does not hold any versioning information currently.  So where should i introduce the version field ?07:25
*** kzaitsev_mb has joined #murano07:31
openstackgerritNikolay Starodubtsev proposed openstack/murano: Add documentation about bundles  https://review.openstack.org/29692907:34
*** kzaitsev_mb has quit IRC07:36
*** zhurong has quit IRC07:37
*** zhurong has joined #murano07:38
StanLagunnshenoy: execution plan versions has nothing to do with package versions. They are never used07:41
StanLagunnshenoy: package version is in manifest file. If it's missing then the version=1.0.007:42
StanLagunsorry =0.0.007:42
nshenoyGot it07:45
nshenoyyes it is missing currently07:45
nshenoyStanLagun: i can introduce it below FormatVersion ?07:45
StanLagunmanifest is a YAML unordered dictionary. You can put it anywhere you like07:46
StanLagunnote that core library has a special treatment in Murano. Packages can use classes only from the packages listed in Require section of their manifests. If no requirement on core library was specified then requirement "io.murano: 0" is inserted automatically07:49
StanLagunthus in order to use core library >= 1.0.0 you will have to reference it explicitly07:50
StanLagunalso API created Environment version 007:50
nshenoyI inserted version: 1.0.0 in the manifest file and imported the package. I think there is a small bug in the UI, it does not display the version (still blank)07:51
nshenoyStanLagun: applications need to use core library explicitely right ? in the app package, we need to mention core library version07:53
StanLagunnshenoy: UI displays version only when Glare is used. Murano API doesn't know package version08:02
StanLagunif you want CL 1.0.0 you need to mention it in requirements08:03
nshenoyhmmm ok08:04
StanLagunHowever the problem that you will face is that Environment created is version 0.0.0. And it expects a list of Application version 0.0.0. So your app derived from Application 1.0.0 will not fit08:04
nshenoyso how do i change environment to point to 1.0.0 or 0.0.0 ?08:06
*** kzaitsev_mb has joined #murano08:11
*** kzaitsev_mb has quit IRC08:17
StanLagunnshenoy: currently there is no way to do that except for code patching. But then you'll break existing apps08:24
StanLagunThat's was my motivation to say that until we solve this problem we cannot merge anything CL related to the master and it might be reasonable to do development in a separate branch08:25
*** dims has quit IRC08:26
StanLagunsimplest solution I have is to add optional version parameter to environment-create API call and create environments from CLI.08:27
StanLagunBut then you need to release new python-muranoclient08:27
nshenoyyes. Or can we enhance the python-muranoclient to accept both versions ?08:31
*** dims has joined #murano08:31
StanLagunpython-muranoclient doesn't accept any version now because there is no such parameter08:32
StanLagun0.0.0 is hardcoded. So the first thing to do is make it be a parameter. And then you need python-muranoclient wrapping with that added parameter. And then it comes to UI and user experience08:33
*** srwilkers has quit IRC08:33
*** srwilkers has joined #murano08:33
nshenoyStanLagun:  ok not that easy then . Need to go and back see the client code first08:35
nshenoylet me get back to you08:35
*** nshenoy has quit IRC08:44
*** kzaitsev_mb has joined #murano08:45
openstackgerritValerii Kovalchuk proposed openstack/python-muranoclient: Make use of version passed to glare artifacts_client  https://review.openstack.org/29652908:51
*** zhurong has quit IRC09:06
*** klkumar has joined #murano09:28
*** Liuqing has quit IRC09:47
*** Liuqing has joined #murano10:27
*** klkumar has quit IRC10:37
*** ksnihyr has joined #murano10:41
*** yamamoto has quit IRC10:54
*** klkumar has joined #murano10:54
*** yamamoto has joined #murano10:55
*** Liuqing has quit IRC10:56
*** klkumar has quit IRC11:02
*** yamamoto has quit IRC11:07
*** yamamoto has joined #murano11:18
*** yamamoto has quit IRC11:23
*** Marga_ has joined #murano11:26
*** Liuqing has joined #murano11:35
*** klkumar has joined #murano11:42
*** klkumar has quit IRC11:42
openstackgerritNikolay Starodubtsev proposed openstack/murano: Workaround for murano-agent install with py2.6  https://review.openstack.org/27362611:52
*** Marga_ has quit IRC11:54
*** ducttape_ has joined #murano12:12
*** raildo-afk is now known as raildo12:20
openstackgerritNikolay Starodubtsev proposed openstack/murano: Use unified retrying decorator  https://review.openstack.org/29870012:20
openstackgerritNikolay Starodubtsev proposed openstack/murano: Use unified retrying decorator  https://review.openstack.org/29870012:22
*** ducttape_ has quit IRC12:28
*** akulshin has joined #murano12:32
akulshinHi everybody!12:32
akulshinDoes anyone know where i can check and alter file size limit when downloading using murano action?12:33
akulshinWhen i execute murano action with Return: new(std:File... i cannot put content bigger then 10kb to that file.12:35
kzaitsev_mbI don't think there is any limit for io.murano.File itself12:37
kzaitsev_mbare you trying to upload it to murano instance?12:38
*** yamamoto has joined #murano12:39
akulshinhi! no^ i careate action for downloading log files archive12:53
akulshinthe archive is about 6MB and it is not downloading12:53
akulshinthe only file size i succeded is 10kb (13868 in Base64)12:53
akulshinhttp://docs.openstack.org/developer/murano/draft/appdev-guide/murano_pl/actions.html - just like here12:54
kzaitsev_mbakulshin: huh, interesting.12:55
kzaitsev_mblooks like a bug to me. Can you pls file it?12:55
akulshinok, i will post a link12:58
*** klkumar has joined #murano13:05
*** srwilkers_ has joined #murano13:07
*** srwilkers_ is now known as srwilkers_mobile13:08
akulshinhttps://bugs.launchpad.net/openstack-ansible/+bug/156331813:11
openstackLaunchpad bug 1563318 in openstack-ansible "Unable to download file > 100kb using murano action" [Undecided,New]13:11
Nikolay_Stkzaitsev_mb: StanLagun ativelkov I try to install murano-agent under py2.6 and this is error message that I have http://pastebin.com/Lqs63QCi13:21
Nikolay_Stis it py2.6 related?13:22
*** klkumar has quit IRC13:28
akulshinkzaitsev_mb: any thoughts?13:29
*** klkumar has joined #murano13:30
*** tlashchova has joined #murano13:35
openstackgerritMerged openstack/murano: Remove unnecessary packages.rst  https://review.openstack.org/29750713:38
*** ducttape_ has joined #murano13:55
*** Liuqing has quit IRC14:02
*** ishergin_ has joined #murano14:06
*** ishergin has quit IRC14:09
*** ishergin_ has quit IRC14:11
openstackgerritMerged openstack/murano: Use unified retrying decorator  https://review.openstack.org/29870014:41
*** Nikolay_St has quit IRC14:43
*** ksnihyr has quit IRC14:50
*** ksnihyr has joined #murano14:51
openstackgerritMerged openstack/murano: Document changes in Dynamic UI  https://review.openstack.org/29816315:05
*** openstackgerrit has quit IRC15:06
*** openstackgerrit has joined #murano15:06
*** lin_yang has quit IRC15:43
*** lin_yang has joined #murano15:43
*** ksnihyr has quit IRC15:45
*** klkumar has quit IRC15:48
*** zhurong has joined #murano15:48
*** gokrokve has joined #murano15:59
*** ducttape_ has quit IRC15:59
*** samuelBartel has quit IRC16:00
*** ducttape_ has joined #murano16:01
*** klkumar has joined #murano16:04
*** srwilkers_mobile has quit IRC16:04
*** ksnihyr has joined #murano16:13
*** kzaitsev_mb has quit IRC16:13
*** klkumar has quit IRC16:19
*** kzaitsev_mb has joined #murano16:24
*** Marga_ has joined #murano16:25
kzaitsev_mbakulshin: sorry, didn't really had time today to look into your problem, would test what you did tomorrow16:26
akulshinok, no problem! thanks!16:26
*** Nikolay_St has joined #murano16:27
kzaitsev_mbakulshin: if you're lucky enough — this can make it into mitaka release16:27
akulshinkzaitsev_mb: will see ;)16:29
*** yamamoto has quit IRC16:31
*** Marga_ has quit IRC16:31
*** klkumar has joined #murano16:48
*** srwilkers_ has joined #murano16:49
*** srwilkers_ is now known as srwilkers_mobile16:49
*** tlashchova_ has joined #murano16:51
*** Marga_ has joined #murano16:55
*** sergmelikyan has joined #murano17:00
*** igormarnat has quit IRC17:07
*** lin_yang has quit IRC17:07
*** sergmelikyan has quit IRC17:07
*** x00350071 has quit IRC17:07
*** godlike has quit IRC17:07
*** akuznetsova has quit IRC17:07
*** dhellmann has quit IRC17:07
*** vkmc has quit IRC17:07
*** mfisch has quit IRC17:07
*** ksnihyr has quit IRC17:07
*** x00350071_ has joined #murano17:07
*** sergmeli_ has joined #murano17:07
*** sergmeli_ is now known as sergmelikyan_17:07
*** sergmelikyan_ has quit IRC17:07
*** sergmeli_ has joined #murano17:07
openstackgerritOmar Shykhkerimov proposed openstack/murano: Delete 'package_upgrade: true' option  https://review.openstack.org/29887617:07
*** Marga_ has quit IRC17:07
*** Marga_ has joined #murano17:07
*** mfisch has joined #murano17:07
*** dhellmann has joined #murano17:07
*** akuznetsova has joined #murano17:08
*** mfisch is now known as Guest2804917:08
*** lin_yang has joined #murano17:08
*** igormarnat has joined #murano17:08
*** srwilkers_mobile has quit IRC17:09
*** vkmc has joined #murano17:09
*** godlike has joined #murano17:10
*** tlashchova has quit IRC17:12
*** tlashchova_ is now known as tlashchova17:12
*** yamamoto has joined #murano17:14
*** ducttape_ has quit IRC17:16
*** klkumar has quit IRC17:29
*** ducttape_ has joined #murano17:31
*** ksnihyr has joined #murano17:33
*** Marga__ has joined #murano17:34
*** Marga__ has quit IRC17:36
*** Marga_ has quit IRC17:37
*** Marga_ has joined #murano17:37
*** Marga_ has quit IRC17:37
*** Marga_ has joined #murano17:38
*** Marga_ has quit IRC17:39
*** gokrokve has quit IRC17:39
*** Marga_ has joined #murano17:40
*** Nikolay_St has quit IRC17:46
*** kzaitsev_mb has quit IRC17:59
*** zhurong has quit IRC18:03
*** srwilkers_ has joined #murano18:03
*** akulshin has quit IRC18:05
*** ishergin has joined #murano18:14
*** Marga__ has joined #murano18:21
*** Marga_ has quit IRC18:26
*** srwilkers_ has quit IRC18:32
*** fuel-slackbot has joined #murano18:43
*** Marga__ has quit IRC18:52
*** Marga_ has joined #murano18:53
*** srwilkers_ has joined #murano18:54
*** Marga__ has joined #murano19:00
*** ducttape_ has quit IRC19:00
*** ducttape_ has joined #murano19:01
*** Guest28049 is now known as mfisch19:01
*** mfisch is now known as Guest8245419:01
*** Guest82454 has quit IRC19:02
*** Guest82454 has joined #murano19:02
*** Guest82454 is now known as mfisch19:03
*** Marga_ has quit IRC19:03
*** krotscheck is now known as krotscheck_dcm19:07
*** raildo is now known as raildo-afk19:12
*** ajschroeder has joined #murano19:15
ajschroederhello19:15
ajschroederdoes anyone have package examples for Microsoft IIS?19:15
ajschroederI find a few on google but they do not work with murano liberty19:15
*** kzaitsev_mb has joined #murano19:16
openstackgerritKirill Zaitsev proposed openstack/murano: Delete 'package_upgrade: true' option  https://review.openstack.org/29887619:18
*** sergmeli_ is now known as sergmelikyan19:24
*** srwilkers_ has quit IRC19:30
*** raildo-afk is now known as raildo19:45
*** ducttape_ has quit IRC19:47
openstackgerritKirill Zaitsev proposed openstack/murano: WIP  https://review.openstack.org/29895419:48
openstackgerritKirill Zaitsev proposed openstack/murano: Revert "Use unified retrying decorator"  https://review.openstack.org/29895519:48
*** ishergin has quit IRC19:49
*** ducttape_ has joined #murano19:58
*** ducttape_ has quit IRC20:01
*** gokrokve has joined #murano20:02
*** ducttape_ has joined #murano20:02
*** gokrokve has quit IRC20:08
*** Marga__ has quit IRC20:10
*** Marga_ has joined #murano20:12
*** ishergin_ has joined #murano20:17
*** gokrokve has joined #murano20:29
*** tlashchova has quit IRC20:32
*** gokrokve has quit IRC20:34
*** srwilkers has quit IRC20:45
*** sergmelikyan has quit IRC20:46
*** raildo is now known as raildo-afk20:47
*** gokrokve has joined #murano20:48
*** kzaitsev_mb has quit IRC20:51
*** kzaitsev_mb has joined #murano20:51
*** ishergin_ has quit IRC20:56
*** ksnihyr has quit IRC21:08
*** gokrokve has quit IRC22:01
*** kzaitsev_mb has quit IRC22:02
*** gokrokve has joined #murano22:02
*** gokrokve has quit IRC22:07
*** gokrokve has joined #murano22:07
*** ksnihyr has joined #murano22:08
*** ksnihyr has quit IRC22:14
*** ducttape_ has quit IRC22:32
*** kzaitsev_mb has joined #murano22:58
*** kzaitsev_mb has quit IRC23:02
*** gokrokve has quit IRC23:07
*** ksnihyr has joined #murano23:11
*** ksnihyr has quit IRC23:15
*** ducttape_ has joined #murano23:17
*** ducttape_ has quit IRC23:19
*** kzaitsev_mb has joined #murano23:28
*** gokrokve has joined #murano23:33
*** kzaitsev_mb has quit IRC23:33
*** gokrokve has quit IRC23:37
*** gokrokve has joined #murano23:41
*** gokrokve has quit IRC23:55

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