Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloud design docs #492

Merged
merged 9 commits into from
Oct 21, 2024
16 changes: 16 additions & 0 deletions docs/openstack-cloud-design-ha.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Host Aggregates

Host Aggregates are a way of grouping hosts in an OpenStack cloud. This allows you to create groups of certain types of hosts and then steer certain classes of VM instances to them.


## Designing Host Aggregates in OpenStack

!!! info "To Do"

Describe how to implement Host Aggregates using the following OpenStack Services:

- Nova
- Placement
- Glance

...
Loading