Comment 11 for bug 1966559

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/python-tripleoclient/+/835508
Committed: https://opendev.org/openstack/python-tripleoclient/commit/34243123b9f54988960c0020012a7a5e5a908c48
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 34243123b9f54988960c0020012a7a5e5a908c48
Author: John Fulton <email address hidden>
Date: Sat Mar 26 16:54:34 2022 -0400

    Allow user to override Ceph cluster name

    Add --cluster (default 'ceph') option to the
    'openstack overcloud ceph deploy' command.
    Whatever string is passed via this option will
    be used to override the tripleo_cephadm_cluster
    variable when the cli-deployed-ceph.yaml playboook
    is called.

    Conflicts:
    - tripleoclient/tests/v2/overcloud_ceph/test_overcloud_ceph.py
    - tripleoclient/v2/overcloud_ceph.py

    Closes-Bug: #1966559
    Depends-On: I4daab327c0bdac2bcc569cc1d8d629c648ddf292
    Change-Id: I07dfbd819e57f26cc4798b0d58ffacb3ba73fdb2
    (cherry picked from commit ebe72e7056ddebdc8304bb18b1c9ba9ac82f0a77)