*** longkb has joined #tacker | 00:20 | |
*** Dinesh_Bhor has joined #tacker | 00:36 | |
*** Dinesh_Bhor has quit IRC | 00:45 | |
*** joxyuki has joined #tacker | 00:57 | |
*** Dinesh_Bhor has joined #tacker | 01:00 | |
*** YanXing_an has joined #tacker | 01:06 | |
*** phuoc has joined #tacker | 01:16 | |
Dinesh_Bhor | Anyone knows for tacker gate job "gate-tacker-dsvm-functional"- is it creating a multi-compute node environment for deploying VNF's? | 01:25 |
---|---|---|
dangtrinhnt | wat89, Your question should be raised at the #openstack-ansible channel. | 01:59 |
*** links has joined #tacker | 02:28 | |
*** wat89 has quit IRC | 02:30 | |
phuoc | Dinesh_Bhor, gongysh may know about it | 02:32 |
Dinesh_Bhor | phuoc: okay, thanks | 02:33 |
*** bobh has joined #tacker | 02:39 | |
*** bobh has quit IRC | 02:44 | |
*** YanXing_an has quit IRC | 02:48 | |
*** YanXing_an has joined #tacker | 02:50 | |
*** bobh has joined #tacker | 03:01 | |
*** bobh has quit IRC | 03:42 | |
*** links has quit IRC | 03:43 | |
*** YanXing_an has quit IRC | 03:56 | |
*** dkushwaha has joined #tacker | 04:10 | |
*** links has joined #tacker | 04:48 | |
*** Dinesh_Bhor has quit IRC | 05:00 | |
*** dkushwaha has quit IRC | 05:02 | |
*** janki has joined #tacker | 05:03 | |
*** trinaths has joined #tacker | 05:37 | |
*** trinaths has quit IRC | 05:38 | |
*** dkushwaha has joined #tacker | 05:42 | |
dkushwaha | dangtrinhnt, Please let me know your mail id | 05:44 |
*** Dinesh_Bhor has joined #tacker | 05:48 | |
dangtrinhnt | dkushwaha, I got your email message. Thanks. | 05:56 |
dkushwaha | dangtrinhnt, Cool :) | 05:57 |
*** YanXing_an has joined #tacker | 05:59 | |
dangtrinhnt | dkushwaha, Did you implement the NS orchestration feature? If so I wanna ask about the eventlet's spawning function.. :) | 06:07 |
dkushwaha | dangtrinhnt, yup | 06:09 |
dkushwaha | dangtrinhnt, I need to check that, btw, what is your question | 06:10 |
dangtrinhnt | I'm working on the VNFFG for NS feature. The workflow is to extract VNFFG template and VNF mapping from the NSD and execute the mistral workflow. The VNF mapping extraction task need to wait for the VNF creation mistral workflow to finish and get the VNF ids. | 06:14 |
dangtrinhnt | To implement that I spawn another thread which will wait for the VNF creation thread finish. | 06:14 |
dangtrinhnt | The main function supposes to return immediately and let the task executing in the background but for some reasons when I ran the main function, it takes quite sometime. | 06:16 |
*** trinaths has joined #tacker | 06:18 | |
dangtrinhnt | I still get the return values that I want. It just takes so much time (like running without spawning) | 06:18 |
dangtrinhnt | If you have time, please look at the new spawn function here: https://review.openstack.org/#/c/558166/17/tacker/nfvo/nfvo_plugin.py | 06:20 |
dangtrinhnt | line 101 | 06:20 |
dkushwaha | dangtrinhnt, sure, will check it | 06:21 |
dangtrinhnt | Many thanks. | 06:22 |
*** yanxingan has joined #tacker | 06:25 | |
*** YanXing_an has quit IRC | 06:27 | |
*** jaewook_oh has joined #tacker | 06:32 | |
*** trinaths has quit IRC | 06:36 | |
*** longkb has quit IRC | 06:38 | |
*** longkb has joined #tacker | 06:38 | |
*** longkb1 has quit IRC | 06:39 | |
*** longkb1 has joined #tacker | 06:41 | |
*** trinaths has joined #tacker | 06:43 | |
*** longkb has quit IRC | 06:49 | |
*** longkb has joined #tacker | 06:49 | |
*** Dinesh_Bhor has quit IRC | 06:58 | |
*** Dinesh_Bhor has joined #tacker | 07:04 | |
*** longkb has quit IRC | 07:32 | |
*** longkb has joined #tacker | 07:32 | |
*** egonzalez has joined #tacker | 07:47 | |
*** yanxingan has quit IRC | 08:02 | |
*** egonzalez has quit IRC | 08:02 | |
*** YanXing_an has joined #tacker | 08:02 | |
*** egonzalez has joined #tacker | 08:23 | |
*** hyunsikyang has quit IRC | 08:36 | |
*** YanXing_an has quit IRC | 08:49 | |
*** trinaths has quit IRC | 09:01 | |
*** YanXing_an has joined #tacker | 09:22 | |
*** trinaths has joined #tacker | 09:27 | |
Dinesh_Bhor | Anyone know why tacker functional test cases hangs in devstack environment? | 09:39 |
dangtrinhnt | Dinesh_Bhor, need to see the error logs. | 09:41 |
Dinesh_Bhor | dangtrinhnt: There are no logs. Once it downloads all the required lib at doesn't seems to run any test case or I don't see any logs on the console | 09:42 |
Dinesh_Bhor | dangtrinhnt: http://paste.openstack.org/raw/EFd0tQq9Tl9Hr6ru97vD/ No output after this. | 09:44 |
Dinesh_Bhor | dangtrinhnt: However If I change the *auth_url* from tacker/tests/etc/sample/local_vim.yaml file to something garbage then it at-least runs the test cases but fails with authentication error. | 09:46 |
dangtrinhnt | Dinesh_Bhor, I'm trying to reproduce it | 09:47 |
Dinesh_Bhor | dangtrinhnt: okay, thank you | 09:47 |
dangtrinhnt | Are you at tacker's master branch? May I know your server's spec (CPU, Memory)? | 09:51 |
Dinesh_Bhor | dangtrinhnt: yes, I am on master. CPU=3, MEMORY=12 GB | 09:56 |
Dinesh_Bhor | dangtrinhnt: I am running ubuntu VM. | 09:56 |
*** joxyuki has quit IRC | 09:58 | |
dangtrinhnt | Did you try to re run the test again? The tests hang in my computer too (Physical computer with 8CPU, 15.6GB memory) but it going further than your. | 10:07 |
Dinesh_Bhor | dangtrinhnt: yes, I tried multiple times. | 10:07 |
dangtrinhnt | http://paste.openstack.org/show/720740/ | 10:07 |
Dinesh_Bhor | dangtrinhnt: you think this is a MEMORY Or DISK space issue? | 10:09 |
*** YanXing_an has quit IRC | 10:09 | |
dangtrinhnt | That's my first guess. But looks like there many things happen in the background as you can see the syslog (/var/log/syslog) | 10:14 |
Dinesh_Bhor | dangtrinhnt: okay, I will check this. Thank you | 10:17 |
dangtrinhnt | the thing is tox processes everything serially so it may take a long time to test several env | 10:21 |
Dinesh_Bhor | dangtrinhnt: okay. But it should definitely show *some* output after an hour. | 10:24 |
dangtrinhnt | yup. Sometimes I have to push the code to gerrit to test. | 10:25 |
*** Dinesh_Bhor has quit IRC | 10:33 | |
*** longkb has quit IRC | 10:53 | |
*** dkushwaha_ has joined #tacker | 10:56 | |
*** dkushwaha has quit IRC | 10:59 | |
phuoc | hi dkushwaha_ | 11:05 |
phuoc | I will update the presentation file, I feed back to you tomorrow | 11:06 |
*** jchhatbar has joined #tacker | 11:34 | |
*** janki has quit IRC | 11:35 | |
*** jchhatba_ has joined #tacker | 11:38 | |
*** jchhatbar has quit IRC | 11:41 | |
*** bobh has joined #tacker | 11:42 | |
*** jchhatba_ has quit IRC | 11:51 | |
*** bobh has quit IRC | 12:27 | |
*** trinaths has quit IRC | 12:39 | |
*** janki has joined #tacker | 12:49 | |
*** bobh has joined #tacker | 13:03 | |
*** phuoc_ has joined #tacker | 13:04 | |
*** phuoc has quit IRC | 13:06 | |
*** longkb has joined #tacker | 13:07 | |
*** longkb has quit IRC | 13:07 | |
*** longkb has joined #tacker | 13:08 | |
dangtrinhnt | Hi dkushwaha_ . I have another question about NS. Why do we delete the execution and workflow after you generate the VNFs? | 13:22 |
dkushwaha_ | dangtrinhnt, Once NS create/delete we needs to delete executions/workflows, otherwise after time being mistral will have useless list of executions/workflows, which are not actually required | 13:29 |
dkushwaha_ | dangtrinhnt, we choose that approach to keep mistral clean | 13:30 |
dangtrinhnt | dkushwaha_, thanks. Got it. | 13:31 |
dangtrinhnt | I just wonder whether it's good for root cause analysis. | 13:36 |
*** links has quit IRC | 13:46 | |
*** dkushwaha_ has quit IRC | 14:03 | |
*** bobh has quit IRC | 14:03 | |
*** egonzalez has quit IRC | 14:13 | |
*** YanXing_an has joined #tacker | 14:15 | |
*** bobh has joined #tacker | 14:43 | |
*** YanXing_an has quit IRC | 14:49 | |
*** YanXing_an has joined #tacker | 14:51 | |
*** longkb has quit IRC | 14:55 | |
*** janki has quit IRC | 14:56 | |
*** janki has joined #tacker | 15:07 | |
*** longkb has joined #tacker | 15:48 | |
*** longkb has quit IRC | 16:02 | |
*** phuoc has joined #tacker | 16:06 | |
*** phuoc_ has quit IRC | 16:09 | |
*** bobh has quit IRC | 16:22 | |
*** YanXing_an has quit IRC | 16:29 | |
*** YanXing_an has joined #tacker | 16:30 | |
*** YanXing_an has quit IRC | 16:30 | |
*** bobh has joined #tacker | 17:08 | |
*** janki has quit IRC | 17:48 | |
*** bobh has quit IRC | 18:39 | |
*** mardim has quit IRC | 20:00 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!