Friday, 2016-07-01

*** banix has joined #openstack-kuryr00:03
*** vikasc has joined #openstack-kuryr00:07
*** shashank_hegde has quit IRC00:39
*** limao has joined #openstack-kuryr00:41
*** limao has quit IRC00:49
*** limao has joined #openstack-kuryr00:50
*** banix has quit IRC01:12
*** banix has joined #openstack-kuryr02:09
*** banix_ has joined #openstack-kuryr02:09
*** banix has quit IRC02:10
*** vikasc has quit IRC02:21
*** shashank_hegde has joined #openstack-kuryr02:34
*** shashank_hegde has quit IRC02:42
*** diga has quit IRC02:46
*** yuanying_ has quit IRC02:52
*** huikang has joined #openstack-kuryr03:03
*** yamamoto_ has joined #openstack-kuryr03:28
*** huikang has quit IRC03:42
*** huikang has joined #openstack-kuryr03:42
*** diga has joined #openstack-kuryr03:46
*** huikang has quit IRC03:47
*** vikasc has joined #openstack-kuryr03:48
*** yuanying has joined #openstack-kuryr03:50
*** tfukushima has joined #openstack-kuryr03:59
*** yamamoto_ has quit IRC04:19
*** yamamoto_ has joined #openstack-kuryr04:21
*** shashank_hegde has joined #openstack-kuryr04:32
*** yamamoto_ has quit IRC04:38
*** vikasc has quit IRC05:07
*** vikasc has joined #openstack-kuryr05:08
*** yamamoto_ has joined #openstack-kuryr05:24
*** tfukushima has quit IRC05:53
*** tfukushima has joined #openstack-kuryr05:57
*** yuanying has quit IRC06:01
*** yuanying has joined #openstack-kuryr06:02
*** fawadkhaliq has joined #openstack-kuryr06:03
*** yuanying has quit IRC06:05
*** yuanying has joined #openstack-kuryr06:08
*** fawadkhaliq has quit IRC06:09
*** fawadkhaliq has joined #openstack-kuryr06:10
*** reedip has quit IRC06:20
*** tfukushima has quit IRC06:21
*** tfukushima has joined #openstack-kuryr06:26
digaHello everyone06:29
digaI am trying to push the code but it is giving error06:30
digagit review06:30
digaPassword for 'https://digambar@review.openstack.org:06:30
digafatal: Authentication failed for 'https://digambar@review.openstack.org/openstack/kuryr.git/'06:30
digaI have uploaded the ssh-key in gerrit but still it is showing this error06:31
*** tfukushima has quit IRC06:38
vikascdiga,  please provide the http password present in gerrit profile setting in "HTTP_PASSWORD"06:59
digaok07:00
*** yuanying has quit IRC07:05
*** yuanying has joined #openstack-kuryr07:08
*** openstackgerrit has quit IRC07:33
*** openstackgerrit has joined #openstack-kuryr07:33
*** tfukushima has joined #openstack-kuryr07:33
*** fawadkhaliq has quit IRC07:44
vikascbanix_, ping07:59
vikasctfukushima, ping07:59
vikascgsagie, ping08:05
digavikasc: got it working, thanks08:09
vikascdiga, welcome!!08:10
vikascdiga,  i am also struggling with a problem, if you could help08:10
digavikasc: yes08:10
digavikasc:sure08:11
vikascdiga,  kuryr-libnetwork is supposed to use common parts such as binding code, exceptions from "kuryr"08:11
digacan you post the link here08:12
digaI can take a look at it08:12
vikascdiga,  for this, i think "kuryr" should be added in "requirements.txt" but "pip install kuryr" does not work.08:13
vikascdiga,  this is all on th ml08:13
vikascdiga,  wait08:13
digavikasc: okay08:13
digathe package we added on pypi has all these updates08:14
digaI will try at my end also08:14
vikascdiga, at pypi.org there is just index file for kuryr08:15
vikascdiga,  pkg is not there08:15
digavikasc: okay08:15
vikascdiga,  i tried giving tarball from tarballs.openstack in requirements.txt08:15
digaokay08:16
vikascdiga, http://lists.openstack.org/pipermail/openstack-dev/2016-June/098085.html08:17
digavikasc: I will go through it08:17
*** openstackgerrit has quit IRC08:18
*** openstackgerrit has joined #openstack-kuryr08:18
vikascdiga, thanks please let me know if u get success in installing kuryr through pip.08:18
digavikasc: sure08:18
digavikasc: but I am not agree with proposed file structure for api08:19
digait should be08:19
digakuryr/api/controller/kubernetes08:20
digakuryr/api/controller/other08:20
digathis way code will have good structure in place08:20
vikascdiga, i will update the spec soon.. there we can have discussion08:21
digasure08:21
digaI think if we can maintain the api version will be good for future work08:22
vikascdiga, makes sense to me08:22
digavikasc: we can discuss this thing in the team meeting also08:23
digaapuimedo: irenab : there ?08:23
digavikasc: we can discuss with them, if they are here or sometime later today08:24
vikascdiga, +108:24
*** tfukushima has quit IRC08:32
*** yamamoto_ has quit IRC08:33
*** yamamoto has joined #openstack-kuryr08:35
*** shashank_hegde has quit IRC08:52
*** salv-orl_ has quit IRC09:09
*** salv-orlando has joined #openstack-kuryr09:10
*** neil_ has joined #openstack-kuryr09:13
*** neiljerram has quit IRC09:14
*** neil_ has quit IRC09:15
*** tfukushima has joined #openstack-kuryr09:19
*** limao has quit IRC09:21
*** fawadkhaliq has joined #openstack-kuryr09:30
*** fawadkhaliq has quit IRC09:30
apuimedovikasc: pip does not work because we never made a release of kuryr yet09:45
apuimedoso we'd have to make a release09:45
apuimedothen I'd upload the wheel to pypi09:45
apuimedothen you can put it in requirements09:45
apuimedoit's a bit of a chicken and egg problem09:45
vikascapuimedo,  i am working with tarball09:45
apuimedovikasc: that's an option in the meantime09:45
apuimedovikasc: actually, in requirements.txt, you can also point it to a git repo09:46
vikascapuimedo, adding tarball in requiremenst of kuryr-libnetwork09:46
apuimedobut probably the automatically generated tarball is a better idea09:46
apuimedovikasc: cool09:46
*** fawadkhaliq has joined #openstack-kuryr09:46
vikascvikasc, working to get "kuryr" namespace thing working and use code from "kuryr" in libnetwork09:47
vikascapuimedo,09:47
apuimedogreat vikasc !09:47
vikascapuimedo, thanks, will ping you in case if i get stcuk somewhere09:48
apuimedovikasc: please do ;-)09:48
*** tfukushima has quit IRC10:08
*** fawadkhaliq has quit IRC10:22
*** fawadkhaliq has joined #openstack-kuryr10:23
*** fawadkhaliq has quit IRC10:28
*** ivc_ has joined #openstack-kuryr10:28
*** fawadkhaliq has joined #openstack-kuryr10:29
*** ivc_ has quit IRC10:34
*** ivc_ has joined #openstack-kuryr10:34
*** fawadkhaliq has quit IRC10:35
vikascapuimedo, ping10:36
apuimedotell me10:37
*** fawadkhaliq has joined #openstack-kuryr10:37
vikascapuimedo, there seems to be a limitation that any  package/repo name should not be same as  namespace name.10:38
vikascapuimedo,  like kuryr is common namespace name and kuryr is also one of the package name10:38
apuimedothe package name of the kuryr repo should probaby be kuryr.lib or kuryr.common10:39
apuimedoI guess10:39
*** neiljerram has joined #openstack-kuryr10:39
vikascapuimedo, yes,10:39
apuimedoI hope it is not necessary to change the repo name, for that10:39
vikascapuimedo, i am not sure on this10:40
*** fawadkhaliq has quit IRC10:40
*** fawadkhaliq has joined #openstack-kuryr10:40
apuimedoI think it should be possible10:41
vikascapuimedo, pkg name is using to verify versioning from git repo10:41
*** ivc_ has quit IRC10:41
vikascapuimedo, tar ball which i have locally.. i am trying to change the package name in setup.cfg but then pbr starts throwing error10:41
apuimedowhich error?10:42
vikascapuimedo,   Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?10:42
vikasc    error in setup command: Error parsing /tmp/pip-M_BpHg-build/setup.cfg: Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?10:42
vikascapuimedo,  i changes "name" in setup.cfg to "kuryr-lib" and then tried "pip install requirements.txt" in kuryr-libnetwork10:43
apuimedovikasc: probably you have to change the setup.cfg in the git repo10:43
apuimedothen do an sdist10:43
apuimedowhich will get you a atarball10:43
vikascapuimedo,  ok10:43
apuimedoand then use this tarball10:43
apuimedotry it locally10:43
apuimedoand then we can see if we make the patch upstream10:44
vikascapuimedo,  name i am changing in local tar only10:44
apuimedoI'll give it a shot10:45
vikascapuimedo,  should i push a patch to kuryr changing setup.cfg10:45
vikasc?10:45
vikascapuimedo, ok10:45
apuimedovikasc: not yet10:45
apuimedowe need to be careful not to get all the repos in a completely unusable state10:46
vikascapuimedo,  :)10:46
*** fawadk has joined #openstack-kuryr10:46
vikascapuimedo,  +110:46
vikascapuimedo,  i was modifying name in local tar but then pbr is giving above pasted error10:46
*** fawadkhaliq has quit IRC10:47
*** fawadk has quit IRC10:47
apuimedovikasc: just a sec, I'm almost done trying it out10:47
vikascapuimedo,  sure10:47
*** fawadkhaliq has joined #openstack-kuryr10:47
apuimedovikasc: I changed the name in setup.cfg in the git repo10:49
apuimedothen I did the sdist10:49
apuimedothen in a virtualenv I did a pip install dist/kuryr-lib-0.1.0.dev418.tar.gz10:50
apuimedoand the installation succeeded10:50
vikascapuimedo,  thanks10:50
vikascapuimedo,  got it10:50
apuimedowe have to check how namespaces work with pbr10:50
vikascapuimedo,  i am trying and testing it.  will update10:51
apuimedothanks!10:52
apuimedovikasc: I was thinking that, to make the transition as trouble free as possible10:52
*** fawadk has joined #openstack-kuryr10:52
*** fawadkhaliq has quit IRC10:52
apuimedomaybe what we could do is to move most of the code, as-is, to kuryr-libnetwork10:52
apuimedoexcept the common part10:52
apuimedothat we can rename on both repos to kuryr-lib10:53
apuimedoand then, after making a release tag10:53
apuimedowe continue with the rpc work10:53
vikascapuimedo, seems good10:54
apuimedook10:54
apuimedolet's take a stab at it10:54
apuimedo:-)10:54
vikascapuimedo, :)10:54
apuimedopbr supports a namespace_packages declaration in [files]10:55
apuimedoso we should use it instead of 'packages'10:55
vikascapuimedo,  sure10:55
*** ivc_ has joined #openstack-kuryr10:56
vikascapuimedo,  when you said move the code as is,, it will a normal patch or some other mechanism10:56
vikascapuimedo,  in my patch, other than rpc most of the code is as is10:57
*** fawadkhaliq has joined #openstack-kuryr10:58
*** fawadk has quit IRC10:59
apuimedovikasc: it would be nice if I could just push to the repo so we preserve history11:04
apuimedobut I think that may be problematic11:04
apuimedothe ideal would be push11:04
apuimedothen delete the common part from kuryr-libnetwork11:04
vikascapuimedo, so are you going to push or i should11:05
vikascapuimedo, or how about merging my existing patch11:05
apuimedovikasc: let's ask infra first if it were possible11:05
*** fawadkhaliq has quit IRC11:05
vikascapuimedo, ok11:05
apuimedoto push the patches as they are11:05
*** fawadkhaliq has joined #openstack-kuryr11:05
apuimedoso the repo would be a clone of the current kuryr one11:06
apuimedoand then we change both as needed11:06
vikascapuimedo, this will be best, if we could clone11:06
vikascapuimedo,  and then cleaning up both repos11:07
*** fawadk has joined #openstack-kuryr11:07
*** fawadkhaliq has quit IRC11:08
*** fawadkhaliq has joined #openstack-kuryr11:11
*** fawadk has quit IRC11:12
*** fawadkhaliq has quit IRC11:12
*** fawadkhaliq has joined #openstack-kuryr11:12
apuimedoyes11:13
apuimedothat ship may have sailed11:13
apuimedoas we may have taken the wrong decision when creating the repos :(11:13
vikascapuimedo, :D11:14
vikascapuimedo, so now can we clone?11:14
*** fawadkhaliq has quit IRC11:14
*** fawadkhaliq has joined #openstack-kuryr11:15
apuimedovikasc: let's ask #openstack-infra for forgiveness11:15
apuimedo:P11:15
vikascapuimedo, hehe11:16
*** fawadkhaliq has quit IRC11:18
*** fawadkhaliq has joined #openstack-kuryr11:18
*** fawadk has joined #openstack-kuryr11:23
*** fawadkhaliq has quit IRC11:23
apuimedovikasc: we'll have to get a special help from the admins11:24
apuimedoon US timezone11:24
apuimedoso I'll ask later today again11:24
vikascapuimedo,  thanks toni.. I will adjust my patch accordingly then.11:25
apuimedothanks!11:25
vikascapuimedo, with your help able to install kuryr-lib pkg but namespace still not working :)11:25
vikascapuimedo, will update11:25
vikascapuimedo,  thanks, have a good day11:26
*** fawadk has quit IRC11:26
*** fawadkhaliq has joined #openstack-kuryr11:26
*** salv-orl_ has joined #openstack-kuryr11:30
*** fawadkhaliq has quit IRC11:31
*** fawadkhaliq has joined #openstack-kuryr11:31
*** salv-orlando has quit IRC11:33
*** fawadkhaliq has quit IRC11:37
*** fawadkhaliq has joined #openstack-kuryr11:37
*** fawadkhaliq has quit IRC11:39
*** fawadkhaliq has joined #openstack-kuryr11:39
*** fawadkhaliq has quit IRC11:42
*** fawadkhaliq has joined #openstack-kuryr11:42
vikascapuimedo, namespace working11:45
vikascapuimedo,  just one last query11:45
*** ivc_ has quit IRC11:46
*** fawadk has joined #openstack-kuryr11:46
*** fawadkhaliq has quit IRC11:46
*** fawadk has quit IRC11:48
*** fawadkhaliq has joined #openstack-kuryr11:48
vikascapuimedo,  we will have to take care that file names are unique for example both repo cannot have kuryr/controllers.py . Is this correct?11:48
*** fawadkhaliq has quit IRC11:50
*** fawadkhaliq has joined #openstack-kuryr11:50
*** yamamoto has quit IRC11:52
vikascapuimedo,  I am wondering what are the pros of using  common namespace. cons is extra overhead in maintaining unique names.11:54
vikascapuimedo,  why can we use package name like "from kuryr_lib import exceptions"11:55
vikascapuimedo,  *cant11:55
*** fawadkhaliq has quit IRC11:58
*** fawadk has joined #openstack-kuryr11:58
*** ivc_ has joined #openstack-kuryr12:01
*** vikasc has quit IRC12:02
*** fawadkhaliq has joined #openstack-kuryr12:03
*** fawadk has quit IRC12:04
*** ivc_ has quit IRC12:04
*** ivc_ has joined #openstack-kuryr12:04
*** fawadkhaliq has quit IRC12:07
*** fawadkhaliq has joined #openstack-kuryr12:08
*** fawadk has joined #openstack-kuryr12:13
*** fawadkhaliq has quit IRC12:14
*** diga has quit IRC12:18
*** fawadkhaliq has joined #openstack-kuryr12:18
*** fawadkhaliq has quit IRC12:18
*** fawadk has quit IRC12:20
*** fawadkhaliq has joined #openstack-kuryr12:25
*** fawadkhaliq has quit IRC12:30
*** yamamoto has joined #openstack-kuryr12:45
*** banix_ has quit IRC12:52
*** salv-orl_ has quit IRC12:53
apuimedosorry, I was out for lunch12:57
apuimedono, it is not correct12:57
apuimedothe idea is that kuryr-libnetwork will have all its code in packages that are unique12:57
apuimedonothing in the parent 'kuryr' package12:57
apuimedoso, in your example12:57
apuimedokuryr/libnetwork/controllers.py would be the most likely name12:58
apuimedoand in kuryr-lib12:58
apuimedokuryr/lib/controllers.py12:58
apuimedowe could drop the namespace12:58
apuimedobut I think it is nicer12:58
openstackgerritMonty Taylor proposed openstack/kuryr-libnetwork: Update gitreview file  https://review.openstack.org/33654913:02
*** banix has joined #openstack-kuryr13:10
*** fawadkhaliq has joined #openstack-kuryr13:17
*** fawadkhaliq has quit IRC13:21
*** banix has quit IRC13:24
*** banix has joined #openstack-kuryr13:35
*** banix has quit IRC13:39
*** banix has joined #openstack-kuryr13:47
*** ivc_ has quit IRC13:49
*** banix has quit IRC14:02
*** ivc_ has joined #openstack-kuryr14:03
*** ivc_ has quit IRC14:04
*** yamamoto has quit IRC14:06
*** ivc_ has joined #openstack-kuryr14:11
*** banix has joined #openstack-kuryr14:19
*** yamamoto has joined #openstack-kuryr14:23
*** ivc_ has quit IRC14:24
*** huikang_ has joined #openstack-kuryr14:31
*** salv-orlando has joined #openstack-kuryr14:34
*** salv-orlando has quit IRC14:40
*** yamamoto has quit IRC14:43
*** banix_ has joined #openstack-kuryr14:50
*** banix has quit IRC14:52
*** banix_ is now known as banix14:52
*** huikang_ has quit IRC14:59
*** huikang_ has joined #openstack-kuryr15:00
*** huikang__ has joined #openstack-kuryr15:02
*** vikasc has joined #openstack-kuryr15:04
*** huikang_ has quit IRC15:04
*** salv-orlando has joined #openstack-kuryr15:10
*** salv-orlando has quit IRC15:17
*** hongbin_ has joined #openstack-kuryr15:18
*** banix_ has joined #openstack-kuryr15:21
*** hongbin_ has quit IRC15:21
openstackgerritvikas choudhary proposed openstack/kuryr: [WIP] Add RPC and python namespace support  https://review.openstack.org/33661715:21
*** hongbin_ has joined #openstack-kuryr15:22
*** banix has quit IRC15:23
*** banix_ is now known as banix15:23
*** vikasc has quit IRC15:34
*** yamamoto has joined #openstack-kuryr15:43
*** salv-orlando has joined #openstack-kuryr15:45
*** huikang__ has quit IRC15:48
*** banix_ has joined #openstack-kuryr15:51
*** salv-orlando has quit IRC15:52
*** banix has quit IRC15:55
*** banix_ is now known as banix15:55
*** yamamoto has quit IRC15:58
openstackgerritMohammad Banikazemi proposed openstack/kuryr: Supports the Docker "expose" option  https://review.openstack.org/30794616:01
*** banix_ has joined #openstack-kuryr16:22
*** huikang_ has joined #openstack-kuryr16:24
*** banix has quit IRC16:24
*** banix_ is now known as banix16:24
*** diogogmt has joined #openstack-kuryr16:26
*** shashank_hegde has joined #openstack-kuryr16:28
*** diogogmt has quit IRC16:37
*** hongbin_ has quit IRC16:38
*** shashank_hegde has quit IRC16:39
*** hongbin_ has joined #openstack-kuryr16:40
*** hongbin_ has quit IRC16:49
*** salv-orlando has joined #openstack-kuryr16:49
*** vikasc has joined #openstack-kuryr16:49
*** hongbin_ has joined #openstack-kuryr16:50
*** banix_ has joined #openstack-kuryr16:52
openstackgerritvikas choudhary proposed openstack/kuryr-libnetwork: [WIP] Add RPC and namespace support  https://review.openstack.org/33666116:54
*** banix has quit IRC16:55
*** banix_ is now known as banix16:55
*** salv-orlando has quit IRC16:56
*** hongbin_ has quit IRC17:02
*** vikasc has quit IRC17:03
*** hongbin_ has joined #openstack-kuryr17:06
*** huikang_ has quit IRC17:07
*** hongbin_ has quit IRC17:10
*** hongbin_ has joined #openstack-kuryr17:12
*** neil_ has joined #openstack-kuryr17:12
openstackgerritMerged openstack/kuryr-libnetwork: Update gitreview file  https://review.openstack.org/33654917:16
*** neiljerram has quit IRC17:16
*** banix has quit IRC17:20
*** hongbin_ has quit IRC17:23
*** salv-orl_ has joined #openstack-kuryr17:25
*** hongbin_ has joined #openstack-kuryr17:25
*** salv-orl_ has quit IRC17:27
*** huikang_ has joined #openstack-kuryr17:29
*** shashank_hegde has joined #openstack-kuryr17:30
*** neil_ has quit IRC17:32
*** hongbin_ has quit IRC17:34
*** fawadkhaliq has joined #openstack-kuryr17:35
*** irenab has quit IRC17:36
*** banix has joined #openstack-kuryr17:37
*** fawadkhaliq has quit IRC17:39
*** huikang_ has quit IRC17:49
*** huikang_ has joined #openstack-kuryr17:55
*** salv-orlando has joined #openstack-kuryr17:58
*** irenab has joined #openstack-kuryr17:59
*** salv-orlando has quit IRC18:06
*** huikang_ has quit IRC18:08
*** salv-orlando has joined #openstack-kuryr18:32
*** salv-orlando has quit IRC18:40
*** huikang_ has joined #openstack-kuryr19:09
*** huikang_ has quit IRC19:14
*** neiljerram has joined #openstack-kuryr19:16
*** banix has quit IRC19:38
*** itsuugo has quit IRC19:41
*** salv-orlando has joined #openstack-kuryr19:42
*** itsuugo has joined #openstack-kuryr19:47
*** banix has joined #openstack-kuryr19:48
*** salv-orlando has quit IRC19:50
*** huikang_ has joined #openstack-kuryr19:56
*** salv-orlando has joined #openstack-kuryr20:17
*** huikang_ has quit IRC20:24
*** salv-orlando has quit IRC20:26
*** huikang_ has joined #openstack-kuryr20:26
*** huikang_ has quit IRC20:27
*** salv-orlando has joined #openstack-kuryr20:51
*** salv-orlando has quit IRC21:00
*** irenab has quit IRC21:02
*** irenab has joined #openstack-kuryr21:26
*** banix has quit IRC21:47
*** salv-orlando has joined #openstack-kuryr21:58
*** salv-orlando has quit IRC22:00
*** yamamoto has joined #openstack-kuryr22:24
*** salv-orlando has joined #openstack-kuryr22:31
*** ivc_ has joined #openstack-kuryr22:48
*** ivc_ has quit IRC23:15
*** yamamoto has quit IRC23:24
*** shashank_hegde has quit IRC23:44
*** yamamoto has joined #openstack-kuryr23:55
*** salv-orl_ has joined #openstack-kuryr23:59

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