Skip to content

Commit

Permalink
Remove "lifecycle management", use "platform"
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 19, 2024
1 parent 6842d34 commit 3ab5d56
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ sidebar_position: 10

OSISM is a solution for the holistic management of sustainable, sovereign
software-defined cloud infrastructures. It provides a solid and stable base
for the deployment, operation and lifecycle management of on-premise cloud
infrastructures, for public cloud data centres and, at the edge,
for distributed systems. It is also suitable for building supercomputers and HPC
environments. OSISM enables fast, easy and consistent management and provisioning
of compute, storage and network resources to run cloud-native applications.
for the deployment and operation cloud infrastructures, for public cloud data
centres and, at the edge, for distributed systems. It is also suitable for
building supercomputers and HPC environments. OSISM enables fast, easy and
consistent management and provisioning of compute, storage and network
resources to run cloud-native applications.

The documentation is organised into guides:

Expand Down
2 changes: 1 addition & 1 deletion src/components/Discover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Discover() {
<div className="row">
<div className={clsx('col col--12')}>
<h1><Translate description="Discover title">discover.title</Translate></h1>
<p>OSISM is the deployment and lifecycle management platform for software-defined infrastructures such as OpenStack, Proxmox VE and Ceph, and the services they require, such as a RabbitMQ broker or a MariaDB Galera cluster. Monitoring, log aggregation, zero-downtime operations, and high availability are also key areas of OSISM.</p>
<p>OSISM is the deployment and platform for software-defined infrastructures such as OpenStack, Proxmox VE and Ceph, and the services they require, such as a RabbitMQ broker or a MariaDB Galera cluster. Monitoring, log aggregation, zero-downtime operations, and high availability are also key areas of OSISM.</p>
<p>OpenStack and Proxmox VE provide a proven and reliable foundation for platforms such as GitLab CI, Kubernetes, Cloud Foundry and OpenShift.</p>
<p>OSISM is used by the Sovereign Cloud Stack (SCS) to manage core infrastructure services. OSISM is an integral part of one of the first Gaia-X hosters as the basis for pluscloud open from the German cloud service provider PlusServer in Cologne.</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/components/SoftwareModules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function SoftwareModules () {
</div>
<div className="row">
<div className={clsx('col col--12')}>
OSISM is the lifecycle management platform for software-defined cloud infrastructure.
OSISM is the platform for software-defined cloud infrastructure.
It manages the components needed to build your own private cloud.
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/pages/about-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sustainable and software-defined cloud infrastructures.
We enable fast, easy and consistent provisioning of compute, storage and network
resources to run cloud-native applications.

Our solution provides a solid and stable base for the deployment, operation and
lifecycle management of internal cloud infrastructures, for public cloud data
centres and, at the edge, for distributed systems. Our solution is also suitable
for building true supercomputers and HPC environments.
Our solution provides a solid and stable base for the deployment and operation
cloud infrastructures, for public cloud data centres and, at the edge, for distributed
systems. Our solution is also suitable for building true supercomputers and HPC
environments.

0 comments on commit 3ab5d56

Please sign in to comment.