-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update blockquotes to use Admonitions
Signed-off-by: Kevin Carter <[email protected]>
- Loading branch information
Showing
30 changed files
with
265 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Environment Architecture | ||
|
||
Genestack is making use of some homegrown solutions, community operators, and OpenStack-Helm. Everything | ||
in Genestack comes together to form cloud in a new and exciting way; all built with opensource solutions | ||
to manage cloud infrastructure in the way you need it. | ||
|
||
They say a picture is worth 1000 words, so here's a picture. | ||
|
||
![Genestack Architecture Diagram](assets/images/diagram-genestack.png) | ||
|
||
The idea behind Genestack is simple, build an Open Infrastructure system that unites Public and Private | ||
clouds with a platform that is simple enough for the hobbyist yet capable of exceeding the needs of the | ||
enterprise. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Product Component Matrix | ||
|
||
The following components are part of the initial product release | ||
and largely deployed with Helm+Kustomize against the K8s API (v1.28 and up). | ||
Some components are intially only installed with the public cloud based, | ||
OpenStack Flex, service, while OpenStack Enterprise naturally provides a larger | ||
variety of services: | ||
|
||
| Group | Component | OpenStack Flex | OpenStack Enterprise | | ||
|------------|----------------------|----------------|----------------------| | ||
| Kubernetes | Kubernetes | Required | Required | | ||
| Kubernetes | Kubernetes Dashboard | Required | Required | | ||
| Kubernetes | Cert-Manager | Required | Required | | ||
| Kubernetes | MetaLB (L2/L3) | Required | Required | | ||
| Kubernetes | Core DNS | Required | Required | | ||
| Kubernetes | Ingress Controller (Nginx) | Required | Required | | ||
| Kubernetes | Kube-Proxy (IPVS) | Required | Required | | ||
| Kubernetes | Calico | Optional | Required | | ||
| Kubernetes | Kube-OVN | Required | Optional | | ||
| Kubernetes | Helm | Required | Required | | ||
| Kubernetes | Kustomize | Required | Required | | ||
| OpenStack | openVswitch (Helm) | Optional | Required | | ||
| OpenStack | Galera (Operator) | Required | Required | | ||
| OpenStack | rabbitMQ (Operator) | Required | Required | | ||
| OpenStack | memcacheD (Operator) | Required | Required | | ||
| OpenStack | Ceph Rook | Optional | Required | | ||
| OpenStack | iscsi/tgtd | Required | Optional | | ||
| OpenStack | Keystone (Helm) | Required | Required | | ||
| OpenStack | Glance (Helm) | Required | Required | | ||
| OpenStack | Cinder (Helm) | Required | Required | | ||
| OpenStack | Nova (Helm) | Required | Required | | ||
| OpenStack | Neutron (Helm) | Required | Required | | ||
| OpenStack | Placement (Helm) | Required | Required | | ||
| OpenStack | Horizon (Helm) | Required | Required | | ||
| OpenStack | Skyline (Helm) | Optional | Optional | | ||
| OpenStack | Heat (Helm) | Required | Required | | ||
| OpenStack | Designate (Helm) | Optional | Required | | ||
| OpenStack | Barbican (Helm) | Required | Required | | ||
| OpenStack | Octavia (Helm) | Required | Required | | ||
| OpenStack | Ironic (Helm) | Optional | Required | | ||
| OpenStack | metal3.io | Optional | Required | | ||
|
||
Initial monitoring componets consists of the following projects | ||
|
||
| Group | Component | OpenStack Flex | OpenStack Enterprise | | ||
|------------|----------------------|----------------|----------------------| | ||
| Kubernetes | Prometheus | Required | Required | | ||
| Kubernetes | Thanos | Required | Required | | ||
| Kubernetes | Alertmanager | Required | Required | | ||
| Kubernetes | Grafana | Required | Required | | ||
| Kubernetes | Node Exporter | Required | Required | | ||
| Kubernetes | redfish Exporter | Required | Required | | ||
| OpenStack | OpenStack Exporter | Required | Required | | ||
|
||
At a later stage these components will be added | ||
|
||
| Group | Component | OpenStack Flex | OpenStack Enterprise | | ||
|-----------|----------------------|----------------|----------------------| | ||
| OpenStack | MongoDB | Optional | Required | | ||
| OpenStack | Aodh (Helm) | Optional | Required | | ||
| OpenStack | Ceilometer (Helm) | Optional | Required | | ||
| OpenStack | Masakari (Helm) | Optional | Required | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.