Activity log for bug #1772160

Date Who What changed Old value New value Message
2018-05-19 11:43:58 Musa Abdin bug added bug
2018-05-21 17:01:44 Vineet Gupta nominated for series juniperopenstack/r4.1
2018-05-21 17:01:44 Vineet Gupta bug task added juniperopenstack/r4.1
2018-05-21 17:01:54 Vineet Gupta juniperopenstack/r4.1: milestone r4.1.1.0
2018-05-21 17:02:01 Vineet Gupta juniperopenstack/r4.1: importance Undecided High
2018-05-21 17:07:47 Musa Abdin juniperopenstack: importance High Critical
2018-05-21 17:07:52 Musa Abdin juniperopenstack/r4.1: importance High Critical
2018-05-21 17:10:05 Musa Abdin description restarting Device manager assigns new IP address to the irb interfaces, while the old IPs are no longer available. [heat-admin@overcloud-contrailcontroller-0 ~]$ neutron subnet-show 24e8e71e-54fd-483f-bb10-fbe625fd0344 +-------------------+----------------------------------------+ | Field | Value | +-------------------+----------------------------------------+ | allocation_pools | {"start": "8.8.8.2", "end": "8.8.8.5"} | | cidr | 8.8.8.0/24 | | created_at | | | dns_nameservers | 0.0.0.0 | | enable_dhcp | False | | gateway_ip | 8.8.8.1 | | host_routes | | | id | 24e8e71e-54fd-483f-bb10-fbe625fd0344 | | ip_version | 4 | | ipv6_address_mode | | | ipv6_ra_mode | | | name | 24e8e71e-54fd-483f-bb10-fbe625fd0344 | | network_id | 18067a99-ed12-4a74-8b50-92577dc27bdb | | tenant_id | db666c41aefc4a4581655e3c2e02627c | | updated_at | | +-------------------+----------------------------------------+ [heat-admin@overcloud-contrailcontroller-0 ~]$ curl -H "X-Auth-Token: `openstack token issue -c id -f value`" http://192.168.122.11:8082/virtual-network/18067a99-ed12-4a74-8b50-92577dc27bdb/subnet-ip-count -H "Content-Type: application/json" -d '{"subnet_list": ["24e8e71e-54fd-483f-bb10-fbe625fd0344"]}' |python -m json.tool % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 79 100 22 100 57 142 370 --:--:-- --:--:-- --:--:-- 372 { "ip_count_list": [ 2 ] } [heat-admin@overcloud-contrailcontroller-0 ~]$ sudo systemctl restart contrail-device-manager [heat-admin@overcloud-contrailcontroller-0 ~]$ curl -H "X-Auth-Token: `openstack token issue -c id -f value`" http://192.168.122.11:8082/virtual-network/18067a99-ed12-4a74-8b50-92577dc27bdb/subnet-ip-count -H "Content-Type: application/json" -d '{"subnet_list": ["24e8e71e-54fd-483f-bb10-fbe625fd0344"]}' |python -m json.tool % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 79 100 22 100 57 152 395 --:--:-- --:--:-- --:--:-- 398 { "ip_count_list": [ 3 ] } [heat-admin@overcloud-contrailcontroller-0 ~]$ neutron port-create --name testsrv01 --fixed-ip subnet_id=24e8e71e-54fd-483f-bb10-fbe625fd0344,ip_address=8.8.8.3 `openstack network show sriov-test -c id -f value` An unknown exception occurred. Neutron server returns request_ids: ['req-38e57c68-57ae-40b9-a1a1-58a71bb5536c'] [heat-admin@overcloud-contrailcontroller-0 ~]$ on the mx [edit] musa# show groups __contrail__ interfaces irb.7 May 19 11:30:43 family inet { /* Allocated IPv4 Address from Subnet: 8.8.8.0/24 */ address 8.8.8.3/24 { virtual-gateway-address 8.8.8.1; } } [edit] musa# May 19 11:32:52 after the restart: [edit] musa# May 19 11:32:52 [edit] musa# show groups __contrail__ interfaces irb.7 May 19 11:35:05 family inet { /* Allocated IPv4 Address from Subnet: 8.8.8.0/24 */ address 8.8.8.4/24 { virtual-gateway-address 8.8.8.1; } } In contrail 4.1.0/RHOSP 10 setup: | restarting Device manager assigns new IP address to the irb interfaces, while the old IPs are no longer available. [heat-admin@overcloud-contrailcontroller-0 ~]$ neutron subnet-show 24e8e71e-54fd-483f-bb10-fbe625fd0344 +-------------------+----------------------------------------+ | Field | Value | +-------------------+----------------------------------------+ | allocation_pools | {"start": "8.8.8.2", "end": "8.8.8.5"} | | cidr | 8.8.8.0/24 | | created_at | | | dns_nameservers | 0.0.0.0 | | enable_dhcp | False | | gateway_ip | 8.8.8.1 | | host_routes | | | id | 24e8e71e-54fd-483f-bb10-fbe625fd0344 | | ip_version | 4 | | ipv6_address_mode | | | ipv6_ra_mode | | | name | 24e8e71e-54fd-483f-bb10-fbe625fd0344 | | network_id | 18067a99-ed12-4a74-8b50-92577dc27bdb | | tenant_id | db666c41aefc4a4581655e3c2e02627c | | updated_at | | +-------------------+----------------------------------------+ [heat-admin@overcloud-contrailcontroller-0 ~]$ curl -H "X-Auth-Token: `openstack token issue -c id -f value`" http://192.168.122.11:8082/virtual-network/18067a99-ed12-4a74-8b50-92577dc27bdb/subnet-ip-count -H "Content-Type: application/json" -d '{"subnet_list": ["24e8e71e-54fd-483f-bb10-fbe625fd0344"]}' |python -m json.tool   % Total % Received % Xferd Average Speed Time Time Time Current                                  Dload Upload Total Spent Left Speed 100 79 100 22 100 57 142 370 --:--:-- --:--:-- --:--:-- 372 {     "ip_count_list": [         2     ] } [heat-admin@overcloud-contrailcontroller-0 ~]$ sudo systemctl restart contrail-device-manager [heat-admin@overcloud-contrailcontroller-0 ~]$ curl -H "X-Auth-Token: `openstack token issue -c id -f value`" http://192.168.122.11:8082/virtual-network/18067a99-ed12-4a74-8b50-92577dc27bdb/subnet-ip-count -H "Content-Type: application/json" -d '{"subnet_list": ["24e8e71e-54fd-483f-bb10-fbe625fd0344"]}' |python -m json.tool   % Total % Received % Xferd Average Speed Time Time Time Current                                  Dload Upload Total Spent Left Speed 100 79 100 22 100 57 152 395 --:--:-- --:--:-- --:--:-- 398 {     "ip_count_list": [         3     ] } [heat-admin@overcloud-contrailcontroller-0 ~]$ neutron port-create --name testsrv01 --fixed-ip subnet_id=24e8e71e-54fd-483f-bb10-fbe625fd0344,ip_address=8.8.8.3 `openstack network show sriov-test -c id -f value` An unknown exception occurred. Neutron server returns request_ids: ['req-38e57c68-57ae-40b9-a1a1-58a71bb5536c'] [heat-admin@overcloud-contrailcontroller-0 ~]$ on the mx [edit] musa# show groups __contrail__ interfaces irb.7 May 19 11:30:43 family inet {     /* Allocated IPv4 Address from Subnet: 8.8.8.0/24 */     address 8.8.8.3/24 {         virtual-gateway-address 8.8.8.1;     } } [edit] musa# May 19 11:32:52 after the restart: [edit] musa# May 19 11:32:52 [edit] musa# show groups __contrail__ interfaces irb.7 May 19 11:35:05 family inet {     /* Allocated IPv4 Address from Subnet: 8.8.8.0/24 */     address 8.8.8.4/24 {         virtual-gateway-address 8.8.8.1;     } }
2018-05-21 17:13:49 Vineet Gupta tags hot
2018-05-21 17:14:01 Vineet Gupta tags hot 2018-0521-0294 hot-case
2018-05-23 18:52:47 Jeba Paulaiyan nominated for series juniperopenstack/r5.0
2018-05-23 18:52:47 Jeba Paulaiyan bug task added juniperopenstack/r5.0
2018-05-23 18:52:47 Jeba Paulaiyan nominated for series juniperopenstack/trunk
2018-05-23 18:52:47 Jeba Paulaiyan bug task added juniperopenstack/trunk
2018-05-23 18:52:53 Jeba Paulaiyan juniperopenstack/r5.0: importance Undecided Critical
2018-05-23 18:52:56 Jeba Paulaiyan juniperopenstack/r5.0: milestone r5.0.1
2018-05-23 18:52:58 Jeba Paulaiyan juniperopenstack/trunk: milestone r5.1.0
2018-05-23 18:53:05 Jeba Paulaiyan juniperopenstack/r4.1: assignee Suresh Balineni (sbalineni)
2018-05-23 18:53:11 Jeba Paulaiyan juniperopenstack/r5.0: assignee Suresh Balineni (sbalineni)
2018-05-23 18:53:17 Jeba Paulaiyan juniperopenstack/trunk: assignee Suresh Balineni (sbalineni)
2018-05-23 19:13:10 Musa Abdin bug added subscriber Thamer Alharbash
2018-05-24 01:40:33 Jeba Paulaiyan tags 2018-0521-0294 hot-case 2018-0521-0294 hot-case releaseblocker
2018-05-29 11:46:26 Slobodan Blatnjak bug added subscriber Slobodan Blatnjak
2018-05-30 21:36:25 OpenContrail Admin juniperopenstack/r4.1: status New In Progress
2018-05-31 07:34:35 Édouard Thuleau information type Proprietary Public
2018-05-31 13:34:24 OpenContrail Admin juniperopenstack/r4.1: status In Progress Fix Committed
2018-05-31 15:09:19 OpenContrail Admin juniperopenstack/r5.0: status New In Progress
2018-05-31 15:09:21 OpenContrail Admin juniperopenstack/trunk: status New In Progress
2018-06-18 04:47:21 OpenContrail Admin juniperopenstack/r5.0: status In Progress Fix Committed
2018-06-27 23:41:28 Himanshu tags 2018-0521-0294 hot-case releaseblocker 2018-0521-0294 releaseblocker
2018-07-18 19:19:33 OpenContrail Admin juniperopenstack/trunk: status In Progress Fix Committed