Monday, 2018-10-22

*** itzikb has joined #openstack-kuryr00:29
*** maysams has joined #openstack-kuryr00:57
*** gianpietro has joined #openstack-kuryr01:00
*** gianpietro has quit IRC01:12
*** gianpietro has joined #openstack-kuryr01:15
*** gianpietro has quit IRC01:37
*** gianpietro has joined #openstack-kuryr01:37
*** gianpietro has quit IRC01:42
*** hongbin has joined #openstack-kuryr02:19
*** itzikb has quit IRC02:23
*** hongbin has quit IRC02:35
*** hongbin has joined #openstack-kuryr02:35
*** hongbin_ has joined #openstack-kuryr02:41
*** hongbin has quit IRC02:43
*** maysams has quit IRC03:41
*** hongbin_ has quit IRC04:22
*** hongbin has joined #openstack-kuryr04:24
*** hongbin has quit IRC04:38
*** yboaron_ has joined #openstack-kuryr04:58
*** ccamposr has joined #openstack-kuryr05:57
*** pcaruana has joined #openstack-kuryr06:21
*** janki has joined #openstack-kuryr06:30
openstackgerritYossi Boaron proposed openstack/kuryr-tempest-plugin master: Update EP LBaaS state annotation check  https://review.openstack.org/61225706:45
*** pcaruana has quit IRC06:58
*** yboaron_ has quit IRC07:06
*** pcaruana has joined #openstack-kuryr07:13
*** aperevalov has joined #openstack-kuryr07:59
*** itzikb has joined #openstack-kuryr08:01
*** aojea has joined #openstack-kuryr08:05
*** phuoc has quit IRC08:06
*** celebdor has joined #openstack-kuryr08:13
*** ylifshit_ has joined #openstack-kuryr08:18
ylifshit_hi, i'm trying out kuryr-kubernetes. was wondering which installation process to follow? the one here: https://docs.openstack.org/kuryr-kubernetes/latest/installation/devstack/basic.html or here: https://superuser.openstack.org/articles/networking-kubernetes-kuryr/ ?08:30
*** yboaron_ has joined #openstack-kuryr08:35
dulekylifshit_: That superuser article might be a bit outdated.08:37
dulekylifshit_: What's the use case you're trying to solve? Just run it in DevStack to see how it works?08:37
ylifshit_dulek, first step for me is to run a pod attached to multiple networks, using the NetworkAttachmentDefinition CRD08:39
ylifshit_i followed the basic devstack page, and (after several retries...) managed to install, and create pods with the default network from kuryr08:40
ylifshit_but, could not make the multi network scenario work08:40
dulekylifshit_: Had you reconfigured Kuryr to run drivers for multi-network?08:41
ylifshit_dulek, this part i'm missing. i created the network/subnet in openstack, created NetworkAttachmentDefinition CRD (one used by multus-cni) and added the proper annotation to the pod08:42
*** kiennt26 has joined #openstack-kuryr08:42
ylifshit_but the pod is created only with the default network08:42
dulekylifshit_: Just a minute, there should be docs explaining that…08:43
dulekylifshit_: Okay, seems like you only need to set KURYR_MULTI_VIF_DRIVER=npwg_multiple_interfaces in DevStack's local.conf.08:45
ylifshit_dulek, thanks! will try that. i guess i need to unstack/stack?08:50
dulekylifshit_: Yup!08:50
*** itzikb has quit IRC08:57
*** itzikb has joined #openstack-kuryr08:57
*** aojea has quit IRC09:18
*** celebdor has quit IRC09:43
*** celebdor has joined #openstack-kuryr09:52
*** aojea has joined #openstack-kuryr09:55
*** gianpietro has joined #openstack-kuryr10:05
*** aojea has quit IRC10:29
ylifshit_dulek, i've set the parameter, now consistently getting the following failure: "Command "python setup.py egg_info" failed with error code 1 in" any idea?10:49
dulekylifshit_: Can you paste the whole message? I don't even see what's package it failed on.10:51
*** kiennt26 has quit IRC11:01
*** rh-jelabarre has joined #openstack-kuryr11:15
*** aojea_ has joined #openstack-kuryr11:17
*** pcaruana has quit IRC11:26
ylifshit_dulek, Collecting pycparser===2.19 (from -c /opt/stack/requirements/upper-constraints.txt (line 160))11:41
ylifshit_  Using cached https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz11:41
ylifshit_    Complete output from command python setup.py egg_info:11:41
ylifshit_    Traceback (most recent call last):11:41
ylifshit_      File "<string>", line 1, in <module>11:41
ylifshit_      File "/tmp/pip-build-BjObbN/pycparser/setup.py", line 65, in <module>11:41
ylifshit_        cmdclass={'install': install, 'sdist': sdist},11:41
ylifshit_      File "/usr/lib64/python2.7/distutils/core.py", line 112, in setup11:41
ylifshit_        _setup_distribution = dist = klass(attrs)11:41
ylifshit_      File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 272, in __init__11:41
ylifshit_        _Distribution.__init__(self,attrs)11:41
ylifshit_      File "/usr/lib64/python2.7/distutils/dist.py", line 287, in __init__11:41
ylifshit_        self.finalize_options()11:41
ylifshit_      File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 327, in finalize_options11:41
ylifshit_        ep.load()(self, ep.name, value)11:42
ylifshit_      File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2229, in load11:42
ylifshit_        return self.resolve()11:42
ylifshit_      File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2239, in resolve11:42
ylifshit_        raise ImportError(str(exc))11:42
ylifshit_    ImportError: 'module' object has no attribute 'check_specifier'11:42
ylifshit_11:42
ylifshit_    ----------------------------------------11:42
ylifshit_Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-BjObbN/pycparser/11:42
*** pcaruana has joined #openstack-kuryr11:48
*** aojea_ has quit IRC11:53
*** itzikb is now known as itzikb|afk11:58
dulekylifshit_: Can you try `sudo pip install -U setuptools`?12:00
dulekylifshit_: I've googled this "upgrade setuptools from 36.2.7 to 39.0.1 can also fix the issue".12:00
ylifshit_dulek, already did that: sudo pip install -U setuptools12:04
ylifshit_Requirement already up-to-date: setuptools in /usr/lib/python2.7/site-packages12:04
*** gianpietro has quit IRC12:04
*** gianpietro has joined #openstack-kuryr12:05
*** janki has quit IRC12:10
*** gianpietro has quit IRC12:10
*** pcaruana has quit IRC12:12
dulekylifshit_: Hm, then I'm not really sure how to help. You can try installing that pycparser manually.12:12
*** pcaruana has joined #openstack-kuryr12:12
ylifshit_dulek, thanks. had to downgrade setuptool: sudo pip install setuptools==33.1.112:17
*** itzikb|afk is now known as itzikb12:19
*** gianpietro has joined #openstack-kuryr12:44
*** aojea has joined #openstack-kuryr12:45
*** yboaron_ has quit IRC13:05
*** maysams has joined #openstack-kuryr13:06
*** yboaron_ has joined #openstack-kuryr13:06
*** gianpietro has quit IRC13:15
*** aojea has quit IRC13:16
*** yboaron_ has quit IRC13:16
*** yboaron_ has joined #openstack-kuryr13:19
openstackgerritMerged openstack/kuryr-kubernetes master: Fix tests in test_public_ip.py  https://review.openstack.org/61158413:19
*** aojea has joined #openstack-kuryr13:50
*** gianpietro has joined #openstack-kuryr14:08
*** maysams has quit IRC14:17
*** gianpietro has quit IRC14:17
*** aojea has quit IRC14:22
*** itzikb has quit IRC14:23
dulekyboaron_: So how do I build it? You want latest master?14:23
yboaron_dulek, IIRC, the build instructions/steps appears at test_container directory, lemme check that ..14:24
yboaron_dulek, https://github.com/openstack/kuryr-tempest-plugin/blob/master/test_container/README.rst14:25
dulekyboaron_: So just sudo ./mkrootfs.sh?14:26
yboaron_dulek, Yep, I did it in my local env, but I don't know kuryr account credentials at docker hub14:27
*** gianpietro has joined #openstack-kuryr14:31
dulekyboaron_: I've pushed it. Please ping me if there's anything wrong with the image.14:34
yboaron_dulek, OK 10x!, u needed a password for that, right?14:35
*** gianpietro has quit IRC14:35
dulekyboaron_: If I remember correctly celebdor simply added my account as kuryr's admin.14:35
yboaron_dulek, OK, 10x!, will let u know if I"ll face any issues with the new image. BTW I can see that pull# is ~100K, R U sure that we are using local container in tempest?14:37
dulekyboaron_: Well, not really at this point. :D14:39
yboaron_dulek, well that explain the 100K14:39
dulekyboaron_: We do build and tag it: http://logs.openstack.org/84/611584/2/check/kuryr-kubernetes-tempest-daemon-octavia/8f30758/job-output.txt.gz#_2018-10-19_10_54_06_36984114:40
dulekyboaron_: In multinode it'll get downloaded however, we're not building it on subnode.14:41
dulekStill 100k is a bit high, I doubt I've run HA tests even 100 times.14:41
dulekyboaron_: Okay, I guess :latest is the key here: http://logs.openstack.org/84/611584/2/check/kuryr-kubernetes-tempest-daemon-octavia/8f30758/controller/logs/screen-kubelet.txt.gz#_Oct_19_11_07_38_43186514:42
yboaron_dulek, not sure that I understood, Q: when kubelet downloads 'kuryr/demo:latest' image, how we can know from where he pulled it?14:46
dulekyboaron_: Oh, on Ubuntu Docker default's to dockerhub.14:47
yboaron_dulek, OK, 10x14:48
dulekcelebdor: Hey, I could use your perspective on this: https://bugs.launchpad.net/kuryr-kubernetes/+bug/1799239 :)14:53
openstackLaunchpad bug 1799239 in kuryr-kubernetes "Gate tests download kuryr/demo image" [Undecided,New] - Assigned to Antoni Segura Puimedon (celebdor)14:53
*** yboaron_ has quit IRC15:05
*** pcaruana has quit IRC15:12
*** ccamposr has quit IRC15:13
celebdordulek: will look!15:15
dulekcelebdor: Thanks!15:15
*** aojea has joined #openstack-kuryr15:15
*** aojea has quit IRC15:48
*** celebdor has quit IRC15:52
openstackgerritMerged openstack/kuryr-kubernetes master: Move Python 3.6 jobs to check and gate as voting  https://review.openstack.org/60506816:09
*** aojea has joined #openstack-kuryr16:41
*** maysams has joined #openstack-kuryr17:01
*** itzikb has joined #openstack-kuryr17:10
*** aojea has quit IRC17:15
ylifshit_so, installation seems to work well - thanks for the help! but when trying to create a pod with a a pecific network i get:17:21
ylifshit_Failed create pod sandbox: rpc error: code = Unknown desc = failed to set up sandbox container "9c9f57b7fc46932d26aa318537d71b2c0a270a2340ddb7fbe2b8f5fb0fe9f326" network for pod "cirros-multinet": NetworkPlugin cni failed to set up pod "cirros-multinet_default" network: Got invalid status code from CNI daemon.; Traceback (most recent call last):17:21
ylifshit_  File "/opt/stack/kuryr-kubernetes/kuryr_kubernetes/cni/api.py", line 81, in run17:21
ylifshit_    vif = self._add(params)17:21
ylifshit_  File "/opt/stack/kuryr-kubernetes/kuryr_kubernetes/cni/api.py", line 154, in _add17:21
ylifshit_    resp = self._make_request('addNetwork', params, httplib.ACCEPTED)17:22
ylifshit_  File "/opt/stack/kuryr-kubernetes/kuryr_kubernetes/cni/api.py", line 191, in _make_request17:22
ylifshit_    raise k_exc.CNIError('Got invalid status code from CNI daemon.')17:22
ylifshit_CNIError: Got invalid status code from CNI daemon.17:22
ylifshit_this is the CRD: https://gist.github.com/yuvalif/70f1932c8c53f0e76bdf9eff61c3067e17:27
*** pcaruana has joined #openstack-kuryr17:27
ylifshit_and this is the pod: https://gist.github.com/yuvalif/0fc72e88179765086093ec5d9bcfff8117:28
*** irclogbot_3 has joined #openstack-kuryr17:34
*** irclogbot_3 has quit IRC17:56
*** pcaruana has quit IRC17:57
*** irclogbot_3 has joined #openstack-kuryr18:06
*** aojea has joined #openstack-kuryr18:07
*** itzikb has quit IRC18:10
*** maysams has quit IRC18:19
*** itzikb has joined #openstack-kuryr18:33
*** aojea has quit IRC18:39
*** irclogbot_3 has quit IRC19:14
*** irclogbot_3 has joined #openstack-kuryr19:15
*** aojea has joined #openstack-kuryr19:17
*** irclogbot_3 has quit IRC20:27
*** itzikb has quit IRC20:44
*** dmellado has quit IRC21:32
*** aojea has quit IRC21:41
*** rh-jelabarre has quit IRC21:41
*** maysams has joined #openstack-kuryr21:41
*** celebdor has joined #openstack-kuryr23:55

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