*** itzikb has joined #openstack-kuryr | 00:29 | |
*** maysams has joined #openstack-kuryr | 00:57 | |
*** gianpietro has joined #openstack-kuryr | 01:00 | |
*** gianpietro has quit IRC | 01:12 | |
*** gianpietro has joined #openstack-kuryr | 01:15 | |
*** gianpietro has quit IRC | 01:37 | |
*** gianpietro has joined #openstack-kuryr | 01:37 | |
*** gianpietro has quit IRC | 01:42 | |
*** hongbin has joined #openstack-kuryr | 02:19 | |
*** itzikb has quit IRC | 02:23 | |
*** hongbin has quit IRC | 02:35 | |
*** hongbin has joined #openstack-kuryr | 02:35 | |
*** hongbin_ has joined #openstack-kuryr | 02:41 | |
*** hongbin has quit IRC | 02:43 | |
*** maysams has quit IRC | 03:41 | |
*** hongbin_ has quit IRC | 04:22 | |
*** hongbin has joined #openstack-kuryr | 04:24 | |
*** hongbin has quit IRC | 04:38 | |
*** yboaron_ has joined #openstack-kuryr | 04:58 | |
*** ccamposr has joined #openstack-kuryr | 05:57 | |
*** pcaruana has joined #openstack-kuryr | 06:21 | |
*** janki has joined #openstack-kuryr | 06:30 | |
openstackgerrit | Yossi Boaron proposed openstack/kuryr-tempest-plugin master: Update EP LBaaS state annotation check https://review.openstack.org/612257 | 06:45 |
---|---|---|
*** pcaruana has quit IRC | 06:58 | |
*** yboaron_ has quit IRC | 07:06 | |
*** pcaruana has joined #openstack-kuryr | 07:13 | |
*** aperevalov has joined #openstack-kuryr | 07:59 | |
*** itzikb has joined #openstack-kuryr | 08:01 | |
*** aojea has joined #openstack-kuryr | 08:05 | |
*** phuoc has quit IRC | 08:06 | |
*** celebdor has joined #openstack-kuryr | 08:13 | |
*** ylifshit_ has joined #openstack-kuryr | 08: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-kuryr | 08:35 | |
dulek | ylifshit_: That superuser article might be a bit outdated. | 08:37 |
dulek | ylifshit_: 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 CRD | 08:39 |
ylifshit_ | i followed the basic devstack page, and (after several retries...) managed to install, and create pods with the default network from kuryr | 08:40 |
ylifshit_ | but, could not make the multi network scenario work | 08:40 |
dulek | ylifshit_: 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 pod | 08:42 |
*** kiennt26 has joined #openstack-kuryr | 08:42 | |
ylifshit_ | but the pod is created only with the default network | 08:42 |
dulek | ylifshit_: Just a minute, there should be docs explaining that… | 08:43 |
dulek | ylifshit_: 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 |
dulek | ylifshit_: Yup! | 08:50 |
*** itzikb has quit IRC | 08:57 | |
*** itzikb has joined #openstack-kuryr | 08:57 | |
*** aojea has quit IRC | 09:18 | |
*** celebdor has quit IRC | 09:43 | |
*** celebdor has joined #openstack-kuryr | 09:52 | |
*** aojea has joined #openstack-kuryr | 09:55 | |
*** gianpietro has joined #openstack-kuryr | 10:05 | |
*** aojea has quit IRC | 10: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 |
dulek | ylifshit_: Can you paste the whole message? I don't even see what's package it failed on. | 10:51 |
*** kiennt26 has quit IRC | 11:01 | |
*** rh-jelabarre has joined #openstack-kuryr | 11:15 | |
*** aojea_ has joined #openstack-kuryr | 11:17 | |
*** pcaruana has quit IRC | 11: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.gz | 11: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 setup | 11: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_options | 11: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 load | 11:42 |
ylifshit_ | return self.resolve() | 11:42 |
ylifshit_ | File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2239, in resolve | 11: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-kuryr | 11:48 | |
*** aojea_ has quit IRC | 11:53 | |
*** itzikb is now known as itzikb|afk | 11:58 | |
dulek | ylifshit_: Can you try `sudo pip install -U setuptools`? | 12:00 |
dulek | ylifshit_: 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 setuptools | 12:04 |
ylifshit_ | Requirement already up-to-date: setuptools in /usr/lib/python2.7/site-packages | 12:04 |
*** gianpietro has quit IRC | 12:04 | |
*** gianpietro has joined #openstack-kuryr | 12:05 | |
*** janki has quit IRC | 12:10 | |
*** gianpietro has quit IRC | 12:10 | |
*** pcaruana has quit IRC | 12:12 | |
dulek | ylifshit_: Hm, then I'm not really sure how to help. You can try installing that pycparser manually. | 12:12 |
*** pcaruana has joined #openstack-kuryr | 12:12 | |
ylifshit_ | dulek, thanks. had to downgrade setuptool: sudo pip install setuptools==33.1.1 | 12:17 |
*** itzikb|afk is now known as itzikb | 12:19 | |
*** gianpietro has joined #openstack-kuryr | 12:44 | |
*** aojea has joined #openstack-kuryr | 12:45 | |
*** yboaron_ has quit IRC | 13:05 | |
*** maysams has joined #openstack-kuryr | 13:06 | |
*** yboaron_ has joined #openstack-kuryr | 13:06 | |
*** gianpietro has quit IRC | 13:15 | |
*** aojea has quit IRC | 13:16 | |
*** yboaron_ has quit IRC | 13:16 | |
*** yboaron_ has joined #openstack-kuryr | 13:19 | |
openstackgerrit | Merged openstack/kuryr-kubernetes master: Fix tests in test_public_ip.py https://review.openstack.org/611584 | 13:19 |
*** aojea has joined #openstack-kuryr | 13:50 | |
*** gianpietro has joined #openstack-kuryr | 14:08 | |
*** maysams has quit IRC | 14:17 | |
*** gianpietro has quit IRC | 14:17 | |
*** aojea has quit IRC | 14:22 | |
*** itzikb has quit IRC | 14:23 | |
dulek | yboaron_: 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.rst | 14:25 |
dulek | yboaron_: 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 hub | 14:27 |
*** gianpietro has joined #openstack-kuryr | 14:31 | |
dulek | yboaron_: 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 IRC | 14:35 | |
dulek | yboaron_: 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 |
dulek | yboaron_: Well, not really at this point. :D | 14:39 |
yboaron_ | dulek, well that explain the 100K | 14:39 |
dulek | yboaron_: 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_369841 | 14:40 |
dulek | yboaron_: In multinode it'll get downloaded however, we're not building it on subnode. | 14:41 |
dulek | Still 100k is a bit high, I doubt I've run HA tests even 100 times. | 14:41 |
dulek | yboaron_: 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_431865 | 14: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 |
dulek | yboaron_: Oh, on Ubuntu Docker default's to dockerhub. | 14:47 |
yboaron_ | dulek, OK, 10x | 14:48 |
dulek | celebdor: Hey, I could use your perspective on this: https://bugs.launchpad.net/kuryr-kubernetes/+bug/1799239 :) | 14:53 |
openstack | Launchpad bug 1799239 in kuryr-kubernetes "Gate tests download kuryr/demo image" [Undecided,New] - Assigned to Antoni Segura Puimedon (celebdor) | 14:53 |
*** yboaron_ has quit IRC | 15:05 | |
*** pcaruana has quit IRC | 15:12 | |
*** ccamposr has quit IRC | 15:13 | |
celebdor | dulek: will look! | 15:15 |
dulek | celebdor: Thanks! | 15:15 |
*** aojea has joined #openstack-kuryr | 15:15 | |
*** aojea has quit IRC | 15:48 | |
*** celebdor has quit IRC | 15:52 | |
openstackgerrit | Merged openstack/kuryr-kubernetes master: Move Python 3.6 jobs to check and gate as voting https://review.openstack.org/605068 | 16:09 |
*** aojea has joined #openstack-kuryr | 16:41 | |
*** maysams has joined #openstack-kuryr | 17:01 | |
*** itzikb has joined #openstack-kuryr | 17:10 | |
*** aojea has quit IRC | 17: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 run | 17:21 |
ylifshit_ | vif = self._add(params) | 17:21 |
ylifshit_ | File "/opt/stack/kuryr-kubernetes/kuryr_kubernetes/cni/api.py", line 154, in _add | 17: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_request | 17: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/70f1932c8c53f0e76bdf9eff61c3067e | 17:27 |
*** pcaruana has joined #openstack-kuryr | 17:27 | |
ylifshit_ | and this is the pod: https://gist.github.com/yuvalif/0fc72e88179765086093ec5d9bcfff81 | 17:28 |
*** irclogbot_3 has joined #openstack-kuryr | 17:34 | |
*** irclogbot_3 has quit IRC | 17:56 | |
*** pcaruana has quit IRC | 17:57 | |
*** irclogbot_3 has joined #openstack-kuryr | 18:06 | |
*** aojea has joined #openstack-kuryr | 18:07 | |
*** itzikb has quit IRC | 18:10 | |
*** maysams has quit IRC | 18:19 | |
*** itzikb has joined #openstack-kuryr | 18:33 | |
*** aojea has quit IRC | 18:39 | |
*** irclogbot_3 has quit IRC | 19:14 | |
*** irclogbot_3 has joined #openstack-kuryr | 19:15 | |
*** aojea has joined #openstack-kuryr | 19:17 | |
*** irclogbot_3 has quit IRC | 20:27 | |
*** itzikb has quit IRC | 20:44 | |
*** dmellado has quit IRC | 21:32 | |
*** aojea has quit IRC | 21:41 | |
*** rh-jelabarre has quit IRC | 21:41 | |
*** maysams has joined #openstack-kuryr | 21:41 | |
*** celebdor has joined #openstack-kuryr | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!