Deployment log is broken
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Mirantis OpenStack | Status tracked in 10.0.x | |||||
| 10.0.x |
High
|
Stan Lagun | |||
| 8.0.x |
High
|
Stan Lagun | |||
| 9.x |
High
|
Stan Lagun |
Bug Description
Upstream bug: https:/
Steps to Reproduce
1. Deploy Apache application
Expected results:
1. Open Environment -> Last Deployment Log
2. Log Contains:
Deployment scheduled
Creating VM for Apache Server.
Instance is created. Deploying Apache
Apache is installed.
Apache is available at ...
Deployment finished
Actual Result
1. Open Environment -> Last Deployment Log
2. Log Contains:
Deployment scheduled
Deployment finished
Additional information:
murano-engine.log contains following exception:
2016-04-15 00:16:45.528 909 DEBUG murano.
{u'environment_id': u'199e907a12984
2016-04-15 00:16:45.564 909 ERROR oslo_messaging.
2016-04-15 00:16:45.564 909 ERROR oslo_messaging.
016-04-15 00:16:45.564 909 ERROR oslo_messaging.
summary: |
- Deployment log is not available in Murano + Deployment log is broken |
description: | updated |
Stan Lagun (slagun) wrote : | #1 |
Changed in mos: | |
assignee: | MOS Murano (mos-murano) → Stan Lagun (slagun) |
Serg Melikyan (smelikyan) wrote : | #2 |
Requires to be merged
https:/
https:/
Fuel Devops McRobotson (fuel-devops-robot) wrote : Related fix proposed to openstack/murano (9.0/mitaka) | #3 |
Related fix proposed to branch: 9.0/mitaka
Change author: Stan Lagun <email address hidden>
Review: https:/
Fuel Devops McRobotson (fuel-devops-robot) wrote : Related fix merged to openstack/murano (9.0/mitaka) | #4 |
Reviewed: https:/
Submitter: Pkgs Jenkins <email address hidden>
Branch: 9.0/mitaka
Commit: ad7be0f55ec7244
Author: Stan Lagun <email address hidden>
Date: Thu May 5 06:07:21 2016
Increase status report messages time resolution
We use DATETIME SQL type for created/updated columns
everywhere through the database. In SQL standard
DATETIME defaults to DATETIME(6) which is 6 digit
fraction second part. However MySQL defaults it
to DATETIME(0) for backward compatibility. In result
status messages timestamps get rounded to the
second boundary and if there are several status
messages were generated within a second
after table sort they might be shown in a different
order.
This commit adds MySQL migration that increases
resolution for the status table and adds subseconds
to the generated status repor timestamps.
Change-Id: I0ced904063679a
Related-Bug: #1570932
Serg Melikyan (smelikyan) wrote : | #5 |
Fixed in upstream for 10.0 by: https:/
Changed in mos: | |
status: | Confirmed → Fix Committed |
Fuel Devops McRobotson (fuel-devops-robot) wrote : Related fix proposed to openstack/murano (9.0/mitaka) | #6 |
Related fix proposed to branch: 9.0/mitaka
Change author: Stan Lagun <email address hidden>
Review: https:/
tags: | added: area-murano |
Alex Kholkin (akholkin) wrote : | #7 |
Verified on #390 ISO
9.0-mos.all
Fuel Devops McRobotson (fuel-devops-robot) wrote : Related fix merged to openstack/murano (9.0/mitaka) | #8 |
Reviewed: https:/
Submitter: Pkgs Jenkins <email address hidden>
Branch: 9.0/mitaka
Commit: 7eee6392e14b07d
Author: Stan Lagun <email address hidden>
Date: Wed May 18 17:48:33 2016
Fixes downgrade step for DB migration #14
Migration #14 increases resolution for timestamp
columns in "status" table. However not all of them
were reverted for downgrade path.
Change-Id: Id9144fab69f8f4
Related-Bug: #1570932
Fuel Devops McRobotson (fuel-devops-robot) wrote : Related fix proposed to openstack/murano (mcp/newton) | #9 |
Related fix proposed to branch: mcp/newton
Change author: Stan Lagun <email address hidden>
Review: https:/
Related fix proposed to branch: mcp/newton
Change author: Stan Lagun <email address hidden>
Review: https:/
Fuel Devops McRobotson (fuel-devops-robot) wrote : Related fix proposed to openstack/murano (11.0/ocata) | #11 |
Related fix proposed to branch: 11.0/ocata
Change author: Stan Lagun <email address hidden>
Review: https:/
Related fix proposed to branch: 11.0/ocata
Change author: Stan Lagun <email address hidden>
Review: https:/
Fuel Devops McRobotson (fuel-devops-robot) wrote : Related fix proposed to openstack/murano (mcp/ocata) | #13 |
Related fix proposed to branch: mcp/ocata
Change author: Stan Lagun <email address hidden>
Review: https:/
Related fix proposed to branch: mcp/ocata
Change author: Stan Lagun <email address hidden>
Review: https:/
Fuel Devops McRobotson (fuel-devops-robot) wrote : Change abandoned on openstack/murano (mcp/ocata) | #15 |
Change abandoned by Ihor Kalnytskyi <email address hidden> on branch: mcp/ocata
Review: https:/
Reason: We don't need this patch anymore since upstream Murano already contains the fix.
Fuel Devops McRobotson (fuel-devops-robot) wrote : Change abandoned on openstack/murano (11.0/ocata) | #16 |
Change abandoned by Ihor Kalnytskyi <email address hidden> on branch: 11.0/ocata
Review: https:/
Reason: 11.0/ocata is obsolete. We use mcp/ocata instead.
Change abandoned by Roman Podoliaka <email address hidden> on branch: 11.0/ocata
Review: https:/
Reason: we do not need 11.0/ocata anymore - use mcp/ocata instead
Fuel Devops McRobotson (fuel-devops-robot) wrote : Change abandoned on openstack/murano (mcp/ocata) | #18 |
Change abandoned by Ihor Kalnytskyi <email address hidden> on branch: mcp/ocata
Review: https:/
Reason: The fix has been upstreamed and is not required for mcp/ocata.
Fuel Devops McRobotson (fuel-devops-robot) wrote : Change abandoned on openstack/murano (mcp/newton) | #19 |
Change abandoned by Ihor Kalnytskyi <email address hidden> on branch: mcp/newton
Review: https:/
Reason: The patch has been upstreamed and is not required for mcp/newton.
Change abandoned by Ihor Kalnytskyi <email address hidden> on branch: mcp/newton
Review: https:/
Reason: The patch has been upstreamed and is not required for mcp/newton.
Fix in upstream: https:/ /review. openstack. org/#/c/ 307391/