How to install OpenStack with Kayobe
We look into installing OpenStack using Kayobe. OpenStack is a compute cluster solution with a lot of different services that could handle many task such as storage, network, compute and orchestration.
We talk about the partition types and create the most essential partitions. Root and swap partition.
I’m trying to solve all the Advent of Code puzzles in this video series.
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
Mastering Kubernetes: Building a Cluster from Scratch Step-by-Step Setup jumpbox environment We start with installing some packages required for the setup process. wget and curl to fetch packages, vim to change configuration files, openssl for all the certificates we are required to create. Last but not least the git command to download the repository with…
I had to setup a docker image that could handle request in an API using async jobs to do the actual workload. This means that I had to have something running in the background async while also having a docker image with web server and php.
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Hi Daniel, would you have any tutorial or step-by-step guide to deploy OpenStack on Rocky Linux 8 using Kayobe? I’m a little desperate because I can’t find any decent documentation… thanks.
Hi Lordalvaro
Well, installing OpenStack is a bit of a hazzle and I’ve never installed Rocky Linux so there might be dependencies that are strange for that system. I’m usually using debian as it’s a very common server system used by most server administrators.
I’m not sure I’ll do another Openstack series but I guess you could use parts from it in order to figure out how to do your install.
I hope this helps. Thank you for watching my videos.
Best regards
Daniel