app-dell-storage/python3-k8sapp-dell-storage/k8sapp_dell_storage/.gitignore
Hediberto Cavalcante da Silva d3472dab95 Initial commit for app-dell-storage
This introduces the support for Dell Container Storage Module (CSM)
as a StarlingX Application.

CSM is made up of multiple components including modules (enterprise
capabilities), CSI drivers (storage enablement) and other related
applications (deployment, feature controllers, etc).

In this first stage we will support:

- csi-powerstore
- csi-unity
- csm-application-mobility
- csm-observability
- csm-replication

Test Plan:
    PASS: build csi-powerstore-helm, csi-unity-helm,
          csm-replication-helm, csm-observability-helm,
          csm-application-mobility-helm, python3-k8sapp-dell-storage
          and stx-dell-storage-helm packages successfully.
    PASS: app-dell-storage upload/apply/remove/delete on
          SX/DX/DX+/Standard using csi-unity through
          UnityVSA Simulator.
    PASS: create a PVC using NFS protocol and test read/write
          access on SX/DX/DX+/Standard using csi-unity through
          UnityVSA Simulator.

Story: 2010693
Task: 48207

Change-Id: I7dc87df04de55fe31a6e52f55733f2afa83ae95e
Signed-off-by: Hediberto Cavalcante da Silva <hediberto.cavalcantedasilva@windriver.com>
Signed-off-by: Gustavo Ornaghi Antunes <gustavo.ornaghiantunes@windriver.com>
2023-07-21 21:06:07 +00:00

35 lines
291 B
Plaintext

# Compiled files
*.py[co]
*.a
*.o
*.so
# Sphinx
_build
doc/source/api/
# Packages/installer info
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
# Other
*.DS_Store
.stestr
.testrepository
.tox
.venv
.*.swp
.coverage
bandit.xml
cover
AUTHORS
ChangeLog
*.sqlite