Comment 5 for bug 1856699

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/rocky)

Reviewed: https://review.opendev.org/699484
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=f53095af3feaa47419719bd1e7542464d68b5fa3
Submitter: Zuul
Branch: stable/rocky

commit f53095af3feaa47419719bd1e7542464d68b5fa3
Author: Radosław Piliszek <email address hidden>
Date: Tue Dec 17 12:57:49 2019 +0100

    Fix monasca-grafana being unbuildable due to old npm

    Affected builds on Ubuntu which had:
    npm 3.5.2
    while the latest was:
    npm 6.13.4
    And CentOS had:
    npm 5.6.0

    This patch runs npm update via npm.
    Pinned to 6.x.

    Additionally, this moves npm packages prefix (root) to
    /usr/local to avoid conflicts with native packages.

    Change-Id: Ibaacc1cc478b2b2f8196a5da4eea3570d7d310ff
    Closes-bug: #1856699
    (cherry picked from commit 308e85aa413da84ed107b27fa09a3f0e0a64392f)