Comment 21 for bug 1830142

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.opendev.org/674360
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=c0d0a0360c88c1787d5139a8dd4b2e6205a1a7e9
Submitter: Zuul
Branch: master

commit c0d0a0360c88c1787d5139a8dd4b2e6205a1a7e9
Author: Kristine Bujold <email address hidden>
Date: Fri Aug 2 13:12:25 2019 -0400

    Collapse glance into platform in ControllerFS API

    The existing "platform" filesystem is now resizable and added to
    the ControllerFS API. The “glance” filesystem is merged into
    "platform" and therefore removed from the ControllerFS API. The
    "--force" flag is removed from the controllerfs-modify API as
    it was only used for glance fs resizing.

    The folder /opt/cgcs is removed and the “helm_charts” and “keystone”
    folders now resides under /opt/platform.

      ls /opt/platform/
      armada config helm nfv puppet sysinv

      ls /opt/cgcs/
      helm_charts keystone

    Resources related to drbd-cgcs and /opt/cgcs are removed from puppet
    or updated to use drbd-platform and /opt/platform.

    SM is no longer monitoring resources related to drbd-cgcs.

    Tested in AIO-SX, AIO-DX and Standard hardware labs.

    Partial-Bug: 1830142

    Change-Id: I0a80c95a057e9d6d2acec5f33cc4da31cd20955e
    Signed-off-by: Kristine Bujold <email address hidden>