Skip to content

Commit

Permalink
chore: remove control plane from mayastor
Browse files Browse the repository at this point in the history
Remove the new control plane from the mayastor repo.
The mbus-api is left with slight modifications so we don't pull in a
 bunch of crates which are not required. In the future we'll probably
 pull it from the control plane repo with feature gates for example.

Add a nix mayastor-unit derivation to allow the control plane to get
 access to specific parts of mayastor only.
  • Loading branch information
tiagolobocastro committed Mar 9, 2021
1 parent 88edede commit 5d4aeab
Show file tree
Hide file tree
Showing 108 changed files with 209 additions and 12,218 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,3 @@ repos:
entry: bash -c "npm install @commitlint/config-conventional @commitlint/cli; cat $1 | npx commitlint"
args: [$1]
stages: [commit-msg]
- id: openapi-check
name: OpenApi Generator
description: Ensures OpenApi spec is up to date
entry: ./scripts/openapi-check.sh
args: ["--changes"]
pass_filenames: false
language: system

Loading

0 comments on commit 5d4aeab

Please sign in to comment.