[Murano] Core Library don't exists in Murano after deployment

Bug #1443569 reported by Victor Ryzhenkin
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
Critical
Igor Yozhikov

Bug Description

VERSION:
  feature_groups:
    - mirantis
  production: "docker"
  release: "6.1"
  openstack_version: "2014.2-6.1"
  api: "1.0"
  build_number: "309"
  build_id: "2015-04-13_10-10-18"
  nailgun_sha: "f256c0846ab5e772538c33362d176a1c58d487b3"
  python-fuelclient_sha: "9208ff4a08dcb674ce2df132399a5aa3ddfac21c"
  astute_sha: "d96a80b63198a578b2c159edbd76048819039eb0"
  fuellib_sha: "867028fe78837dc2e4635a2cbb976782856964d0"
  ostf_sha: "c2a76a60ec4ebbd78e508216c2e12787bf25e423"
  fuelmain_sha: "9bdbd5018ed8fb6ff8af5fadadc49969d7e58a13"

HOW TO REPRODUCE:
1. Deploy OS, neutron-gre, CentOS, Murano, All Ceph, HA (3 KVM controllers, 1 Hardware compute)
2. Run OSTF

Actual result:
OSTF fails because io.murano package don't exists in Murano

Note:
After import core-library all Murano tests were passed successfully.

Tags: murano
Changed in fuel:
status: New → Confirmed
importance: Undecided → Critical
assignee: nobody → Igor Yozhikov (iyozhikov)
milestone: none → 6.1
tags: added: murano
Revision history for this message
Igor Yozhikov (iyozhikov) wrote :

fix in package merged today - https://review.fuel-infra.org/#/c/5427/

Changed in fuel:
status: Confirmed → Invalid
Revision history for this message
Anastasia Kuznetsova (akuznetsova) wrote :

Reproduced on 6.1 ISO #310

Changed in fuel:
status: Invalid → Confirmed
Revision history for this message
Ekaterina Chernova (efedorova) wrote :

pm -ql murano | grep io.murano | grep zip
[root@node-2 ~]# echo $?
1

310 iso doesn't contain new murano packages.

I don't know, why it takes so long, but let's wait for the next iso

Changed in fuel:
status: Confirmed → Invalid
Revision history for this message
Igor Yozhikov (iyozhikov) wrote :

There are outdated murano packages in ISO 309

Revision history for this message
Anastasia Kuznetsova (akuznetsova) wrote :

Bug was reproduced again in ISO 408

Changed in fuel:
status: Invalid → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (master)

Fix proposed to branch: master
Review: https://review.openstack.org/183130

Changed in fuel:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/183130
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=55cef6db9dc910d15158f94e08272de2194bec78
Submitter: Jenkins
Branch: master

commit 55cef6db9dc910d15158f94e08272de2194bec78
Author: Igor Yozhikov <email address hidden>
Date: Thu May 14 20:44:18 2015 +0300

    Updated murano::application_package

    * fixed verification command for uploaded murano package

    Change-Id: I52a525d3498b595ff5008c3ae2c0dbda25801a55
    Closes-Bug: #1443569

Changed in fuel:
status: In Progress → Fix Committed
Changed in fuel:
status: Fix Committed → In Progress
status: In Progress → Fix Committed
Revision history for this message
Anastasia Kuznetsova (akuznetsova) wrote :

Not reproduced on latest deployments

Changed in fuel:
status: Fix Committed → Fix Released
Revision history for this message
Victor Ryzhenkin (vryzhenkin) wrote :

This issue was reproduced again in system tests.
http://jenkins-product.srt.mirantis.net:8080/view/6.1_swarm/job/6.1.system_test.centos.services_ha_one_controller/120/

VERSION:
  feature_groups:
    - mirantis
  production: "docker"
  release: "6.1"
  openstack_version: "2014.2.2-6.1"
  api: "1.0"
  build_number: "490"
  build_id: "2015-05-31_20-55-26"
  nailgun_sha: "3830bdcb28ec050eed399fe782cc3dd5fbf31bde"
  python-fuelclient_sha: "4fc55db0265bbf39c369df398b9dc7d6469ba13b"
  astute_sha: "5d570ae5e03909182db8e284fbe6e4468c0a4e3e"
  fuel-library_sha: "c9a86ac0e6da95d36e328ce5130715792a2eb177"
  fuel-ostf_sha: "7413186490e8d651b8837b9eee75efa53f5e230b"
  fuelmain_sha: "6b5712a7197672d588801a1816f56f321cbceebd"

[root@node-1 ~]# . openrc
[root@node-1 ~]# murano package-list
/usr/lib/python2.6/site-packages/glanceclient/client.py:26: DeprecationWarning: `version` keyword is being deprecated. Please pass the version as part of the URL. http://$HOST:$PORT/v$VERSION_NUMBER
  DeprecationWarning)
+----+------+-----+--------+-----------+
| ID | Name | FQN | Author | Is Public |
+----+------+-----+--------+-----------+
+----+------+-----+--------+-----------+

Changed in fuel:
status: Fix Released → Confirmed
Changed in fuel:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to fuel-library (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/187177

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/187177
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=d15ffbd964772914356d90e18b24caa6b0a21359
Submitter: Jenkins
Branch: master

commit d15ffbd964772914356d90e18b24caa6b0a21359
Author: Dmitry Ilyin <email address hidden>
Date: Mon Jun 1 15:46:23 2015 +0300

    Fix murano application package and heat startup

    * Fix dependencies of Murano application_package class
    * Fix dependencies of heat services startup

    Change-Id: I1c71d2c55f36e65c87e80da60bad64d7b01248fc
    Related-Bug: 1443569
    Related-Bug: 1454794

Revision history for this message
Bogdan Dobrelya (bogdando) wrote :

Is this issue resolved now?

Changed in fuel:
status: In Progress → Fix Committed
tags: added: on-verification
Revision history for this message
Oleksiy Molchanov (omolchanov) wrote :

Verified

VERSION:
  feature_groups:
    - mirantis
  production: "docker"
  release: "6.1"
  openstack_version: "2014.2.2-6.1"
  api: "1.0"
  build_number: "496"
  build_id: "2015-06-02_06-16-08"
  nailgun_sha: "3830bdcb28ec050eed399fe782cc3dd5fbf31bde"
  python-fuelclient_sha: "4fc55db0265bbf39c369df398b9dc7d6469ba13b"
  astute_sha: "5d570ae5e03909182db8e284fbe6e4468c0a4e3e"
  fuel-library_sha: "5a2146c80186cd74021cf1a55449286c3c59a60b"
  fuel-ostf_sha: "7413186490e8d651b8837b9eee75efa53f5e230b"
  fuelmain_sha: "bcc909ffc5dd5156ba54cae348b6a07c1b607b24"

tags: removed: on-verification
Changed in fuel:
status: Fix Committed → Fix Released
Revision history for this message
Victor Ryzhenkin (vryzhenkin) wrote :

@Oleksiy, the fix for this bug was merged yesterday evening that's why ISO 496 can not contain it.
We need to reverify this fix on 500+ isos.

Changed in fuel:
status: Fix Released → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.