rook-ceph/python-k8sapp-rook/k8sapp_rook/setup.py
Chen, Haochuan Z 8fcb259d37 enable cephfs
Add crd ceph-mds and create storage class for cephfs

Story: 2005527
Task: 41793

Change-Id: I8cd8cc545f4171fa2d730665064ca904eda20541
Signed-off-by: Chen, Haochuan Z <haochuan.z.chen@intel.com>
2021-06-16 13:37:35 +00:00

13 lines
176 B
Python

#
# Copyright (c) 2020 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
import setuptools
setuptools.setup(
setup_requires=['pbr>=0.5'],
pbr=True)