Wednesday, 2017-01-04

*** salv-orlando has quit IRC00:14
*** yamamoto has joined #openstack-kuryr00:17
*** hongbin has quit IRC00:32
*** saneax is now known as saneax-_-|AFK00:42
*** yamamoto has quit IRC01:04
*** mattmceuen has quit IRC01:05
*** salv-orlando has joined #openstack-kuryr01:15
*** salv-orlando has quit IRC01:20
*** yedongcan has joined #openstack-kuryr01:21
*** yamamoto has joined #openstack-kuryr02:02
*** salv-orlando has joined #openstack-kuryr02:16
*** salv-orlando has quit IRC02:21
*** mattmceuen has joined #openstack-kuryr02:46
*** hongbin has joined #openstack-kuryr03:17
*** janonymous has joined #openstack-kuryr04:09
*** salv-orlando has joined #openstack-kuryr04:17
*** salv-orlando has quit IRC04:21
*** hongbin has quit IRC04:22
*** yedongcan has quit IRC04:23
*** yedongcan has joined #openstack-kuryr04:28
*** janki has joined #openstack-kuryr04:52
*** saneax-_-|AFK is now known as saneax04:53
*** reedip has joined #openstack-kuryr05:05
*** yedongcan has quit IRC05:29
*** yedongcan has joined #openstack-kuryr05:42
*** yedongcan has quit IRC06:20
*** openstackgerrit has joined #openstack-kuryr06:20
openstackgerritBerezovsky Irena proposed openstack/kuryr-kubernetes: Kubernetes Service support design reference document  https://review.openstack.org/41622806:20
*** yedongcan has joined #openstack-kuryr06:37
*** salv-orlando has joined #openstack-kuryr06:43
*** pcaruana has joined #openstack-kuryr06:51
*** salv-orlando has quit IRC07:39
openstackgerritDongcan Ye proposed openstack/kuryr-libnetwork: Add subnetpool_id tag for existing Neutron subnet  https://review.openstack.org/41445507:46
*** jchhatbar has joined #openstack-kuryr08:17
*** janki has quit IRC08:19
*** pmannidi has quit IRC08:34
*** saneax is now known as saneax-_-|AFK08:44
*** yedongcan has quit IRC08:45
*** yedongcan has joined #openstack-kuryr08:46
*** salv-orlando has joined #openstack-kuryr08:49
*** saneax-_-|AFK is now known as saneax09:03
*** jchhatbar_ has joined #openstack-kuryr09:50
*** jchhatbar has quit IRC09:53
*** salv-orl_ has joined #openstack-kuryr09:53
*** apuimed|away is now known as apuimedo09:56
*** salv-orlando has quit IRC09:56
*** yedongcan has left #openstack-kuryr10:23
openstackgerritAntoni Segura Puimedon proposed openstack/kuryr-kubernetes: testing: add offline testing container for CI  https://review.openstack.org/41610710:38
apuimedoirenab: please, review the fixes I made to the container code10:39
apuimedomchiappero: thanks for the review10:39
openstackgerritvikas choudhary proposed openstack/kuryr-kubernetes: Add support for nested pods with Vlan trunk port  https://review.openstack.org/41057810:45
vikascapuimedo, irenab ^10:47
*** yamamoto has quit IRC10:47
*** salv-orl_ has quit IRC11:05
mchiapperoapuimedo: no, it was a bad one :(11:17
mchiapperosorry for that11:17
apuimedono worries ;-)11:17
apuimedoyou caught two good things!11:17
mchiapperoa quick one, I remeber someone linking a document about k8s design, I think it was Ilya...11:18
mchiapperoapuimedo: actually if you compile with -Wall & pedantic it complains about the ignored return value of the write, but for a simple test it doesn't make much sense to be picky11:20
mchiapperoI mean, kuryr-k8s design11:20
*** saneax is now known as saneax-_-|AFK11:23
apuimedolet me check11:23
apuimedowe did merge it in the devref11:23
mchiapperook, I'll have a look there then, thanks11:26
*** salv-orlando has joined #openstack-kuryr11:28
apuimedomchiappero: celebdor@s21 ~/code/github.com/openstack/kuryr-kubernetes/contrib/testing/container (devstack_gate*) $ gcc -static hostname.c -g -Wall -Wpedantic -o name11:35
apuimedocelebdor@s21 ~/code/github.com/openstack/kuryr-kubernetes/contrib/testing/container (devstack_gate*) $11:35
apuimedoI don't anything from -Wall and -Wpedantic11:35
apuimedoI have a lazy gcc11:35
apuimedoxD11:35
*** yamamoto has joined #openstack-kuryr11:40
*** yamamoto has quit IRC11:46
*** yamamoto has joined #openstack-kuryr11:47
*** yamamoto has quit IRC11:51
*** neiljerram has joined #openstack-kuryr12:07
irenabvikasc: hi12:15
vikascirenab, hi12:15
irenabcan you please post local.conf for both local.confs to try nested case with kuryr-k8s?12:16
irenabI mean for the main devstack and for the VM’s pne12:17
*** yamamoto has joined #openstack-kuryr12:17
vikascirenab, sure.. i will add paste links for now in readme12:20
irenabok12:20
vikascirenab, or i can add in patch like local.conf.nested-pod.undercloud.sample12:21
vikascand  local.conf.nested-pod.overcloud.sample12:22
vikascirenab, whatever you prefer12:22
irenabvikasc: the later would be great12:22
vikascirenab, sure12:22
mchiapperoapuimedo:12:23
mchiapperoalfa:/tmp ~> gcc -O3 -Wall -o test hostname.c12:23
mchiapperohostname.c: In function ‘main’:12:23
mchiapperohostname.c:114:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]12:23
mchiappero   write(client_fd, response, responselen);12:23
mchiappero   ^12:23
mchiapperoalfa:/tmp ~> gcc --version12:23
mchiapperogcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 2016060912:23
mchiapperoanyway... it's fairly pointless :)12:23
mchiapperoyou can simply log a message if you really care12:23
openstackgerritMerged openstack/kuryr-kubernetes: testing: add offline testing container for CI  https://review.openstack.org/41610712:32
*** openstackgerrit has quit IRC12:33
*** yamamoto has quit IRC12:42
apuimedomchiappero: I use gcc 6.2.112:47
*** openstackgerrit has joined #openstack-kuryr12:47
openstackgerritMerged openstack/fuxi: Fix indexing operation for OrderDict in py3.4 and py3.5  https://review.openstack.org/40395812:47
mchiapperoapuimedo: I think it doesn't belong to gcc, rather the function declaration in glibc12:52
mchiapperoapuimedo: anyway, I don't care, you too I guess, so...12:54
mchiappero:)12:54
*** salv-orlando has quit IRC12:56
*** salv-orlando has joined #openstack-kuryr13:07
apuimedothese sort of differences bother me slightly :P13:07
apuimedolike. I'd like to know what makes it not complain in my case, cause it should13:08
*** janonymous has quit IRC13:14
*** yamamoto has joined #openstack-kuryr13:16
*** yamamoto has quit IRC13:28
*** mattmceuen has quit IRC13:37
*** salv-orlando has quit IRC14:17
*** salv-orlando has joined #openstack-kuryr14:17
*** salv-orlando has quit IRC14:27
*** mattmceuen has joined #openstack-kuryr14:28
*** mattmceuen has quit IRC14:55
*** hongbin has joined #openstack-kuryr15:03
*** ivc_ has quit IRC15:14
*** ivc_ has joined #openstack-kuryr15:16
openstackgerritDongcan Ye proposed openstack/kuryr-libnetwork: Add subnetpool_id tag for existing Neutron subnet  https://review.openstack.org/41445515:29
*** salv-orlando has joined #openstack-kuryr15:43
*** salv-orlando has quit IRC15:48
*** portdirect has joined #openstack-kuryr16:03
*** neiljerram has quit IRC16:24
*** neiljerram has joined #openstack-kuryr16:25
*** mattmceuen has joined #openstack-kuryr16:34
*** jchhatbar_ has quit IRC16:37
*** salv-orlando has joined #openstack-kuryr17:04
openstackgerritLuis Tomas Bolivar proposed openstack/kuryr-libnetwork: Nested-Containers: trunk subports management  https://review.openstack.org/40246217:27
*** pcaruana has quit IRC18:52
openstackgerritMarco Chiappero proposed openstack/kuryr-libnetwork: Remove unnecessary checks in CreateNetwork  https://review.openstack.org/41465919:13
openstackgerritHongbin Lu proposed openstack/fuxi: [WIP] Use keystoneauth1 for cinder access  https://review.openstack.org/41040319:49
openstackgerritHongbin Lu proposed openstack/fuxi: [WIP] Use keystoneauth1 for cinder access  https://review.openstack.org/41040319:49
hongbinapuimedo: hey, the requirement team wanted to merge this one: https://review.openstack.org/#/c/409968/ . it should be a quick review :)19:52
*** mattmceuen has quit IRC20:02
*** salv-orlando has quit IRC20:08
apuimedohongbin: done!20:08
hongbinthank you20:08
apuimedothank you ;-)20:09
openstackgerritMerged openstack/fuxi: Enable use of constraints for all tox based jobs.  https://review.openstack.org/40996820:12
openstackgerritHongbin Lu proposed openstack/fuxi: Use keystoneauth1 for cinder access  https://review.openstack.org/41040320:42
*** salv-orlando has joined #openstack-kuryr21:23
*** salv-orl_ has joined #openstack-kuryr21:54
*** salv-orlando has quit IRC21:56
*** pmannidi has joined #openstack-kuryr22:21
*** pmannidi has quit IRC22:22
*** pmannidi has joined #openstack-kuryr22:22
*** openstack has joined #openstack-kuryr22:53
*** salv-orl_ has quit IRC23:20

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