*** yifei1 has joined #tacker | 00:22 | |
*** yifei1 has left #tacker | 00:23 | |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Update to new neutron SFC client v2 commands https://review.openstack.org/539607 | 01:35 |
---|---|---|
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Update to new neutron SFC client v2 commands https://review.openstack.org/539607 | 01:36 |
*** gongysh has joined #tacker | 01:40 | |
*** masaito has joined #tacker | 02:12 | |
openstackgerrit | James E. Blair proposed openstack/tacker master: Zuul: Remove project name https://review.openstack.org/539764 | 02:12 |
openstackgerrit | LongKB proposed openstack/python-tackerclient master: Implement Tacker Client to support VNF cluster features https://review.openstack.org/526364 | 02:55 |
*** Liuqing has joined #tacker | 02:56 | |
*** Liuqing has quit IRC | 02:57 | |
*** Liuqing has joined #tacker | 03:05 | |
*** daidv has quit IRC | 03:19 | |
*** daidv has joined #tacker | 03:19 | |
*** Liuqing has quit IRC | 03:40 | |
*** gongysh has quit IRC | 04:16 | |
*** links has joined #tacker | 04:32 | |
*** trinaths has joined #tacker | 05:24 | |
*** trinaths has quit IRC | 05:33 | |
*** gongysh has joined #tacker | 05:54 | |
gongysh | dkushwaha, https://review.openstack.org/#/c/526364/ | 05:55 |
gongysh | have problem with the cluster feature? | 05:55 |
*** gongysh has quit IRC | 05:56 | |
*** trinaths has joined #tacker | 05:59 | |
*** gongysh has joined #tacker | 06:04 | |
dkushwaha | gongysh, yea, i faced it. So it will be good if somebody else also can test it before proceeding | 06:04 |
longkb1 | dkushwaha, as Phuoc said, it seems that neutron has updated their api. Hence, I am trying to deploy a new OPS environment to test it :) | 06:07 |
longkb1 | I will inform to you after finishing | 06:07 |
*** janki has joined #tacker | 06:10 | |
dkushwaha | longkb1, sure. Also i m sharing my local.conf http://paste.openstack.org/show/658274/ | 06:24 |
longkb1 | dkushwaha, Thanks. I will check it | 06:27 |
longkb1 | dkushwaha, I have tried with my new devstack instance. And this patch is working well. | 06:46 |
dkushwaha | longkb1, regarding cluster feature, have you seeing any issue with my local.conf ? | 06:50 |
longkb1 | I am checking your local.conf | 06:51 |
longkb1 | dkushwaha, have you checked the neutron-load-balancer service is working or not? | 06:57 |
dkushwaha | longkb1, i haven't checked it separately | 06:59 |
dkushwaha | longkb1, will check | 06:59 |
longkb1 | I will guide you :) | 06:59 |
longkb1 | neutron lbaas-loadbalancer-create --name test_lb subnet_mgmt | 07:00 |
longkb1 | In which, "subnet_mgmt" is the name of your subnet | 07:01 |
dkushwaha | vagrant@control:~$ neutron lbaas-loadbalancer-create --name test_lb subnet_mgmt | 07:03 |
dkushwaha | neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. | 07:03 |
dkushwaha | Created a new loadbalancer: | 07:03 |
dkushwaha | +---------------------+--------------------------------------+ | 07:03 |
dkushwaha | | Field | Value | | 07:03 |
dkushwaha | +---------------------+--------------------------------------+ | 07:03 |
dkushwaha | | admin_state_up | True | | 07:03 |
dkushwaha | | description | | | 07:03 |
dkushwaha | | id | 965a9bf9-05fb-4114-8488-06f2b3124335 | | 07:03 |
dkushwaha | | listeners | | | 07:03 |
dkushwaha | | name | test_lb | | 07:03 |
dkushwaha | | operating_status | OFFLINE | | 07:03 |
dkushwaha | | pools | | | 07:04 |
dkushwaha | | provider | octavia | | 07:04 |
dkushwaha | | provisioning_status | PENDING_CREATE | | 07:04 |
dkushwaha | | tenant_id | 537c261d03c44d0786836fde96aa6d82 | | 07:04 |
dkushwaha | | vip_address | 192.168.120.3 | | 07:04 |
dkushwaha | | vip_port_id | 1414b7d8-cc2a-47c3-80ea-5f86a979b207 | | 07:04 |
dkushwaha | | vip_subnet_id | 9335ca79-b2ad-4b7a-bf85-ac7df8802b8a | | 07:04 |
dkushwaha | +---------------------+--------------------------------------+ | 07:04 |
dkushwaha | vagrant@control:~$ neutron lbaas-loadbalancer-stats test_lb | 07:04 |
dkushwaha | neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. | 07:04 |
dkushwaha | +--------------------+-------+ | 07:04 |
dkushwaha | | Field | Value | | 07:04 |
dkushwaha | +--------------------+-------+ | 07:04 |
dkushwaha | | active_connections | 0 | | 07:04 |
dkushwaha | | bytes_in | 0 | | 07:04 |
dkushwaha | | bytes_out | 0 | | 07:04 |
dkushwaha | | total_connections | 0 | | 07:04 |
dkushwaha | +--------------------+-------+ | 07:04 |
longkb1 | It takes 2-3 minute to deploy a new load balancer in neutron | 07:05 |
dkushwaha | longkb1, how can i veryfy that its UP now? | 07:08 |
longkb1 | neutron lbaas-loadbalancer-list | 07:08 |
longkb1 | "provisioning_status" is ACTIVE or not? | 07:09 |
dkushwaha | longkb1, still getting pending_create, then i suspect my failure would be due to timeout(not sure). | 07:12 |
longkb1 | Are you running your devstack in VMWare or virtualbox? | 07:13 |
dkushwaha | virtualbox | 07:14 |
longkb1 | as I check from guys in #openstack-lbaas channel, if your devstack are installed on virtualbox, it usually takes a long time (5-10 minutes) to deploy load-balancer | 07:17 |
*** egonzalez has joined #tacker | 07:17 | |
longkb1 | firstly, run "top" to see qemu usage | 07:18 |
longkb1 | Tell me your qemu CPU percentage is over 100% or not? | 07:18 |
dkushwaha | top - 07:27:12 up 2 days, 10:33, 2 users, load average: 2.72, 3.30, 3.46 | 07:27 |
dkushwaha | Tasks: 271 total, 3 running, 267 sleeping, 0 stopped, 1 zombie | 07:27 |
dkushwaha | %Cpu(s): 19.8 us, 21.9 sy, 0.0 ni, 57.5 id, 0.0 wa, 0.0 hi, 0.7 si, 0.0 st | 07:27 |
dkushwaha | KiB Mem : 8174968 total, 242176 free, 7495048 used, 437744 buff/cache | 07:27 |
dkushwaha | KiB Swap: 1048572 total, 0 free, 1048572 used. 272636 avail Mem | 07:27 |
longkb1 | please check the load-balancer status with "neutron lbaas-loadbalancer-list" | 07:33 |
longkb1 | Is this "ACTIVE" or "ERROR" | 07:33 |
dkushwaha | longkb1, yup, active now | 07:34 |
dkushwaha | vagrant@control:~/codeup/python-tackerclient$ neutron lbaas-loadbalancer-list | 07:34 |
dkushwaha | neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. | 07:34 |
dkushwaha | +--------------------------------------+---------+----------------------------------+----------------+---------------------+----------+ | 07:34 |
dkushwaha | | id | name | tenant_id | vip_address | provisioning_status | provider | | 07:34 |
dkushwaha | +--------------------------------------+---------+----------------------------------+----------------+---------------------+----------+ | 07:34 |
dkushwaha | | 965a9bf9-05fb-4114-8488-06f2b3124335 | test_lb | 537c261d03c44d0786836fde96aa6d82 | 192.168.120.3 | ACTIVE | octavia | | 07:34 |
dkushwaha | | d92b8f40-4494-426c-9781-9cd39b3b2067 | | a639f9e5d3e342bf8f1436223c8cdc67 | 192.168.120.12 | ACTIVE | octavia | | 07:34 |
longkb1 | oh, it seem everything is OK | 07:34 |
dkushwaha | +--------------------------------------+---------+----------------------------------+----------------+---------------------+----------+ | 07:34 |
longkb1 | The problem is that your devstack is running on virtualbox, so it takes a long time to deploy cluster | 07:35 |
longkb1 | In my patch, timeout is set about 120 seconds @@ | 07:35 |
longkb1 | so in your opinion, should I remove "timeout" variable for load-balancer creation? | 07:37 |
dkushwaha | longkb1, yea, i also have the same thought | 07:42 |
longkb1 | should Tacker wait until load-balancer creation finish? | 07:43 |
dkushwaha | longkb1, yea, although, there should also be a max timeout | 07:45 |
longkb1 | I will think about that | 07:50 |
longkb1 | If you have a chance, please try to test my patch in Vmware or baremetal machine. | 07:51 |
openstackgerrit | LongKB proposed openstack/tacker-specs master: Enabling policy-based clustering service for VNFs in Tacker https://review.openstack.org/502216 | 07:55 |
*** gongysh has quit IRC | 08:43 | |
*** gongysh has joined #tacker | 08:50 | |
*** trinaths has quit IRC | 08:58 | |
*** trinaths has joined #tacker | 09:09 | |
*** trinaths has quit IRC | 09:40 | |
*** bobmel has joined #tacker | 10:21 | |
*** bobmel_ has quit IRC | 10:24 | |
*** gongysh has quit IRC | 10:25 | |
*** jchhatbar has joined #tacker | 10:28 | |
*** janki has quit IRC | 10:29 | |
*** gongysh has joined #tacker | 10:30 | |
*** jchhatbar is now known as janki | 10:34 | |
*** gongysh has quit IRC | 10:35 | |
mardim | egonzalez, phuoc hello I want to ask you guys if you know when the tacker will declare code freeze for the queens release ? | 10:46 |
mardim | I mean until which date are we gonna be eligible to push patches for the queens release ? | 10:47 |
*** trinaths has joined #tacker | 10:49 | |
mardim | trinaths, hello maybe you know this ^ | 10:52 |
trinaths | mardim - what ? | 10:53 |
mardim | trinaths, I want to ask you guys if you know when the tacker will declare code freeze for the queens release ? | 10:53 |
mardim | I mean until which date are we gonna be eligible to push patches for the queens release ? | 10:53 |
trinaths | mardim- I'm not aware of the deadline. please ask gongysh | 10:54 |
phuoc | https://releases.openstack.org/queens/schedule.html | 10:54 |
phuoc | mardim, I think the time is the end of Feb | 10:55 |
mardim | trinaths, phuoc thanks | 10:55 |
trinaths | nie | 10:55 |
trinaths | nice | 10:55 |
egonzalez | mardim, in kolla we freeze on monday | 10:56 |
mardim | phuoc, I think at the end of February is the release | 10:56 |
mardim | the code freeze is earlier | 10:56 |
mardim | egonzalez, ok thanks a lot | 10:56 |
egonzalez | mardim, Feb 05 - Feb 09 week | 10:56 |
egonzalez | once rc1 is created, only bug fixes are allowed | 10:56 |
mardim | egonzalez, So do you think that for tacker maybe we have until next friday ? | 10:57 |
egonzalez | tacker follows stable policy right | 10:57 |
phuoc | egonzalez, thanks for that information | 10:57 |
egonzalez | actually, if tacker is following release:cycle-with-milestones, freeze is Jan 22 - Jan 26 | 10:58 |
mardim | egonzalez, I am not sure jan 26 is the right date because just yesterday gongysh merged a patch of mine in tackerclient | 11:01 |
mardim | egonzalez, But anyway maybe gongysh is the right person to answer thanks a lot btw :) | 11:01 |
egonzalez | mardim, tacker is following cycle-with-intermediary release model, not sure when freeze is based on the calendar, there is no reference | 11:02 |
mardim | egonzalez, I am not sure what is this : cycle-with-intermediary release model | 11:03 |
mardim | egonzalez, Do you have any link ? | 11:03 |
egonzalez | mardim, https://releases.openstack.org/reference/release_models.html#cycle-with-intermediary | 11:04 |
mardim | egonzalez, Ah ok thanks | 11:04 |
*** Aju has joined #tacker | 11:09 | |
*** afranc has quit IRC | 11:11 | |
*** ildikov has quit IRC | 11:11 | |
*** ildikov has joined #tacker | 11:11 | |
*** masaito has quit IRC | 11:21 | |
*** trinaths has quit IRC | 12:13 | |
*** links has quit IRC | 12:28 | |
*** links has joined #tacker | 12:39 | |
*** dkushwaha has quit IRC | 12:56 | |
*** links has quit IRC | 13:03 | |
*** dkushwaha has joined #tacker | 13:09 | |
*** janki has quit IRC | 13:39 | |
*** bobh has joined #tacker | 14:02 | |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: [WIP] Update VNFFG as a whole https://review.openstack.org/531817 | 15:17 |
*** egonzalez has quit IRC | 15:57 | |
openstackgerrit | dharmendra kushwaha proposed openstack/python-tackerclient master: Complete VNFD osc commands https://review.openstack.org/540000 | 16:04 |
*** masaito has joined #tacker | 16:09 | |
openstackgerrit | OpenStack Release Bot proposed openstack/python-tackerclient master: Update reno for stable/queens https://review.openstack.org/540023 | 16:34 |
*** janki has joined #tacker | 17:00 | |
*** masaito has quit IRC | 17:46 | |
*** masaito has joined #tacker | 17:48 | |
*** janki has quit IRC | 18:06 | |
*** openstackgerrit has quit IRC | 18:18 | |
*** masaito has quit IRC | 18:20 | |
*** masaito has joined #tacker | 18:24 | |
*** bobmel has quit IRC | 18:27 | |
*** bobmel has joined #tacker | 18:27 | |
*** bobh has quit IRC | 18:59 | |
*** masaito has quit IRC | 19:26 | |
*** bobh has joined #tacker | 19:29 | |
*** bobh has quit IRC | 19:34 | |
*** bobh has joined #tacker | 19:53 | |
*** bobh has quit IRC | 19:59 | |
*** bobh has joined #tacker | 20:04 | |
*** bobh has quit IRC | 20:09 | |
*** bobh has joined #tacker | 20:16 | |
*** bobh has quit IRC | 20:21 | |
*** masaito has joined #tacker | 20:30 | |
*** bobh has joined #tacker | 20:31 | |
*** bobh has quit IRC | 20:36 | |
*** bobh has joined #tacker | 20:40 | |
*** bobh has quit IRC | 20:45 | |
*** bobh has joined #tacker | 20:48 | |
*** daidv has quit IRC | 20:51 | |
*** daidv has joined #tacker | 20:53 | |
*** bobh has quit IRC | 20:53 | |
*** daidv has quit IRC | 21:01 | |
*** daidv has joined #tacker | 21:03 | |
*** bobh has joined #tacker | 21:03 | |
*** bobh has quit IRC | 21:08 | |
*** daidv has quit IRC | 21:14 | |
*** daidv has joined #tacker | 21:16 | |
*** bobh has joined #tacker | 21:16 | |
*** bobh has quit IRC | 21:21 | |
*** daidv has quit IRC | 21:25 | |
*** daidv has joined #tacker | 21:28 | |
*** bobh has joined #tacker | 21:31 | |
*** daidv has quit IRC | 21:36 | |
*** bobh has quit IRC | 21:37 | |
*** bobh has joined #tacker | 21:38 | |
*** daidv has joined #tacker | 21:38 | |
*** bobh has quit IRC | 21:43 | |
*** daidv has quit IRC | 21:44 | |
*** bobh has joined #tacker | 21:53 | |
*** bobh has quit IRC | 21:59 | |
*** daidv has joined #tacker | 22:00 | |
*** daidv has quit IRC | 22:12 | |
*** daidv has joined #tacker | 22:13 | |
*** bobh has joined #tacker | 22:15 | |
*** bobh has quit IRC | 22:18 | |
*** bobh has joined #tacker | 22:18 | |
*** bobh has quit IRC | 23:13 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!