Murano apps package still exists in fuel node repos

Bug #1443925 reported by Victor Ryzhenkin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
High
Artem Silenkov

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"

We need to remove unused packages from fuel node.

[root@fuel ~]# find / | grep murano-apps
/var/www/nailgun/2014.2-6.1/centos/x86_64/Packages/murano-apps-2014.2-fuel6.1.mira7.noarch.rpm
/var/www/nailgun/2014.2-6.1/ubuntu/x86_64/pool/main/m/murano-apps
/var/www/nailgun/2014.2-6.1/ubuntu/x86_64/pool/main/m/murano-apps/murano-apps_2014.2-fuel6.1~mira0_all.deb
/var/www/nailgun/2014.2-6.1/ubuntu/x86_64/pool/main/m/murano-apps/TRANS.TBL

Tags: murano
Changed in fuel:
assignee: nobody → Igor Yozhikov (iyozhikov)
Changed in fuel:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-main (master)

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

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

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

commit e25bb418f99e7a1c8449979d6dc13c49bdc8635b
Author: Igor Yozhikov <email address hidden>
Date: Tue Apr 14 20:27:35 2015 +0300

    Add murano_repo_url to murano::dashboard

    * add murano repository url parameter usage into
    murano::dashboard class
    * removed murano_apps from murano::params class

    Change-Id: I086049c7df22099daeedea464a28bca274476266
    Closes-Bug: #1443575
    Related-Bug: #1443925

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

Reviewed: https://review.openstack.org/173433
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=e59e87d60ccca84ee9b622ae2730743432ee15f6
Submitter: Jenkins
Branch: master

commit e59e87d60ccca84ee9b622ae2730743432ee15f6
Author: Igor Yozhikov <email address hidden>
Date: Tue Apr 14 20:40:26 2015 +0300

    Remove murano-apps package

    * murano-apps package doesn't requiered anymore

    Change-Id: I24d679306600e3cb88fee304c7027b56a60e2d29
    Closes-Bug: #1443925

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

[root@fuel nailgun]# cat /etc/fuel/version.yaml | grep build_number
  build_number: "408"
[root@fuel nailgun]# find /var/www/nailgun/ -name "*murano-apps*"
/var/www/nailgun/2014.2.2-6.1/ubuntu/x86_64/pool/main/m/murano-apps
/var/www/nailgun/2014.2.2-6.1/ubuntu/x86_64/pool/main/m/murano-apps/murano-apps_2014.2-1~u14.04+mos1_all.deb

Changed in fuel:
status: Fix Committed → Confirmed
Changed in fuel:
assignee: Igor Yozhikov (iyozhikov) → Fuel OSCI Team (fuel-osci)
Revision history for this message
Roman Vyalov (r0mikiam) wrote :

@asilenkov Please remove murano-apps package from the OBS repos

Changed in fuel:
assignee: Fuel OSCI Team (fuel-osci) → Artem Silenkov (asilenkov)
Revision history for this message
Alexei Sheplyakov (asheplyakov) wrote :

> Please remove murano-apps package from the OBS repos

That's a bad idea. Since the murano-apps is not listed in requirements-deb.txt it gets included into the repo as a dependency. We need to figure out which packages depend/recommend on murano-apps before removing it.

Revision history for this message
Alex Schultz (alex-schultz) wrote :

I don't believe they are being pulled down anymore.

[root@fuel ~]# cat /etc/fuel/version.yaml | grep build_number
  build_number: "446"
[root@fuel ~]# find /var/www/nailgun/ -name "*murano-apps*"
[root@fuel ~]#

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

Verified on:
VERSION:
  feature_groups:
    - mirantis
  production: "docker"
  release: "6.1"
  openstack_version: "2014.2.2-6.1"
  api: "1.0"
  build_number: "464"
  build_id: "2015-05-24_22-08-23"
  nailgun_sha: "76441596e4fe6420cc7819427662fa244e150177"
  python-fuelclient_sha: "e19f1b65792f84c4a18b5a9473f85ef3ba172fce"
  astute_sha: "0bd72c72369e743376864e8e8dabfe873d40450a"
  fuel-library_sha: "889c2534ceadf8afd5d1540c1cadbd913c0c8c14"
  fuel-ostf_sha: "9a5f55602c260d6c840c8333d8f32ec8cfa65c1f"
  fuelmain_sha: "5c8ebddf64ea93000af2de3ccdb4aa8bb766ce93"

Changed in fuel:
status: Fix Committed → Fix Released
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.