<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Private Cloud on Manuel Chichi</title>
    <link>http://manuelchichi.com.ar/tags/private-cloud/</link>
    <description>Recent content in Private Cloud on Manuel Chichi</description>
    <generator>Hugo -- 0.155.2</generator>
    <language>en-us</language>
    <copyright>2026 | Server icons created by RaftelDesign - Flaticon |</copyright>
    <lastBuildDate>Thu, 28 Mar 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://manuelchichi.com.ar/tags/private-cloud/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Tweaks - Installation part 3</title>
      <link>http://manuelchichi.com.ar/projects/private-cloud/entry-2024-03-28/</link>
      <pubDate>Thu, 28 Mar 2024 00:00:00 +0000</pubDate>
      <guid>http://manuelchichi.com.ar/projects/private-cloud/entry-2024-03-28/</guid>
      <description>&lt;p&gt;Continuing the journey of
&lt;a href=&#34;http://manuelchichi.com.ar/projects/private-cloud/entry-2022-12-11/&#34;&gt;my private cloud project&lt;/a&gt;,
I embarked on integrating the
&lt;a href=&#34;https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md&#34;&gt;OpenStack Cinder CSI plugin&lt;/a&gt;
to enhance storage capabilities. However, a space constraint prompted the
addition of an NVME disk (Toshiba 256GB M.2 2242) to facilitate Cinder&amp;rsquo;s functionality.&lt;/p&gt;
&lt;h1 id=&#34;cinder&#34;&gt;Cinder&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://docs.openstack.org/cinder&#34;&gt;Cinder&lt;/a&gt;, as elucidated in the official
documentation, is the OpenStack Block Storage service for providing volumes to
Nova virtual machines, containers and more.&lt;/p&gt;
&lt;h2 id=&#34;configuration-of-the-new-disk&#34;&gt;Configuration of the new disk&lt;/h2&gt;
&lt;p&gt;The incorporation of the new disk necessitated a sequence of steps. After
powering down the host, I appended the disk and rebooted the system. Then I
listed all the available disks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ClusterAPI - Installation part 2</title>
      <link>http://manuelchichi.com.ar/projects/private-cloud/entry-2024-03-18/</link>
      <pubDate>Sun, 17 Mar 2024 00:00:00 +0000</pubDate>
      <guid>http://manuelchichi.com.ar/projects/private-cloud/entry-2024-03-18/</guid>
      <description>&lt;p&gt;This is a continuation of
&lt;a href=&#34;http://manuelchichi.com.ar/projects/private-cloud/entry-2022-12-11/&#34;&gt;my private cloud&lt;/a&gt; project.&lt;/p&gt;
&lt;h1 id=&#34;bastion&#34;&gt;Bastion&lt;/h1&gt;
&lt;p&gt;Finally we have already deployed our OpenStack cluster and it&amp;rsquo;s time to create a
small bastion. In the landscape of infrastructure management, having a bastion
is essential for secure access and management of infrastructure. It serves as a
centralized entry point, ensuring controlled access, security, and
simplified management.&lt;/p&gt;
&lt;p&gt;In order to accomplish that I&amp;rsquo;ve created a
&lt;a href=&#34;https://gitlab.com/manuelchichi96/clusterapi-bastion&#34;&gt;repository&lt;/a&gt; that holds
instructions for doing so using Terraform. Here we upload an Ubuntu base image
to Openstack, create the bastion and provision it with my
&lt;a href=&#34;https://gitlab.com/manuelchichi96/dotfiles&#34;&gt;dotfiles&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Host setup - Installation part 1</title>
      <link>http://manuelchichi.com.ar/projects/private-cloud/entry-2022-12-31/</link>
      <pubDate>Sat, 31 Dec 2022 00:00:00 +0000</pubDate>
      <guid>http://manuelchichi.com.ar/projects/private-cloud/entry-2022-12-31/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Updated on 2025-04-27&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is a continuation of
&lt;a href=&#34;http://manuelchichi.com.ar/projects/private-cloud/entry-2022-12-11/&#34;&gt;my private cloud&lt;/a&gt; project.&lt;/p&gt;
&lt;h1 id=&#34;ubuntu-server&#34;&gt;Ubuntu server&lt;/h1&gt;
&lt;h2 id=&#34;installing-ubuntu-iso-on-server&#34;&gt;Installing Ubuntu ISO on server&lt;/h2&gt;
&lt;p&gt;First I need to download an Ubuntu 24.04 ISO in order to install it on the host
server. This can be done from the following
&lt;a href=&#34;https://mirror.sitsa.com.ar/ubuntu-releases/24.04.1/ubuntu-24.04.1-live-server-amd64.iso&#34;&gt;link&lt;/a&gt;.
The idea is to do an installation of this OS with the minimun required packages.
I am not going to enter into further details about how I did this instalation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Introduction - Plan and objectives</title>
      <link>http://manuelchichi.com.ar/projects/private-cloud/entry-2022-12-11/</link>
      <pubDate>Sun, 11 Dec 2022 00:00:00 +0000</pubDate>
      <guid>http://manuelchichi.com.ar/projects/private-cloud/entry-2022-12-11/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Updated on 2025-04-27&lt;/strong&gt;&lt;/p&gt;
&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;
&lt;p&gt;Last month, I upgraded my PC with the goal of building my own private cloud. As
part of this project, I purchased a new domain,
&lt;a href=&#34;https://manuelchichi.com.ar&#34;&gt;&lt;code&gt;manuelchichi.com.ar&lt;/code&gt;&lt;/a&gt;, and began setting up the
environment.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;🔍 &lt;strong&gt;Note:&lt;/strong&gt; While researching my options, a lot of questions came up. I
quickly realized it would require more investigation to find the right tools
and make sure everything would work properly.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;My main idea was to use an open-source solution with Infrastructure as Code
(IaC) support and strong features. That&amp;rsquo;s when I discovered
&lt;a href=&#34;https://www.openstack.org/&#34;&gt;OpenStack&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
