Update README file

This patchset updates MicroStack README file to include the latest
messaging around the project.

Change-Id: I11a3e9a5a2a6e00473148ca6952f25f2741d98b8
This commit is contained in:
Tytus Kurek 2021-07-09 11:42:03 +02:00
parent 064aae8458
commit 46a0a849f8
1 changed files with 24 additions and 12 deletions

View File

@ -2,24 +2,36 @@
[![Snap Status][snap-build-badge]][snap-build-status]
MicroStack is a single-machine, snap-deployed OpenStack cloud.
## The most straightforward OpenStack
Common purposes include:
Pure upstream, lightweight OpenStack that can be installed and maintained with
a minimal effort.
* Development and testing of OpenStack workloads
* Continuous integration (CI)
* IoT and appliances
* Edge clouds (experimental)
* Introducing new users to OpenStack
Perfect for:
* Edge infrastructure implementation
* Small-scale private cloud deployments
* Testing, development and CI/CD
Currently provided OpenStack services are: Nova, Keystone, Glance, Horizon, and
Neutron.
## Why MicroStack?
MicroStack is frequently updated to provide the latest stable updates of the
most recent OpenStack release.
* **Straightforward** - Get fully-functional OpenStack up and running on your
workstation in just 2 commands and ~20 minutes.
* **"On rails"** - OpenStack has tens of components and options. MicroStack
eliminates this complexity by providing an opinionated approach to OpenStack
installation and operations.
* **Lightweight** - MicroStack comes with minimal footprint which makes it
ideal for devices with limited hardware resources, such as edge appliances.
* **Current** - MicroStack is frequenty updated to provide the latest stable
updates of the most recent OpenStack versions.
* **Comprehensive** - MicroStack contains all core OpenStack services,
including Keystone, Horizon, Glance, Nova, Neutron and Cinder, and the most
popular compute, network and storage options with KVM, OVN and LVM.
Reach out to us on [Discourse][discourse] if you have any questions.
> **Requirements**:
You will need at least 2 CPUs, 8 GiB of memory, and 100 GiB of disk space.
You will need at least a multi-core CPU, 8 GiB of memory, and 100 GiB of disk
space.
See the full [MicroStack documentation][microstack-docs].