Activity log for bug #1447522

Date Who What changed Old value New value Message
2015-04-23 09:42:38 SeeniSekar bug added bug
2015-04-23 09:44:43 Ekaterina Chernova murano: milestone kilo-rc2
2015-04-23 09:44:45 Ekaterina Chernova murano: importance Undecided Critical
2015-04-23 09:44:55 Ekaterina Chernova murano: assignee Alexey Deryugin (velovec)
2015-04-23 09:45:58 Ekaterina Chernova summary Murano Application Deployment fails with "[exceptions.IOError]: Socket closed" Automatic murano rabbit mq configuration in devstack is broken
2015-04-23 09:46:18 Ekaterina Chernova description Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/eventlet/hubs/poll.py", line 115, in wait listener.cb(fileno) File "/usr/local/lib/python2.7/dist-packages/eventlet/greenthread.py", line 214, in main result = function(*args, **kwargs) File "/opt/stack/murano/murano/dsl/executor.py", line 178, in _invoke_method_implementation_gt return body(this, **params) File "/opt/stack/murano/murano/engine/system/agent.py", line 71, in prepare with common.create_rmq_client() as client: File "/opt/stack/murano/murano/common/messaging/mqclient.py", line 52, in __enter__ self.connect() File "/opt/stack/murano/murano/common/messaging/mqclient.py", line 60, in connect self._connection.connect() File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 237, in connect return self.connection File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 741, in connection self._connection = self._establish_connection() File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 696, in _establish_connection conn = self.transport.establish_connection() File "/usr/local/lib/python2.7/dist-packages/kombu/transport/pyamqp.py", line 116, in establish_connection conn = self.Connection(**opts) File "/usr/local/lib/python2.7/dist-packages/amqp/connection.py", line 180, in __init__ (10, 30), # tune File "/usr/local/lib/python2.7/dist-packages/amqp/abstract_channel.py", line 67, in wait self.channel_id, allowed_methods) File "/usr/local/lib/python2.7/dist-packages/amqp/connection.py", line 240, in _wait_method self.method_reader.read_method() File "/usr/local/lib/python2.7/dist-packages/amqp/method_framing.py", line 189, in read_method raise m MuranoPlException: [exceptions.IOError]: Socket closed Removing descriptor: 10 2015-04-22 15:02:54.179 21148 DEBUG murano.dsl.executor [-] d6be7171b4a54f15b03933fcf675d35c: End execution: io.murano.system.Agent.prepare (8486081990868602869) with exception [exceptions.IOError]: Socket closed _invoke_method_implementation /opt/stack/murano/murano/dsl/executor.py:155 2015-04-22 15:02:54.180 21148 DEBUG murano.dsl.executor [-] d6be7171b4a54f15b03933fcf675d35c: End execution: io.murano.resources.Instance.deploy (1144367613522401327) with exception [exceptions.IOError]: Socket closed _invoke_method_implementation /opt/stack/murano/murano/dsl/executor.py:155 2015-04-22 15:02:54.180 21148 DEBUG murano.dsl.executor [-] d6be7171b4a54f15b03933fcf675d35c: End execution: io.murano.apps.linux.Telnet.deploy (-1870224795793502378) with exception [exceptions.IOError]: Socket closed _invoke_method_implementation /opt/stack/murano/murano/dsl/executor.py:155 2015-04-22 15:02:54.180 21148 DEBUG murano.dsl.executor [-] 2ce6cbbb15f8400c97bd44e32652dd90: End execution: io.murano.Environment.deploy (-8429483381038302534) with exception [exceptions.IOError]: Socket closed _invoke_method_implementation /opt/stack/murano/murano/dsl/executor.py:155 2015-04-22 15:02:54.181 21148 ERROR murano.common.engine [-] exceptions.IOError: Socket closed Traceback (most recent call last): File "/tmp/murano-packages-cache/a6b70f8a-ca93-4268-9bfb-cad73da2e8a3/io.murano/Classes/Environment.yaml", line 74:9 in method deploy of class io.murano.Environment $.applications.pselect($.deploy()) File "/tmp/murano-packages-cache/a6b70f8a-ca93-4268-9bfb-cad73da2e8a3/io.murano.apps.linux.Telnet/Classes/telnet.yaml", line 32:9 in method deploy of class io.murano.apps.linux.Telnet $.instance.deploy() File "/tmp/murano-packages-cache/a6b70f8a-ca93-4268-9bfb-cad73da2e8a3/io.murano/Classes/resources/Instance.yaml", line 103:9 in method deploy of class io.murano.resources.Instance $.agent.prepare() File "/opt/stack/murano/murano/engine/system/agent.py", line 71 in method prepare with common.create_rmq_client() as client: File "/opt/stack/murano/murano/common/messaging/mqclient.py", line 52 in method __enter__ self.connect() File "/opt/stack/murano/murano/common/messaging/mqclient.py", line 60 in method connect self._connection.connect() File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 237 in method connect return self.connection File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 741 in method connection self._connection = self._establish_connection() File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 696 in method _establish_connection conn = self.transport.establish_connection() File "/usr/local/lib/python2.7/dist-packages/kombu/transport/pyamqp.py", line 116 in method establish_connection conn = self.Connection(**opts) File "/usr/local/lib/python2.7/dist-packages/amqp/connection.py", line 180 in method __init__ (10, 30), # tune File "/usr/local/lib/python2.7/dist-packages/amqp/abstract_channel.py", line 67 in method wait self.channel_id, allowed_methods) File "/usr/local/lib/python2.7/dist-packages/amqp/connection.py", line 240 in method _wait_method self.method_reader.read_method() File "/usr/local/lib/python2.7/dist-packages/amqp/method_framing.py", line 189 in method read_method raise m 2015-04-22 15:02:54.181 21148 DEBUG oslo_messaging._drivers.amqp [-] UNIQUE_ID is f2c8cd1cceff4014b2e34697878a29db. _add_unique_id /usr/local/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqp.py:258 2015-04-22 15:02:54.188 21148 INFO murano.common.engine [-] Invoking post-execution hooks 2015-04-22 15:02:54.191 21148 DEBUG oslo_messaging._drivers.amqpdriver [-] MSG_ID is 305ba91dff9d4264b8880fe0a21ae236 _send /usr/local/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver.py:311 2015-04-22 15:02:54.191 21148 DEBUG oslo_messaging._drivers.amqp [-] UNIQUE_ID is f1c7affc1bc5476abfdb98340ab0c72a. _add_unique_id /usr/local/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqp.py:258 Murano Application Deployment fails with "[exceptions.IOError]: Socket closed" Traceback (most recent call last):   File "/usr/local/lib/python2.7/dist-packages/eventlet/hubs/poll.py", line 115, in wait     listener.cb(fileno)   File "/usr/local/lib/python2.7/dist-packages/eventlet/greenthread.py", line 214, in main     result = function(*args, **kwargs)   File "/opt/stack/murano/murano/dsl/executor.py", line 178, in _invoke_method_implementation_gt     return body(this, **params)   File "/opt/stack/murano/murano/engine/system/agent.py", line 71, in prepare     with common.create_rmq_client() as client:   File "/opt/stack/murano/murano/common/messaging/mqclient.py", line 52, in __enter__     self.connect()   File "/opt/stack/murano/murano/common/messaging/mqclient.py", line 60, in connect     self._connection.connect()   File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 237, in connect     return self.connection   File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 741, in connection     self._connection = self._establish_connection()   File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 696, in _establish_connection     conn = self.transport.establish_connection()   File "/usr/local/lib/python2.7/dist-packages/kombu/transport/pyamqp.py", line 116, in establish_connection     conn = self.Connection(**opts)   File "/usr/local/lib/python2.7/dist-packages/amqp/connection.py", line 180, in __init__     (10, 30), # tune   File "/usr/local/lib/python2.7/dist-packages/amqp/abstract_channel.py", line 67, in wait     self.channel_id, allowed_methods)   File "/usr/local/lib/python2.7/dist-packages/amqp/connection.py", line 240, in _wait_method     self.method_reader.read_method()   File "/usr/local/lib/python2.7/dist-packages/amqp/method_framing.py", line 189, in read_method     raise m MuranoPlException: [exceptions.IOError]: Socket closed Removing descriptor: 10 2015-04-22 15:02:54.179 21148 DEBUG murano.dsl.executor [-] d6be7171b4a54f15b03933fcf675d35c: End execution: io.murano.system.Agent.prepare (8486081990868602869) with exception [exceptions.IOError]: Socket closed _invoke_method_implementation /opt/stack/murano/murano/dsl/executor.py:155 2015-04-22 15:02:54.180 21148 DEBUG murano.dsl.executor [-] d6be7171b4a54f15b03933fcf675d35c: End execution: io.murano.resources.Instance.deploy (1144367613522401327) with exception [exceptions.IOError]: Socket closed _invoke_method_implementation /opt/stack/murano/murano/dsl/executor.py:155 2015-04-22 15:02:54.180 21148 DEBUG murano.dsl.executor [-] d6be7171b4a54f15b03933fcf675d35c: End execution: io.murano.apps.linux.Telnet.deploy (-1870224795793502378) with exception [exceptions.IOError]: Socket closed _invoke_method_implementation /opt/stack/murano/murano/dsl/executor.py:155 2015-04-22 15:02:54.180 21148 DEBUG murano.dsl.executor [-] 2ce6cbbb15f8400c97bd44e32652dd90: End execution: io.murano.Environment.deploy (-8429483381038302534) with exception [exceptions.IOError]: Socket closed _invoke_method_implementation /opt/stack/murano/murano/dsl/executor.py:155 2015-04-22 15:02:54.181 21148 ERROR murano.common.engine [-]   exceptions.IOError: Socket closed   Traceback (most recent call last):     File "/tmp/murano-packages-cache/a6b70f8a-ca93-4268-9bfb-cad73da2e8a3/io.murano/Classes/Environment.yaml", line 74:9 in method deploy of class io.murano.Environment         $.applications.pselect($.deploy())     File "/tmp/murano-packages-cache/a6b70f8a-ca93-4268-9bfb-cad73da2e8a3/io.murano.apps.linux.Telnet/Classes/telnet.yaml", line 32:9 in method deploy of class io.murano.apps.linux.Telnet         $.instance.deploy()     File "/tmp/murano-packages-cache/a6b70f8a-ca93-4268-9bfb-cad73da2e8a3/io.murano/Classes/resources/Instance.yaml", line 103:9 in method deploy of class io.murano.resources.Instance         $.agent.prepare()     File "/opt/stack/murano/murano/engine/system/agent.py", line 71 in method prepare         with common.create_rmq_client() as client:     File "/opt/stack/murano/murano/common/messaging/mqclient.py", line 52 in method __enter__         self.connect()     File "/opt/stack/murano/murano/common/messaging/mqclient.py", line 60 in method connect         self._connection.connect()     File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 237 in method connect         return self.connection     File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 741 in method connection         self._connection = self._establish_connection()     File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 696 in method _establish_connection         conn = self.transport.establish_connection()     File "/usr/local/lib/python2.7/dist-packages/kombu/transport/pyamqp.py", line 116 in method establish_connection         conn = self.Connection(**opts)     File "/usr/local/lib/python2.7/dist-packages/amqp/connection.py", line 180 in method __init__         (10, 30), # tune     File "/usr/local/lib/python2.7/dist-packages/amqp/abstract_channel.py", line 67 in method wait         self.channel_id, allowed_methods)     File "/usr/local/lib/python2.7/dist-packages/amqp/connection.py", line 240 in method _wait_method         self.method_reader.read_method()     File "/usr/local/lib/python2.7/dist-packages/amqp/method_framing.py", line 189 in method read_method         raise m 2015-04-22 15:02:54.181 21148 DEBUG oslo_messaging._drivers.amqp [-] UNIQUE_ID is f2c8cd1cceff4014b2e34697878a29db. _add_unique_id /usr/local/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqp.py:258 2015-04-22 15:02:54.188 21148 INFO murano.common.engine [-] Invoking post-execution hooks 2015-04-22 15:02:54.191 21148 DEBUG oslo_messaging._drivers.amqpdriver [-] MSG_ID is 305ba91dff9d4264b8880fe0a21ae236 _send /usr/local/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver.py:311 2015-04-22 15:02:54.191 21148 DEBUG oslo_messaging._drivers.amqp [-] UNIQUE_ID is f1c7affc1bc5476abfdb98340ab0c72a. _add_unique_id /usr/local/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqp.py:258
2015-04-23 10:03:03 Serg Melikyan murano: status New Confirmed
2015-04-23 13:18:21 Ekaterina Chernova summary Automatic murano rabbit mq configuration in devstack is broken [devstack] Automatic murano rabbit mq configuration in devstack is broken
2015-04-27 07:19:18 Ekaterina Chernova murano: status Confirmed In Progress
2015-04-28 18:18:55 OpenStack Infra tags in-stable-kilo
2015-04-28 19:27:32 Serg Melikyan nominated for series murano/kilo
2015-04-28 19:27:32 Serg Melikyan bug task added murano/kilo
2015-04-28 19:27:32 Serg Melikyan nominated for series murano/liberty
2015-04-28 19:27:32 Serg Melikyan bug task added murano/liberty
2015-04-28 19:27:58 OpenStack Infra murano: assignee Alexey Deryugin (velovec) Serg Melikyan (smelikyan)
2015-04-28 19:28:17 Serg Melikyan murano/kilo: status In Progress Fix Committed
2015-04-28 19:28:21 Serg Melikyan murano/liberty: status New In Progress
2015-04-28 19:28:23 Serg Melikyan murano/liberty: importance Undecided Critical
2015-04-28 19:28:29 Serg Melikyan murano/liberty: assignee Serg Melikyan (smelikyan)
2015-04-28 19:28:31 Serg Melikyan murano/liberty: milestone liberty-1
2015-04-29 20:16:45 Serg Melikyan murano/liberty: status In Progress Fix Committed
2015-04-29 20:17:11 Serg Melikyan murano/kilo: assignee Serg Melikyan (smelikyan) Alexey Deryugin (velovec)
2015-04-29 20:17:15 Serg Melikyan murano/liberty: assignee Serg Melikyan (smelikyan) Alexey Deryugin (velovec)
2015-04-30 20:45:04 Serg Melikyan murano: status Fix Committed Fix Released
2015-05-03 20:03:55 Serg Melikyan murano: milestone kilo-rc2 2015.1.0
2015-06-29 12:26:02 Serg Melikyan murano/liberty: status Fix Committed Fix Released
2015-10-15 16:10:50 Serg Melikyan murano/liberty: milestone liberty-1 1.0.0
2015-11-06 16:08:15 Kirill Zaitsev murano/liberty: milestone 1.0.0 1.0.1