Skip to content

Commit 15f73a7

Browse files
committed
fix: add MORE lines to posts
Signed-off-by: Kevin Carter <[email protected]>
1 parent 8d2a95b commit 15f73a7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/blog/posts/2025-04-02-hyperconverted-ci.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ categories:
1717

1818
**Face it**: The modern DevOps world is all about speed, security, and not forgetting to have a healthy dose of cynicism about manual processes. Because manual is so last decade, am I right? This post proudly showcases how to use a **GitHub self-hosted runner** to spin up and smoke test a Genestack (OpenStack) deployment by Rackspace. If you don’t finish the entire process in under 20 minutes, you might as well go brew another pot of coffee, or question your life choices.
1919

20+
<!-- more -->
21+
2022
## Overview
2123

2224
The hyperconverged lab script and ephemeral container approach let you conjure up blazing-fast OpenStack deployments, so you can test and iterate faster than your boss can ask for a status update.

docs/blog/posts/2025-09-19-building-vyos-images.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ categories:
1515
# Building a VyOS image for use in Rackspace OpenStack Flex
1616

1717
In the beginning there was Vyatta, a free software-based alternative to hardware-based routing products offered by network beheamoths like Cisco and Juniper. After being acquired by Brocade, development of Vyatta Core, the *community edition* of the product, began to languish until its abandonment shortly thereafter. VyOS formed from the ashes and has continued to build upon the core to deliver a highly-functional and highly-competitive routing platform.
18+
1819
<!-- more -->
1920

2021
VyOS is a recent Silver member of the OpenInfra Foundation, and more information about their fit in the ecosystem can be found here:
@@ -183,7 +184,7 @@ Using the `openstack` client or Rackspace OpenStack Flex UI, upload the qcow2 im
183184
```
184185
# openstack image create vyos-1.5-rolling \
185186
--file vyos-1.5-rolling-202509191826-qcow2-amd64.qcow \
186-
--disk-format qcow2
187+
--disk-format qcow2
187188
```
188189

189190
!!! note

docs/blog/posts/2025-10-27-capi-powered-talos-kubernetes-clusters-on-openstack-flex.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ categories:
1616

1717
We detail how to build immutable, secure, and minimal Kubernetes clusters by combining Cluster API (CAPI) with TALOS OS. This powerful stack allows you to leverage the cloud-agnostic management capabilities of CAPI while benefiting from TALOS's minimal attack surface. Deploying on RackSpace OpenStack Flex grants you complete control over your underlying infrastructure, maximizing resource efficiency and providing a production-ready cloud-native environment. This integration simplifies day-2 operations and delivers enterprise-grade security for your private cloud.
1818

19+
<!-- more -->
20+
1921
![capi-talos](assets/images/2025-10-27/capi-talos.png)
2022

2123
## Preparing the Management Cluster
@@ -151,7 +153,7 @@ clusterctl config repositories | egrep 'talos|openstack'
151153
``` shell
152154
talos BootstrapProvider https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/latest/ bootstrap-components.yaml
153155
talos ControlPlaneProvider https://github.com/siderolabs/cluster-api-control-plane-provider-talos/releases/latest/ control-plane-components.yaml
154-
openstack InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-openstack/releases/latest/ infrastructure-components.yaml
156+
openstack InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-openstack/releases/latest/ infrastructure-components.yaml
155157
```
156158

157159
``` shell

0 commit comments

Comments
 (0)