Tuesday, 2015-05-05

*** asalkeld has joined #murano00:24
*** pradip_r has quit IRC00:40
*** pradip_r has joined #murano00:40
*** freerunner has quit IRC00:58
*** eghobo has quit IRC01:22
*** eghobo has joined #murano01:22
*** kzaitsev has quit IRC01:36
*** eghobo has quit IRC01:44
*** serg_melikyan has joined #murano02:09
*** serg_melikyan has quit IRC02:13
*** eghobo has joined #murano03:50
*** gokrokve has joined #murano04:16
*** eghobo has quit IRC04:18
*** gokrokve has quit IRC04:20
*** eghobo has joined #murano04:25
*** gokrokve has joined #murano04:45
*** eghobo_ has joined #murano05:13
*** eghobo has quit IRC05:17
*** eghobo has joined #murano05:19
*** eghobo_ has quit IRC05:21
*** gokrokve_ has joined #murano05:58
*** gokrokve has quit IRC06:01
*** gokrokve_ has quit IRC06:02
*** openstackgerrit has quit IRC06:23
*** openstackgerrit has joined #murano06:23
*** ddovbii has joined #murano06:48
zigoI've fixed Python 3 issues for yaql 0.2.6.07:06
zigoBut I saw there's a 1.0 beta2, which has some Python 3 fixes too.07:06
zigoDo you guys want the patch?07:06
zigoAlso, could you please add testing on Python 3, so what happened on the 28th of april doesn't happen again?07:06
zigoPlease give me an answer.07:07
zigoI'll be arround all morning until 11:15am.07:07
zigo(Paris time)07:07
*** eghobo has quit IRC07:12
katyaferventhi zigo!07:58
zigokatyafervent: Hi there!07:58
zigoI really would appreciate some help.07:59
zigoMurano is the last of all Kilo packages which I couldn't upload to Sid because of these Yaql issues.07:59
katyaferventyaql should support Python2 in 1.0 version08:00
katyaferventbut currently Murano uses the previous version08:00
zigokatyafervent: You mean python3 ?08:01
zigokatyafervent: Well, can someone fix things, somehow? Either fix Python3 support in Yaql 0.2.6, or fix Murano so that it could use version 1.0 of Yaql?08:01
zigoOtherwise, I'm stuck with no other possibility but to drop support for Python 3 in the Yaql package, and that's really a crap way to handle things.08:02
*** samuelBartel has joined #murano08:02
katyaferventwe should add job for python-3 for the yaql ci08:03
katyaferventzigo, yeah, I meant 308:03
zigoExactly.08:03
katyaferventmigrate to the new yaql is one of the priority task08:04
katyaferventit will be murano from liberty08:04
katyaferventis it ok for you or do ouy need murano in kilo?08:04
katyaferventor, I see, you need Kilo08:04
zigokatyafervent: As I wrote, I need this backported to Murano for Kilo, or yaql 0.2.6 fixed for Python 3.08:04
katyaferventand why python 3 supporting is necessary in kilo?08:06
zigokatyafervent: My Debian package for Yaql 0.2.3 had Python 3 support (Debian specific patch). If I want to upgrade to 0.2.6, my patch isn't enough anymore.08:09
zigokatyafervent: The only option is to drop Python 3 support from the Debian package, which is bad, because when I want to re-add Python3 support, the package can be stuck in the FTP master NEW queue for month, and I'd like to avoid this.08:10
zigoPlus anyway, dropping Python3 support is just so lame ...08:10
zigokatyafervent: Yaql 0.2.6 was released just a few days before the release day, and now Murano needs it. This is a completely wrong way to handle things, and I do expect the Murano team to at least fix problems like this if such a bad release management happens.08:11
katyaferventzigo, we don't plan to support Python 3 in yaql 0.2.6, let's wait for sergmelikyan and he tells what we are going to do next08:13
katyaferventI think we will backport patches, that supports new yaql and change the requirements08:13
zigokatyafervent: That'd be best, IMO as well.08:14
* zigo -> cofee time...08:15
sergmelikyanzigo, o/08:50
zigosergmelikyan: Hi!08:50
sergmelikyanzigo, we don't plan to support python 3 in yaql 0.2.x08:51
*** kzaitsev has joined #murano08:51
zigosergmelikyan: Then could you please write a patch to support 1.0 in Murano, so I can upload both yaql 1.0 and murano 2015.1.0?08:51
zigoI'm ok with patches not yet merged, I can do a Debian specific patch.08:51
sergmelikyanzigo, it's considerable amount of work and importantly it's changing language available to the user in Murano.08:53
sergmelikyanzigo, what is wrong with not supporting Python 3 for Murano?08:53
zigosergmelikyan: Not in Murano, but in Yaql.08:54
sergmelikyanMurano does not have support for Python 3, and I don't get what is wrong with that08:54
zigosergmelikyan: What's wrong is that it is a major regression.08:54
sergmelikyanYAQL never supported Python 308:54
zigosergmelikyan: It did in version 0.2.3 in Debian, as I wrote a Debian specific patch for it which was trivial to write.08:54
zigosergmelikyan: Also, Python 3.3 is declared !!!08:55
zigoFrom setup.cfg:08:55
zigoclassifier =08:55
zigo    [...]08:55
zigo    Programming Language :: Python :: 308:55
zigo    Programming Language :: Python :: 3.308:55
zigosergmelikyan: What do you suggest that I do then? Just drop support for Python3 support in python-yaql in Debian?08:56
sergmelikyanzigo, yep08:56
zigo:(08:56
zigosergmelikyan: Is there at least some plan to move to Python 3 for Murano?08:57
zigoPython 2 will be removed from distributions at some point.08:58
zigoIn Debian, the plan is to deprecate it from Stretch (ie: Debian 9) and remove it from Buster (ie: Debian 10).08:58
zigoBTW:   File "/home/zigo/sources/openstack/kilo/python-yaql/build-area/python-yaql-0.2.6/yaql/__init__.py", line 16, in <module>09:00
zigo    import context09:00
zigoImportError: No module named 'context'09:00
zigoThis issue is also in 0.2.6 in Py2 ...09:00
zigoAh no, sorry, my bad.09:01
zigo(I was still testing with Py3)09:01
*** kzaitsev has quit IRC09:20
*** kzaitsev has joined #murano09:22
pradip_rkatyafervent : hi09:31
pradip_r katyafervent : i had build a image using latest murano agent and it's working fine....!!09:32
*** igormarnat is now known as imarnat09:41
*** imarnat is now known as igormarnat09:53
*** kzaitsev has quit IRC10:06
*** kzaitsev has joined #murano10:13
sergmelikyanzigo, yaql 0.2.x is supported version of YAQL, we are working on 1.0.0 that would be used starting from liberty10:14
vryzhenkinpradip_r: Hi! This is really good news!10:15
*** vryzhenkin is now known as freerunner10:15
*** freerunner is now known as vryzhenkin10:15
*** vryzhenkin is now known as freerunner10:15
pradip_rvryzhenkin : yes .. :)10:17
pradip_rvryzhenkin : actualy i am going to deploy cloud foundry.... can you tell me what is minimum configuration it's required....?10:18
*** serg_melikyan has joined #murano10:21
*** katyafervent is now known as katyafervent_awa10:22
openstackgerritOlga Gusarenko proposed openstack/murano: Murano docs structure  https://review.openstack.org/17690810:30
*** serg_melikyan has quit IRC10:32
openstackgerritOlga Gusarenko proposed openstack/murano: Murano docs structure  https://review.openstack.org/17690810:34
*** igormarnat is now known as imarnat10:37
*** katyafervent_awa is now known as katyafervent10:38
freerunnerpradip_r: So, AFAIK, for CloudFoundry app u need at least 8GB of ram and 4VCPU (m1.large flavor)10:48
*** imarnat is now known as igormarnat10:56
*** shaggycat has joined #murano11:08
*** freerunn_ has joined #murano11:25
*** freerunn_ has quit IRC11:40
*** igormarnat is now known as imarnat11:43
openstackgerritOlga Gusarenko proposed openstack/murano: Murano docs structure  https://review.openstack.org/17690811:48
*** kzaitsev has quit IRC11:51
*** kzaitsev has joined #murano11:54
*** freerunn_ has joined #murano11:54
*** freerunn_ has left #murano11:55
*** freerunn_ has joined #murano11:55
*** freerunner has quit IRC12:01
*** freerunner has joined #murano12:02
*** freerunner has quit IRC12:06
*** freerunner has joined #murano12:19
*** kzaitsev has quit IRC12:32
*** kzaitsev has joined #murano12:34
*** freerunner has quit IRC12:37
openstackgerritEkaterina Chernova proposed openstack/murano: Fix cleanup_duplicates PluginLoader method  https://review.openstack.org/18012512:39
openstackgerritEkaterina Chernova proposed openstack/murano: Fix cleanup_duplicates PluginLoader method  https://review.openstack.org/18012512:46
openstackgerritEkaterina Chernova proposed openstack/murano-dashboard: Add catalog parameter to packages list API call  https://review.openstack.org/18013212:54
openstackgerritKirill Zaitsev proposed openstack/murano-dashboard: Add catalog parameter to packages list API call  https://review.openstack.org/18013613:03
openstackgerritEkaterina Chernova proposed openstack/murano-dashboard: Add catalog parameter to packages list API call  https://review.openstack.org/18013213:04
*** serg_melikyan has joined #murano13:17
*** serg_melikyan has quit IRC13:22
*** serg_melikyan has joined #murano13:22
*** serg_melikyan has quit IRC13:22
*** freerunner has joined #murano13:23
*** serg_melikyan has joined #murano13:26
*** kzaitsev has quit IRC13:43
*** kzaitsev has joined #murano13:50
*** kzaitsev has quit IRC13:55
*** imarnat is now known as igormarnat14:01
*** kzaitsev has joined #murano14:02
*** igormarnat is now known as imarnat14:02
*** gokrokve has joined #murano14:10
*** kzaitsev has quit IRC14:16
*** freerunner has quit IRC14:18
openstackgerritMerged openstack/murano: Remove unused dependency on lockfile  https://review.openstack.org/17985314:25
*** serg_melikyan has quit IRC14:34
openstackgerritMerged openstack/murano: Fixed YAQL tag leakage to YAML loader  https://review.openstack.org/17917614:35
*** gokrokve_ has joined #murano14:43
*** serg_melikyan has joined #murano14:44
*** gokrokve has quit IRC14:46
*** serg_melikyan has quit IRC15:01
*** serg_melikyan has joined #murano15:02
*** pradip_r has quit IRC15:09
*** pradip_r has joined #murano15:10
*** pradip_r has quit IRC15:17
*** pradip_r has joined #murano15:23
*** freerunner has joined #murano15:28
*** pradip_r has quit IRC15:29
*** pradip_r has joined #murano15:29
*** pradip_r has quit IRC15:35
*** freerunner has quit IRC15:37
*** freerunner has joined #murano15:38
*** samuelBartel has quit IRC15:40
*** pradip_r has joined #murano15:42
*** freerunner has quit IRC15:42
*** pradip_ has joined #murano15:47
*** pradip_r has quit IRC15:48
*** pradip_ is now known as pradip_r15:48
*** freerunner has joined #murano15:53
*** serg_melikyan has quit IRC15:55
*** eghobo has joined #murano16:01
*** freerunner has quit IRC16:03
*** freerunner has joined #murano16:04
*** freerunner has quit IRC16:05
*** serg_melikyan has joined #murano16:06
*** freerunner has joined #murano16:08
*** serg_melikyan has quit IRC16:11
*** pradip_r has quit IRC16:12
*** pradip_r has joined #murano16:12
*** freerunner has quit IRC16:22
*** gokrokve_ has quit IRC16:39
openstackgerritEkaterina Chernova proposed openstack/murano: Fix cleanup_duplicates PluginLoader method  https://review.openstack.org/18012516:40
*** pradip_r has quit IRC16:43
*** freerunner has joined #murano16:44
*** freerunner has quit IRC16:46
*** freerunner has joined #murano16:47
*** freerunner has quit IRC16:47
*** pradip_r has joined #murano16:48
openstackgerritMerged openstack/murano-agent: Drop use of 'oslo' namespace package  https://review.openstack.org/17839017:00
*** imarnat is now known as igormarnat17:00
ruhemeeting time everyone17:01
ruheat #openstack-meeting-alt17:01
-openstackstatus- NOTICE: zuul has been restarted to troubleshoot an issue, gerrit events between 15:00-17:00 utc were lost and changes updated or approved during that time will need to be rechecked or have their approval votes readded to trigger testing17:03
*** gokrokve has joined #murano17:07
*** gokrokve has quit IRC17:07
*** serg_melikyan has joined #murano17:07
*** gokrokve has joined #murano17:12
*** serg_melikyan has quit IRC17:12
*** gokrokve has quit IRC17:12
*** freerunner has joined #murano17:14
openstackgerritEkaterina Chernova proposed openstack/murano: Murano docs structure  https://review.openstack.org/17690817:15
*** freerunner has quit IRC17:28
*** igormarnat is now known as imarnat17:29
*** imarnat is now known as igormarnat17:35
*** freerunner has joined #murano17:35
openstackgerritHenar Muñoz proposed openstack/murano: Functional tests for Chef and Puppet examples  https://review.openstack.org/17772117:44
*** freerunner has quit IRC18:04
*** gokrokve has joined #murano18:09
*** gokrokve has quit IRC18:12
*** gokrokve has joined #murano18:24
*** gokrokve has quit IRC18:29
*** gokrokve has joined #murano18:34
*** gokrokve has quit IRC19:01
*** gokrokve has joined #murano19:01
*** freerunner has joined #murano20:08
*** Samos123 has quit IRC20:38
*** Samos123 has joined #murano20:44
*** freerunner has quit IRC22:19
*** freerunner has joined #murano22:23

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