Activity log for bug #1570962

Date Who What changed Old value New value Message
2016-04-15 16:29:12 Serg Melikyan bug added bug
2016-04-15 16:29:12 Serg Melikyan attachment added pip.log https://bugs.launchpad.net/bugs/1570962/+attachment/4637820/+files/pip.log
2016-04-15 16:29:26 Serg Melikyan nominated for series murano/mitaka
2016-04-15 16:29:26 Serg Melikyan bug task added murano/mitaka
2016-04-15 16:29:26 Serg Melikyan nominated for series murano/newton
2016-04-15 16:29:26 Serg Melikyan bug task added murano/newton
2016-04-15 16:29:34 Serg Melikyan murano/mitaka: status New Confirmed
2016-04-15 16:29:37 Serg Melikyan murano/mitaka: importance Undecided High
2016-05-04 08:29:31 Nikolay Starodubtsev murano/newton: assignee Nikolay Starodubtsev (starodubcevna)
2016-05-04 13:31:05 OpenStack Infra murano: status Confirmed In Progress
2016-05-06 12:24:36 Nikolay Starodubtsev description Deployment of Apache Server application fails randomly with a message murano-agent is failed to respond within 3600 seconds. Investigation of this particular application with Debian image from apps.openstack.org shows that during VM boot we didn't detected correctly that murano-agent is already installed and tried to install once again but due to missing connectivity to the internet at that point of time installation failed leading to leaving VM in failed state. Looks like Internet connectivity appears not right after VM is started which leads to random failures. Steps to reproduce: 1. Import Apache application from apps.openstack.org 2. Deploy environment with this application using Debian image which is downloaded as part of this application Expected results: Application deployed successfully Actual results: Deployment failed with a message: murano-agent didn't respond within 3600 seconds Reproducibility: random cloudinit-output.log Downloading/unpacking murano-agent   Cannot fetch index base URL https://pypi.python.org/simple/   Could not find any downloads that satisfy the requirement murano-agent Cleaning up... No distributions at all found for murano-agent Storing debug log for failure in /root/.pip/pip.log Deployment of Apache Server application fails randomly with a message murano-agent is failed to respond within 3600 seconds. Investigation of this particular application with Debian image from apps.openstack.org shows that during VM boot we didn't detected correctly that murano-agent is already installed and tried to install once again but due to missing connectivity to the internet at that point of time installation failed leading to leaving VM in failed state. Looks like Internet connectivity appears not right after VM is started which leads to random failures. Steps to reproduce: 1. Import Apache application from apps.openstack.org 2. Deploy environment with this application using Debian image which is downloaded as part of this application Expected results: Application deployed successfully Actual results: Deployment failed with a message: murano-agent didn't respond within 3600 seconds Reproducibility: random cloudinit-output.log Downloading/unpacking murano-agent   Cannot fetch index base URL https://pypi.python.org/simple/   Could not find any downloads that satisfy the requirement murano-agent Cleaning up... No distributions at all found for murano-agent Storing debug log for failure in /root/.pip/pip.log After discussion we decide that this bug is about pre-installed murano-agent detection. We should create another bug about network activitity.
2016-05-09 15:10:02 Serg Melikyan summary Application deployment is failed due murano-agent timout Murano doesn't detect pre-installed murano-agent on the VM
2016-05-09 15:12:53 Serg Melikyan description Deployment of Apache Server application fails randomly with a message murano-agent is failed to respond within 3600 seconds. Investigation of this particular application with Debian image from apps.openstack.org shows that during VM boot we didn't detected correctly that murano-agent is already installed and tried to install once again but due to missing connectivity to the internet at that point of time installation failed leading to leaving VM in failed state. Looks like Internet connectivity appears not right after VM is started which leads to random failures. Steps to reproduce: 1. Import Apache application from apps.openstack.org 2. Deploy environment with this application using Debian image which is downloaded as part of this application Expected results: Application deployed successfully Actual results: Deployment failed with a message: murano-agent didn't respond within 3600 seconds Reproducibility: random cloudinit-output.log Downloading/unpacking murano-agent   Cannot fetch index base URL https://pypi.python.org/simple/   Could not find any downloads that satisfy the requirement murano-agent Cleaning up... No distributions at all found for murano-agent Storing debug log for failure in /root/.pip/pip.log After discussion we decide that this bug is about pre-installed murano-agent detection. We should create another bug about network activitity. Deployment of Apache Server application fails randomly with a message murano-agent is failed to respond within 3600 seconds (IS NOT RELATED TO THIS ISSUE). Investigation of this particular application with Debian image from apps.openstack.org shows that during VM boot we didn't detected correctly that murano-agent is already installed and tried to install once again but due to missing connectivity to the internet at that point of time installation failed leading to leaving VM in failed state. Current detection mechanism is based on the search of running process in the memory, but on debian-based images murano-agent is not running after the boot). We need to improve detection of the pre-installed murano-agent and have consistent behavior in all our DIB elements.
2016-05-09 15:15:00 Serg Melikyan murano/mitaka: assignee Nikolay Starodubtsev (starodubcevna)
2016-05-09 15:15:03 Serg Melikyan murano/mitaka: milestone 2.0.x
2016-05-09 15:15:22 Serg Melikyan summary Murano doesn't detect pre-installed murano-agent on the VM Murano doesn't detect pre-installed murano-agent on the debian image
2016-05-09 15:19:10 Serg Melikyan description Deployment of Apache Server application fails randomly with a message murano-agent is failed to respond within 3600 seconds (IS NOT RELATED TO THIS ISSUE). Investigation of this particular application with Debian image from apps.openstack.org shows that during VM boot we didn't detected correctly that murano-agent is already installed and tried to install once again but due to missing connectivity to the internet at that point of time installation failed leading to leaving VM in failed state. Current detection mechanism is based on the search of running process in the memory, but on debian-based images murano-agent is not running after the boot). We need to improve detection of the pre-installed murano-agent and have consistent behavior in all our DIB elements. Deployment of Apache Server application fails randomly with a message murano-agent is failed to respond within 3600 seconds (IS NOT RELATED TO THIS ISSUE). Investigation of this particular application with Debian image from apps.openstack.org shows that during VM boot we didn't detected correctly that murano-agent is already installed and tried to install once again but due to missing connectivity to the internet at that point of time installation failed leading to leaving VM in failed state. Current detection mechanism is based on the search of running process in the memory, but on debian-based images murano-agent is not running after the boot). We need to improve detection of the pre-installed murano-agent and have consistent behavior in all our DIB elements. Steps to reproduce: 1. Import Apache application from apps.openstack.org 2. Deploy environment with this application using Debian image which is downloaded as part of this application Expected results: murano-agent is not installed as part of the VM bootstrap Actual results: murano-agent is tried to be installed (fails is not related to this issue) as part of the VM bootstrap cloudinit-output.log Downloading/unpacking murano-agent   Cannot fetch index base URL https://pypi.python.org/simple/   Could not find any downloads that satisfy the requirement murano-agent Cleaning up... No distributions at all found for murano-agent Storing debug log for failure in /root/.pip/pip.log
2016-05-09 15:19:46 Serg Melikyan bug task deleted murano/mitaka
2016-05-09 15:19:50 Serg Melikyan bug task deleted murano/newton
2016-05-09 15:19:59 Serg Melikyan murano: importance High Medium
2016-05-23 12:16:16 OpenStack Infra murano: status In Progress Fix Released
2016-05-24 11:56:27 Kirill Zaitsev tags mitaka-backport-potential
2016-05-27 13:03:20 Valerii Kovalchuk nominated for series murano/mitaka
2016-05-27 13:03:20 Valerii Kovalchuk bug task added murano/mitaka
2016-05-27 13:03:20 Valerii Kovalchuk nominated for series murano/newton
2016-05-27 13:03:20 Valerii Kovalchuk bug task added murano/newton
2016-05-27 13:03:29 Valerii Kovalchuk murano/mitaka: importance Undecided Medium
2016-05-27 13:03:33 Valerii Kovalchuk murano/mitaka: milestone 2.0.x
2016-05-27 13:05:02 Valerii Kovalchuk murano/mitaka: assignee Nikolay Starodubtsev (starodubcevna)
2016-05-27 13:05:08 Valerii Kovalchuk murano/mitaka: status New In Progress
2016-08-25 13:04:20 Serg Melikyan murano/newton: status Fix Released Triaged
2016-08-25 13:04:26 Serg Melikyan murano/newton: status Triaged Fix Released
2016-09-11 22:31:50 Kirill Zaitsev murano/newton: status Fix Released Confirmed
2016-09-11 22:31:54 Kirill Zaitsev murano/newton: status Confirmed In Progress
2016-09-11 22:38:57 OpenStack Infra murano: assignee Nikolay Starodubtsev (starodubcevna) Kirill Zaitsev (kzaitsev)
2016-09-12 13:49:14 OpenStack Infra murano/mitaka: status In Progress Fix Committed
2016-09-13 05:17:19 OpenStack Infra murano: status In Progress Fix Released
2016-09-13 12:33:07 Kirill Zaitsev murano/mitaka: status Fix Committed Fix Released
2016-09-13 12:56:29 OpenStack Infra tags mitaka-backport-potential in-stable-mitaka mitaka-backport-potential
2016-11-10 14:34:41 viswesuwara nathan bug task added murano (Ubuntu)