Comment 12 for bug 1870455

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/train)

Reviewed: https://review.opendev.org/730783
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=ae28b12468ef61127cd251922fc270e80b38396a
Submitter: Zuul
Branch: stable/train

commit ae28b12468ef61127cd251922fc270e80b38396a
Author: Piotr Kopec <email address hidden>
Date: Mon Apr 6 04:36:09 2020 +0200

    Add parameters for vPMEM features

    This change adds two new parameters to manage vPMEM configuration
    option and PMEM namespaces on the host server.
    * `NovaPMEMMappings` sets Nova's `pmem_namespaces` conf option.
    * `NovaPMEMNamespaces` creates PMEM namespaces on the host
       using `ndctl` tool and ansible tripleo_nvdimm role.

    Depends-On: https://review.opendev.org/730782
    Closes-Bug: #1870455

    Conflicts:
      deployment/nova/nova-compute-container-puppet.yaml

    Change-Id: I270cb624a33a739aa06bba5e4faee4b01fb3cfb3
    (cherry picked from commit 9001136dd9e0a9ac6c3b9830d302dd4cef89f306)