Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
witlox committed Jan 13, 2025
1 parent c01d4aa commit 1d96acd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

[![Python package](https://github.com/witlox/horao/actions/workflows/build-test.yml/badge.svg)](https://github.com/witlox/horao/actions/workflows/tox.yml) ![Python package](https://github.com/witlox/horao/actions/workflows/type-checks.yml/badge.svg) [![codecov](https://codecov.io/github/witlox/horao/graph/badge.svg?token=WP4MHBX34H)](https://codecov.io/github/witlox/horao)

There are various cloud based management engines available. These tend to be either very specific to a certain cloud provider, or very generic and complex. The goal of HORAO is to provide a simple, yet powerful, management engine that can be used to manage hybrid multi-cloud environments. One of the key design features is to provide a model-based approach to managing resources, which allows for a high level of abstraction and automation.
The goal of `HORAO` is to be able to manage tenants across various hybrid multi-cloud environments. The engine is designed to be able to manage resources across various cloud providers, such as AWS, Azure, and GCP as well as on-prem with engines like [OCHAMI](https://www.ochami.org).
One of the key design features is to provide a model-based approach to managing resources, which allows for a high level of abstraction and automation.
`HORAO` will be able to check the current allocation state of the distributed resources, and users will be able to create reservations based on time and availability.
Secondary, site administrators will be able to plan maintenance events, to validate what the impact of a maintenance event will be on the tenants.

For development please check out the [Architecture](docs/Architecture.md) and [Development notes](docs/Development.md).

Expand Down
6 changes: 5 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Management engine for hybrid multi-cloud environments

There are various cloud based management engines available. These tend to be either very specific to a certain cloud provider, or very generic and complex. The goal of HORAO is to provide a simple, yet powerful, management engine that can be used to manage hybrid multi-cloud environments. One of the key design features is to provide a model-based approach to managing resources, which allows for a high level of abstraction and automation.
The goal of `HORAO` is to be able to manage tenants across various hybrid multi-cloud environments. The engine is designed to be able to manage resources across various cloud providers, such as AWS, Azure, and GCP as well as on-prem with engines like [OCHAMI](https://www.ochami.org).
One of the key design features is to provide a model-based approach to managing resources, which allows for a high level of abstraction and automation.
`HORAO` will be able to check the current allocation state of the distributed resources, and users will be able to create reservations based on time and availability.
Secondary, site administrators will be able to plan maintenance events, to validate what the impact of a maintenance event will be on the tenants.


These pages are currently available:
- [Architecture](./Architecture.md)
Expand Down
2 changes: 1 addition & 1 deletion horao/api/authenticate.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async def logout(request: Request):
logout
---
post:
summary: Logout
summary: logout
description: Logout
responses:
"302":
Expand Down

0 comments on commit 1d96acd

Please sign in to comment.