From 0439af8597a9a429ddee1c7dcbc1cab2b4088cf7 Mon Sep 17 00:00:00 2001 From: Zed Spencer-Milnes Date: Dec 10 2024 14:38:12 +0000 Subject: Update Cloud SIG description and page with non-latin content --- diff --git a/_data/centos/sigs.yml b/_data/centos/sigs.yml index 2d3a0a6..49be24e 100644 --- a/_data/centos/sigs.yml +++ b/_data/centos/sigs.yml @@ -56,8 +56,7 @@ The Cloud SIG focuses on providing different FOSS based cloud infrastructure applications that can be installed and run natively on CentOS Stream. The Cloud SIG is working on several artifacts, including the RPM distribution - of OpenStack (RDO) repositories and the OKD/SCOS distribution of Kubernetes - built with a Tekton pipeline. + of OpenStack (RDO) repositories and the OKD distribution of Kubernetes. highlight: true chat: https://matrix.to/#/#centos-cloud:fedoraproject.org docs: https://sigs.centos.org/cloud diff --git a/cloud.md b/cloud.md index e865090..3f1a0ce 100644 --- a/cloud.md +++ b/cloud.md @@ -6,44 +6,54 @@ with_toc: false status: DRAFT --- +

SIG Documentation

+ +## Our Projects

RDO OpenStack

    -
  • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  • -
  • Mauris eget dapibus est, interdum bibendum nisl.
  • -
  • Sed vehicula pulvinar velit, eget ornare nulla luctus vel.
  • +
  • OpenStack is a suite of open-source software components designed for providing cloud infrastructure services like compute (e.g. VMs, containers), storage and networking in existing data centres
  • +
  • RDO is an OpenStack distribution packaged and tested for CentOS, providing a way to get OpenStack up and running with CentOS at it's base.
  • +
  • With RDO, you can also deploy certain OpenStack Services within an OKD cluster
+ rdoproject.org
-

OKD OpenStack

+

OKD Kubernetes

    -
  • Morbi erat dui, convallis eu odio eget, gravida sollicitudin mauris.
  • -
  • Nulla viverra libero vel viverra cursus. Vivamus eu mauris mauris.
  • -
  • In at iaculis mi, in fringilla sapien. Donec pharetra nisi quis est aliquam, eu volutpat lorem accumsan.
  • +
  • Kubernetes is a collection of software and design patterns to operate applications at scale on top of cloud-like infrastructure.
  • +
  • OKD is a very opinionated deployment of Kubernetes that includes modifications and additions to vanilla Kubernetes to provider a greater feature set out of the box and a more robust default security posture
  • +
  • There is also an upcoming ecosystem of operators, OKDerators, that provide additional features to your cluster such as storage, virtualisation, service meshes and more.
+ okd.io
-

Documentation

+## Where to start with RDO + +

OpenStack/RDO is versatile software that can deploy anywhere from small homelabs or virtual environments through to large physical datacentres. Components can be installed on existing systems. The project provides methods of installing easily for PoC/test purposes and guidance for planning and executing larger and more complex deployments

-## Install RDO +

The RDO project group provide packages for RDO/OpenStack built for CentOS.

-

Write some text here.

+### Useful Links -```bash -sudo dnf install centos-release-openstack- -``` + -

Write some more text here.

+## Where to start with OKD -## Install OKD +

With OKD, the entire machine is managed by the Kubernetes cluster, including the operating system. OKD builds on top of CentOS Stream CoreOS, an immutable version of a CoreOS installation ideal for container workloads and automated management. The installation process involves starting machines with a CentOS Stream CoreOS ignition process to bring them into the cluster

-

Write some text here.

-```bash -sudo echo FIXME -``` +### Useful Links -

Write some more text here.

+