diff --git a/openstack-cloud-design-ha.md b/openstack-cloud-design-ha.md deleted file mode 100644 index 9eb0379e..00000000 --- a/openstack-cloud-design-ha.md +++ /dev/null @@ -1,16 +0,0 @@ -## 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 - -... diff --git a/openstack-cloud-design-regions.md b/openstack-cloud-design-regions.md deleted file mode 100644 index 082c1190..00000000 --- a/openstack-cloud-design-regions.md +++ /dev/null @@ -1,17 +0,0 @@ -# Regions - -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. - -## Designing Services for Multiple Available Zones - -!!! info "To Do" - - Describe how to implement a multi-region cloud with the following OpenStack services: - - - Keystone - - Nova - - Neutron - - Cinder - - Glance - -...