Skip to content

Commit

Permalink
docs: add design doc diagrams (rackerlabs#495)
Browse files Browse the repository at this point in the history
* Add missing Host Aggregates page

* Add diagrams to Region and AZ cloud design pages
  • Loading branch information
OpenStackKen authored Oct 21, 2024
1 parent cdb9863 commit 17405a1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
Binary file added docs/assets/images/cloud-hierarchy-az.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/cloud-hierarchy-region.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/source/Cloud-Hierarchy.graffle
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/openstack-cloud-design-az.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Availability Zones are the most arbitrary domain in a cloud. In a large-scale c

Ultimately, because it has no real physical analogue, an Availability Zone is a fancy way of defining a failure domain. What this allows you to do in your cloud design is define an Availability Zone to best suit how you want to separate resources for failure.

![Availability Zones in Cloud Hierarchy](assets/images/cloud-hierarchy-az.png)

## Designing Services for Multiple Available Zones

!!! info "To Do"
Expand All @@ -14,7 +16,6 @@ Ultimately, because it has no real physical analogue, an Availability Zone is a
- Neutron
- Cinder


## Sharing Services Across Availability Zones

!!! info "To Do"
Expand Down
1 change: 1 addition & 0 deletions docs/openstack-cloud-design-regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Regions are separate physical locations served by a single cloud. In OpenStack, a Region is defined as an independently deployed cloud excepting Keystone and Horizon or Skyline.

![Regions in Cloud Hierarchy](assets/images/cloud-hierarchy-region.png)

## Designing Services for Multiple Available Zones

Expand Down

0 comments on commit 17405a1

Please sign in to comment.