Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"name": "lvms",
"source": "./plugins/lvms",
"description": "LVMS (Logical Volume Manager Storage) release, QE, operational workflows, and troubleshooting",
"version": "1.1.0"
"version": "1.2.0"
},
{
"name": "lvms-ci",
Expand Down
2 changes: 1 addition & 1 deletion plugins/lvms/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lvms",
"description": "LVMS (Logical Volume Manager Storage) release, QE, operational workflows, and troubleshooting",
"version": "1.1.0",
"version": "1.2.0",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"author": { "name": "sakbas" },
"homepage": "https://github.com/openshift-eng/edge-tooling",
"license": "Apache-2.0"
Expand Down
10 changes: 10 additions & 0 deletions plugins/lvms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ LVMS (Logical Volume Manager Storage) release, QE, and operational workflows.
| `/lvms:check-release-readiness` | Verify branches, dependencies, and configuration for an LVMS release |
| `/lvms:z-stream-report` | Generate z-stream release urgency report for all supported versions |
| `/lvms:setup-prereq` | Set up prerequisites to test unreleased LVMS operator builds |
| `/lvms:run-integration-tests` | Run QE integration tests from lvm-operator repo — deploy from source, run, collect results, post to JIRA |

## Usage

Expand Down Expand Up @@ -53,6 +54,13 @@ LVMS (Logical Volume Manager Storage) release, QE, and operational workflows.
/lvms:setup-prereq disconnected
```

### Run integration tests (RC/EC builds)

```text
/lvms:run-integration-tests
/lvms:run-integration-tests OCPEDGE-1995
```

Comment thread
coderabbitai[bot] marked this conversation as resolved.
## Requirements

- `oc` CLI (authenticated with cluster-admin)
Expand All @@ -61,6 +69,8 @@ LVMS (Logical Volume Manager Storage) release, QE, and operational workflows.
- `skopeo` (for z-stream report registry queries)
- Jira credentials (`JIRA_BASE_URL`, `JIRA_EMAIL`, `JIRA_API_TOKEN`) for z-stream report
- Python 3 with PyYAML (for must-gather analysis)
- Go 1.24+ on the hypervisor (for `run-integration-tests`)
- TNF cluster with extra disks and SSH-accessible hypervisor (for `run-integration-tests`)
- **Category:** operator

## Author
Expand Down
Loading