Activity log for bug #1566571

Date Who What changed Old value New value Message
2016-04-05 23:26:54 Vikram Hosakote bug added bug
2016-04-05 23:27:01 Vikram Hosakote kolla: status New In Progress
2016-04-05 23:27:04 Vikram Hosakote kolla: assignee Vikram Hosakote (vhosakot)
2016-04-06 04:13:52 Vikram Hosakote description Many users see deployment issues because their kolla_internal_vip_address will not be an unused IP address in the same network as network_interface in globals.yml. For example, if network_interface in globals.yml is eth0, and if eth0 has the IP address 192.168.122.201/24, then, kolla_internal_vip_address in globals.yml must be an unused IP address in the network 192.168.122.201/24 (192.168.122.202 - 192.168.122.254). There is no precheck for this. Hence, a precheck must be added to check the following: 1. kolla_internal_vip_address is not assigned to any interface on the kolla deploy node. 2. kolla_internal_vip_address is an unused IP address in the same network as network_interface. Many users see deployment issues because their kolla_internal_vip_address will not be an unused IP address in the same network as network_interface in globals.yml. For example, if network_interface in globals.yml is eth0, and if eth0 has the IP address 192.168.122.201/24, then, kolla_internal_vip_address in globals.yml must be an unused IP address in the network 192.168.122.201/24 (192.168.122.202 - 192.168.122.254). There is no precheck for this. Hence, a precheck must be added to check the following: 1. kolla_internal_vip_address is not assigned to any interface on the kolla deploy node. 2. kolla_internal_vip_address is an unused IP address in the same network as network_interface. 3. kolla_external_vip_address is not assigned to any interface on the kolla deploy node.
2016-04-06 04:43:30 Vikram Hosakote summary Add precheck to validate kolla_internal_vip_address Add precheck to validate kolla_internal_vip_address and kolla_external_vip_address
2016-04-06 04:43:38 Vikram Hosakote summary Add precheck to validate kolla_internal_vip_address and kolla_external_vip_address Add prechecks to validate kolla_internal_vip_address and kolla_external_vip_address
2016-04-06 04:43:46 Vikram Hosakote description Many users see deployment issues because their kolla_internal_vip_address will not be an unused IP address in the same network as network_interface in globals.yml. For example, if network_interface in globals.yml is eth0, and if eth0 has the IP address 192.168.122.201/24, then, kolla_internal_vip_address in globals.yml must be an unused IP address in the network 192.168.122.201/24 (192.168.122.202 - 192.168.122.254). There is no precheck for this. Hence, a precheck must be added to check the following: 1. kolla_internal_vip_address is not assigned to any interface on the kolla deploy node. 2. kolla_internal_vip_address is an unused IP address in the same network as network_interface. 3. kolla_external_vip_address is not assigned to any interface on the kolla deploy node. Many users see deployment issues because their kolla_internal_vip_address will not be an unused IP address in the same network as network_interface in globals.yml. For example, if network_interface in globals.yml is eth0, and if eth0 has the IP address 192.168.122.201/24, then, kolla_internal_vip_address in globals.yml must be an unused IP address in the network 192.168.122.201/24 (192.168.122.202 - 192.168.122.254). There is no precheck for this. Hence, prechecks must be added to check the following: 1. kolla_internal_vip_address is not assigned to any interface on the kolla deploy node. 2. kolla_internal_vip_address is an unused IP address in the same network as network_interface. 3. kolla_external_vip_address is not assigned to any interface on the kolla deploy node.
2016-04-11 02:43:38 Vikram Hosakote description Many users see deployment issues because their kolla_internal_vip_address will not be an unused IP address in the same network as network_interface in globals.yml. For example, if network_interface in globals.yml is eth0, and if eth0 has the IP address 192.168.122.201/24, then, kolla_internal_vip_address in globals.yml must be an unused IP address in the network 192.168.122.201/24 (192.168.122.202 - 192.168.122.254). There is no precheck for this. Hence, prechecks must be added to check the following: 1. kolla_internal_vip_address is not assigned to any interface on the kolla deploy node. 2. kolla_internal_vip_address is an unused IP address in the same network as network_interface. 3. kolla_external_vip_address is not assigned to any interface on the kolla deploy node. Many users see deployment issues because their kolla_internal_vip_address will not be an unused IP address in the same network as network_interface in globals.yml. For example, if network_interface in globals.yml is eth0, and if eth0 has the IP address 192.168.122.201/24, then, kolla_internal_vip_address in globals.yml must be an unused IP address in the network 192.168.122.201/24 (192.168.122.202 - 192.168.122.254). There is no precheck for this. Hence, prechecks must be added to check the following: 1. kolla_internal_vip_address cannot be pinged from any node. 1. kolla_external_vip_address cannot be pinged from any node. 3. When kolla_internal_vip_address is not a link-local address (i.e., not in the range 169.254.0.0/16), kolla_internal_vip_address is in the same network as network_interface on all nodes.
2016-04-11 06:55:53 Steven Dake kolla: importance Undecided Medium
2016-04-11 06:55:57 Steven Dake kolla: milestone newton-1
2016-04-11 06:56:05 Steven Dake nominated for series kolla/mitaka
2016-04-11 06:56:05 Steven Dake bug task added kolla/mitaka
2016-04-11 06:56:14 Steven Dake kolla/mitaka: status New Confirmed
2016-04-11 06:56:17 Steven Dake kolla/mitaka: importance Undecided Medium
2016-04-11 06:56:26 Steven Dake kolla/mitaka: assignee Vikram Hosakote (vhosakot)
2016-04-11 06:56:31 Steven Dake kolla/mitaka: milestone 2.0.0
2016-04-11 07:21:16 OpenStack Infra kolla: status In Progress Fix Released
2016-04-11 07:52:46 OpenStack Infra kolla/mitaka: status Confirmed In Progress
2016-04-12 09:19:01 OpenStack Infra kolla/mitaka: status In Progress Fix Committed
2018-06-20 06:08:29 Jeffrey Zhang kolla/mitaka: status Fix Committed Fix Released