Skip to content

Commit

Permalink
Restructure for DTs and rename VA1 to HCI
Browse files Browse the repository at this point in the history
Store not only VAs but also DTs in this repo and create
a subdirectory for each to keep them separate.

Move `validated_arch_1` to the new `va` subdirectory and
rename it `hci`.

Create `dt` subdirectory and include an explanation on
how a DT differs from a VA.

Signed-off-by: John Fulton <[email protected]>
  • Loading branch information
fultonj committed Nov 27, 2023
1 parent 362f19e commit 007ccf0
Show file tree
Hide file tree
Showing 52 changed files with 20 additions and 8 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# OpenStack K8S Operators Architectures

This repo stores validated OpenStack K8S Operators architectures, represented as CRs for the various operators.
This repo stores validated OpenStack K8S Operators architectures [VAs](va), represented as CRs for the various operators.

It also stores deployment topologies [DTs](dt) which should only be
used for testing.
2 changes: 1 addition & 1 deletion docs/index.md
2 changes: 1 addition & 1 deletion docs/stage1.md
2 changes: 1 addition & 1 deletion docs/stage2.md
2 changes: 1 addition & 1 deletion docs/stage3.md
2 changes: 1 addition & 1 deletion docs/stage4.md
2 changes: 1 addition & 1 deletion docs/stage5.md
2 changes: 1 addition & 1 deletion docs/stage6.md
9 changes: 9 additions & 0 deletions dt/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Deployment Topologies

All validated architectures ([VAs](../va/)) are deployment topologies
(DTs), but not all DTs are VAs.

DTs represent CI optimizations. We design them to test lots of things
together so we can have as few of them as possible. Before proposing a
new DT to test something, consider if an update to an existing DT will
achieve the same result.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 007ccf0

Please sign in to comment.