Summary
Create the initial repo structure with the operator-map.yaml mapping file and the bundles/ directory layout.
Details
- Create
operator-map.yaml at repo root:
operators:
ocs-operator:
bundle_path: bundles/ocs-operator
description: "OpenShift Container Storage operator"
- Create the directory structure:
TestConfigurationBundle/
├── operator-map.yaml
├── bundles/
│ └── ocs-operator/ # (files created in issue #3)
└── CLAUDE.md
- Create
CLAUDE.md with repo documentation (architecture overview, how to add new operator bundles).
Acceptance Criteria
Parent Epic
Test Configuration Bundle for Certsuite Operand Installation
Summary
Create the initial repo structure with the
operator-map.yamlmapping file and thebundles/directory layout.Details
operator-map.yamlat repo root:CLAUDE.mdwith repo documentation (architecture overview, how to add new operator bundles).Acceptance Criteria
operator-map.yamlexists withocs-operatorentrybundles/directory existsCLAUDE.mddocuments how to add a new operator bundleParent Epic
Test Configuration Bundle for Certsuite Operand Installation