Skip to content

Commit 18baff2

Browse files
committed
create dev cluster with containers
1 parent c226f29 commit 18baff2

15 files changed

Lines changed: 370 additions & 642 deletions

File tree

.gitignore

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@ dev
1212
*.pdb
1313

1414
*.yaml
15+
# The local development container stack is checked in, despite the broad `dev`
16+
# scratch-directory rule above.
17+
!.local/
18+
!.local/dev/
19+
!.local/dev/**
20+
1521
# Local Ceph credentials and loopback OSD state.
16-
.local/ceph/generated/
17-
.local/ceph/state/
22+
.local/dev/ceph/generated/
23+
.local/dev/ceph/state/
1824

1925
# Generated by cargo mutants
2026
# Contains mutation testing data

.local/ceph/README.md

Lines changed: 0 additions & 243 deletions
This file was deleted.

0 commit comments

Comments
 (0)