<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.stoney-cloud.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sst-fzo</id>
	<title>MediaWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.stoney-cloud.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sst-fzo"/>
	<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/wiki/Special:Contributions/Sst-fzo"/>
	<updated>2026-04-30T12:38:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=gugus&amp;diff=331</id>
		<title>gugus</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=gugus&amp;diff=331"/>
		<updated>2024-06-27T13:50:16Z</updated>

		<summary type="html">&lt;p&gt;Sst-fzo: /* Cluster Operations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cluster images =&lt;br /&gt;
Kubernetes Cluster glance images are currently provided by StackHPC Ltd. via github: https://github.com/stackhpc/azimuth-images/releases/tag/0.11.0.&lt;br /&gt;
&lt;br /&gt;
In the future, a CI/CD pipeline is potentially used to create our own images.&lt;br /&gt;
&lt;br /&gt;
= Cluster Operations =&lt;br /&gt;
== Cluster Operations - Creating ==&lt;br /&gt;
You can use a few different methods to create a Kubernetes cluster with the Cluster API driver for Magnum. We cover a few different methods in this section.&lt;br /&gt;
&lt;br /&gt;
You can create clusters using several different methods which all end up using the Magnum API. You can either use the OpenStack CLI, OpenStack Horizon dashboard, Terraform, Ansible or the Magnum API directly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|OpenStack CLI=&lt;br /&gt;
The OpenStack CLI is the easiest way to create a Kubernetes cluster from your terminal directly. You can use the &amp;lt;code&amp;gt;openstack coe cluster create&amp;lt;/code&amp;gt; command to create a Kubernetes cluster with the Cluster API driver for Magnum.&lt;br /&gt;
&lt;br /&gt;
Before you get started, you&#039;ll have to make sure that you have the cluster templates you want to use available in your environment. You can create them using the OpenStack CLI:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;bash&#039;&amp;gt;&lt;br /&gt;
export OS_DISTRO=ubuntu # you can change this to &amp;quot;flatcar&amp;quot; if you want to use Flatcar&lt;br /&gt;
for version in v1.24.16 v1.25.12 v1.26.7 v1.27.4; do \&lt;br /&gt;
  [[ &amp;quot;${OS_DISTRO}&amp;quot; == &amp;quot;ubuntu&amp;quot; ]] &amp;amp;&amp;amp; IMAGE_NAME=&amp;quot;ubuntu-2204-kube-${version}&amp;quot; || IMAGE_NAME=&amp;quot;flatcar-kube-${version}&amp;quot;; \&lt;br /&gt;
  curl -LO https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/${IMAGE_NAME}.qcow2; \&lt;br /&gt;
  openstack image create ${IMAGE_NAME} --disk-format=qcow2 --container-format=bare --property os_distro=${OS_DISTRO} --file=${IMAGE_NAME}.qcow2; \&lt;br /&gt;
  openstack coe cluster template create \&lt;br /&gt;
      --image $(openstack image show ${IMAGE_NAME} -c id -f value) \&lt;br /&gt;
      --external-network public \&lt;br /&gt;
      --dns-nameserver 8.8.8.8 \&lt;br /&gt;
      --master-lb-enabled \&lt;br /&gt;
      --master-flavor m1.medium \&lt;br /&gt;
      --flavor m1.medium \&lt;br /&gt;
      --network-driver calico \&lt;br /&gt;
      --docker-storage-driver overlay2 \&lt;br /&gt;
      --coe kubernetes \&lt;br /&gt;
      --label kube_tag=${version} \&lt;br /&gt;
      k8s-${version};&lt;br /&gt;
done;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-|OpenStack Dashboard=&lt;br /&gt;
The OpenStack Horizon dashboard is the easiest way to create a Kubernetes using a simple web interface. In order to get started, you can review the list of current cluster templates in your environment by navigating using the left sidebar to &#039;&#039;Project &amp;gt; Container Infra &amp;gt; Cluster Templates&#039;&#039;.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:Debian VM Creation Dashboard manual 01.png|400px]]&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should have a ready cluster and you can proceed to the Accessing section to learn how to access the cluster.&lt;br /&gt;
&lt;br /&gt;
== Cluster Operations - Accessing ==&lt;br /&gt;
&lt;br /&gt;
== Cluster Operations - Upgrading ==&lt;br /&gt;
&lt;br /&gt;
= Links=&lt;br /&gt;
https://vexxhost.github.io/magnum-cluster-api/user/getting-started/&lt;/div&gt;</summary>
		<author><name>Sst-fzo</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=Category:Pages_using_Tabber_parser_tag&amp;diff=300</id>
		<title>Category:Pages using Tabber parser tag</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=Category:Pages_using_Tabber_parser_tag&amp;diff=300"/>
		<updated>2024-05-24T09:17:14Z</updated>

		<summary type="html">&lt;p&gt;Sst-fzo: Created page with &amp;quot;__HIDDENCAT__&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__HIDDENCAT__&lt;/div&gt;</summary>
		<author><name>Sst-fzo</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=299</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=299"/>
		<updated>2024-05-24T09:16:37Z</updated>

		<summary type="html">&lt;p&gt;Sst-fzo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki acts as a collection of all aspects of our [https://www.openstack.org/ OpenStack] based [https://www.stoney-cloud.com/ stoney cloud] infrastructure.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
== Create a new page or category ==&lt;br /&gt;
Create a blank page.&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
  type=create&lt;br /&gt;
  width=40&lt;br /&gt;
  buttonlabel=Create blank page&lt;br /&gt;
  break=no&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Coming soon ==&lt;br /&gt;
Manged Kubernetes&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|OpenStack CLI=&lt;br /&gt;
gugus (cli)&lt;br /&gt;
|-|OpenStack Dashboard=&lt;br /&gt;
gugus (dashboard)&lt;br /&gt;
|-|OpenTofu=&lt;br /&gt;
gugus (tofutofu)&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
* [[:Category:Introduction]]&lt;br /&gt;
** [[OpenStack - Introduction to the Dashboard]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (Dashboard)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (Dashboard)]]&lt;br /&gt;
* [[:Category:CLI]]&lt;br /&gt;
** [[OpenStack - Using the CLI (first steps)]]&lt;br /&gt;
** [[OpenStack - VM Creation]]&lt;br /&gt;
** [[OpenStack - Image Creation]]&lt;br /&gt;
** [[OpenStack - Quota]]&lt;br /&gt;
** [[Openstack - Security Group Rules]]&lt;br /&gt;
** [[PCI workaround]]&lt;br /&gt;
* [[:Category:Dashboard]]&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
* [https://www.stoney-cloud.com/ stoney cloud Website]&lt;br /&gt;
* [https://dashboard.stoney-cloud.com/ stoney cloud Dashboard]&lt;br /&gt;
* [https://docs.openstack.org/horizon/latest/user/index.html Official OpenStack Dashboard Documenation]&lt;br /&gt;
* [https://docs.openstack.org/python-openstackclient/latest/cli/index.html Official OpenStack CLI Documenation]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both; height:0px; line-height:0px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Sst-fzo</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=298</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=298"/>
		<updated>2024-05-24T09:16:04Z</updated>

		<summary type="html">&lt;p&gt;Sst-fzo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki acts as a collection of all aspects of our [https://www.openstack.org/ OpenStack] based [https://www.stoney-cloud.com/ stoney cloud] infrastructure.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
== Create a new page or category ==&lt;br /&gt;
Create a blank page.&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
  type=create&lt;br /&gt;
  width=40&lt;br /&gt;
  buttonlabel=Create blank page&lt;br /&gt;
  break=no&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Coming soon ==&lt;br /&gt;
Manged Kubernetes&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
* [[:Category:Introduction]]&lt;br /&gt;
** [[OpenStack - Introduction to the Dashboard]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (Dashboard)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (Dashboard)]]&lt;br /&gt;
* [[:Category:CLI]]&lt;br /&gt;
** [[OpenStack - Using the CLI (first steps)]]&lt;br /&gt;
** [[OpenStack - VM Creation]]&lt;br /&gt;
** [[OpenStack - Image Creation]]&lt;br /&gt;
** [[OpenStack - Quota]]&lt;br /&gt;
** [[Openstack - Security Group Rules]]&lt;br /&gt;
** [[PCI workaround]]&lt;br /&gt;
* [[:Category:Dashboard]]&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
* [https://www.stoney-cloud.com/ stoney cloud Website]&lt;br /&gt;
* [https://dashboard.stoney-cloud.com/ stoney cloud Dashboard]&lt;br /&gt;
* [https://docs.openstack.org/horizon/latest/user/index.html Official OpenStack Dashboard Documenation]&lt;br /&gt;
* [https://docs.openstack.org/python-openstackclient/latest/cli/index.html Official OpenStack CLI Documenation]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both; height:0px; line-height:0px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Sst-fzo</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=297</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=297"/>
		<updated>2024-05-24T09:15:44Z</updated>

		<summary type="html">&lt;p&gt;Sst-fzo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki acts as a collection of all aspects of our [https://www.openstack.org/ OpenStack] based [https://www.stoney-cloud.com/ stoney cloud] infrastructure.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
== Create a new page or category ==&lt;br /&gt;
Create a blank page.&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
  type=create&lt;br /&gt;
  width=40&lt;br /&gt;
  buttonlabel=Create blank page&lt;br /&gt;
  break=no&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Coming soon ==&lt;br /&gt;
Manged Kubernetes&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%&amp;quot;&amp;gt;&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
* [[:Category:Introduction]]&lt;br /&gt;
** [[OpenStack - Introduction to the Dashboard]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (Dashboard)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (Dashboard)]]&lt;br /&gt;
* [[:Category:CLI]]&lt;br /&gt;
** [[OpenStack - Using the CLI (first steps)]]&lt;br /&gt;
** [[OpenStack - VM Creation]]&lt;br /&gt;
** [[OpenStack - Image Creation]]&lt;br /&gt;
** [[OpenStack - Quota]]&lt;br /&gt;
** [[Openstack - Security Group Rules]]&lt;br /&gt;
** [[PCI workaround]]&lt;br /&gt;
* [[:Category:Dashboard]]&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
* [https://www.stoney-cloud.com/ stoney cloud Website]&lt;br /&gt;
* [https://dashboard.stoney-cloud.com/ stoney cloud Dashboard]&lt;br /&gt;
* [https://docs.openstack.org/horizon/latest/user/index.html Official OpenStack Dashboard Documenation]&lt;br /&gt;
* [https://docs.openstack.org/python-openstackclient/latest/cli/index.html Official OpenStack CLI Documenation]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both; height:0px; line-height:0px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Sst-fzo</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=296</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=296"/>
		<updated>2024-05-24T09:15:29Z</updated>

		<summary type="html">&lt;p&gt;Sst-fzo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki acts as a collection of all aspects of our [https://www.openstack.org/ OpenStack] based [https://www.stoney-cloud.com/ stoney cloud] infrastructure.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
== Create a new page or category ==&lt;br /&gt;
Create a blank page.&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
  type=create&lt;br /&gt;
  width=40&lt;br /&gt;
  buttonlabel=Create blank page&lt;br /&gt;
  break=no&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Coming soon ==&lt;br /&gt;
Manged Kubernetes&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|OpenStack CLI=&lt;br /&gt;
gugus (cli)&lt;br /&gt;
|-|OpenStack Dashboard=&lt;br /&gt;
gugus (dashboard)&lt;br /&gt;
|-|OpenTofu=&lt;br /&gt;
gugus (tofutofu)&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%&amp;quot;&amp;gt;&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
* [[:Category:Introduction]]&lt;br /&gt;
** [[OpenStack - Introduction to the Dashboard]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (Dashboard)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (Dashboard)]]&lt;br /&gt;
* [[:Category:CLI]]&lt;br /&gt;
** [[OpenStack - Using the CLI (first steps)]]&lt;br /&gt;
** [[OpenStack - VM Creation]]&lt;br /&gt;
** [[OpenStack - Image Creation]]&lt;br /&gt;
** [[OpenStack - Quota]]&lt;br /&gt;
** [[Openstack - Security Group Rules]]&lt;br /&gt;
** [[PCI workaround]]&lt;br /&gt;
* [[:Category:Dashboard]]&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
* [https://www.stoney-cloud.com/ stoney cloud Website]&lt;br /&gt;
* [https://dashboard.stoney-cloud.com/ stoney cloud Dashboard]&lt;br /&gt;
* [https://docs.openstack.org/horizon/latest/user/index.html Official OpenStack Dashboard Documenation]&lt;br /&gt;
* [https://docs.openstack.org/python-openstackclient/latest/cli/index.html Official OpenStack CLI Documenation]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both; height:0px; line-height:0px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Sst-fzo</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=295</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=295"/>
		<updated>2024-05-24T09:14:53Z</updated>

		<summary type="html">&lt;p&gt;Sst-fzo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki acts as a collection of all aspects of our [https://www.openstack.org/ OpenStack] based [https://www.stoney-cloud.com/ stoney cloud] infrastructure.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
== Create a new page or category ==&lt;br /&gt;
Create a blank page.&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
  type=create&lt;br /&gt;
  width=40&lt;br /&gt;
  buttonlabel=Create blank page&lt;br /&gt;
  break=no&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Coming soon ==&lt;br /&gt;
Manged Kubernetes&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|OpenStack CLI=&lt;br /&gt;
gugus (cli)&lt;br /&gt;
|-|OpenStack Dashboard=&lt;br /&gt;
gugus (dashboard)&lt;br /&gt;
|-|OpenTofu=&lt;br /&gt;
gugus (tofutofu)&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%&amp;quot;&amp;gt;&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
* [[:Category:Introduction]]&lt;br /&gt;
** [[OpenStack - Introduction to the Dashboard]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (Dashboard)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (Dashboard)]]&lt;br /&gt;
* [[:Category:CLI]]&lt;br /&gt;
** [[OpenStack - Using the CLI (first steps)]]&lt;br /&gt;
** [[OpenStack - VM Creation]]&lt;br /&gt;
** [[OpenStack - Image Creation]]&lt;br /&gt;
** [[OpenStack - Quota]]&lt;br /&gt;
** [[Openstack - Security Group Rules]]&lt;br /&gt;
** [[PCI workaround]]&lt;br /&gt;
* [[:Category:Dashboard]]&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
* [https://www.stoney-cloud.com/ stoney cloud Website]&lt;br /&gt;
* [https://dashboard.stoney-cloud.com/ stoney cloud Dashboard]&lt;br /&gt;
* [https://docs.openstack.org/horizon/latest/user/index.html Official OpenStack Dashboard Documenation]&lt;br /&gt;
* [https://docs.openstack.org/python-openstackclient/latest/cli/index.html Official OpenStack CLI Documenation]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both; height:0px; line-height:0px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Sst-fzo</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=294</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=294"/>
		<updated>2024-05-24T09:14:21Z</updated>

		<summary type="html">&lt;p&gt;Sst-fzo: /* Coming soon */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki acts as a collection of all aspects of our [https://www.openstack.org/ OpenStack] based [https://www.stoney-cloud.com/ stoney cloud] infrastructure.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
== Create a new page or category ==&lt;br /&gt;
Create a blank page.&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
  type=create&lt;br /&gt;
  width=40&lt;br /&gt;
  buttonlabel=Create blank page&lt;br /&gt;
  break=no&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Coming soon ==&lt;br /&gt;
Manged Kubernetes&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|OpenStack CLI=&lt;br /&gt;
gugus (cli)&lt;br /&gt;
|-|OpenStack Dashboard=&lt;br /&gt;
gugus (dashboard)&lt;br /&gt;
|-|OpenTofu=&lt;br /&gt;
gugus (tofutofu)&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
* [[:Category:Introduction]]&lt;br /&gt;
** [[OpenStack - Introduction to the Dashboard]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (Dashboard)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (Dashboard)]]&lt;br /&gt;
* [[:Category:CLI]]&lt;br /&gt;
** [[OpenStack - Using the CLI (first steps)]]&lt;br /&gt;
** [[OpenStack - VM Creation]]&lt;br /&gt;
** [[OpenStack - Image Creation]]&lt;br /&gt;
** [[OpenStack - Quota]]&lt;br /&gt;
** [[Openstack - Security Group Rules]]&lt;br /&gt;
** [[PCI workaround]]&lt;br /&gt;
* [[:Category:Dashboard]]&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
* [https://www.stoney-cloud.com/ stoney cloud Website]&lt;br /&gt;
* [https://dashboard.stoney-cloud.com/ stoney cloud Dashboard]&lt;br /&gt;
* [https://docs.openstack.org/horizon/latest/user/index.html Official OpenStack Dashboard Documenation]&lt;br /&gt;
* [https://docs.openstack.org/python-openstackclient/latest/cli/index.html Official OpenStack CLI Documenation]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both; height:0px; line-height:0px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Sst-fzo</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=293</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=293"/>
		<updated>2024-05-24T09:14:07Z</updated>

		<summary type="html">&lt;p&gt;Sst-fzo: /* Coming soon */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki acts as a collection of all aspects of our [https://www.openstack.org/ OpenStack] based [https://www.stoney-cloud.com/ stoney cloud] infrastructure.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
== Create a new page or category ==&lt;br /&gt;
Create a blank page.&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
  type=create&lt;br /&gt;
  width=40&lt;br /&gt;
  buttonlabel=Create blank page&lt;br /&gt;
  break=no&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Coming soon ==&lt;br /&gt;
Manged Kubernetes&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|OpenStack CLI=&lt;br /&gt;
gugus (cli)&lt;br /&gt;
|-|OpenStack Dashboard=&lt;br /&gt;
gugus (dashboard)&lt;br /&gt;
|-|OpenTofu=&lt;br /&gt;
gugus (tofutofu)&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
* [[:Category:Introduction]]&lt;br /&gt;
** [[OpenStack - Introduction to the Dashboard]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (Dashboard)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (Dashboard)]]&lt;br /&gt;
* [[:Category:CLI]]&lt;br /&gt;
** [[OpenStack - Using the CLI (first steps)]]&lt;br /&gt;
** [[OpenStack - VM Creation]]&lt;br /&gt;
** [[OpenStack - Image Creation]]&lt;br /&gt;
** [[OpenStack - Quota]]&lt;br /&gt;
** [[Openstack - Security Group Rules]]&lt;br /&gt;
** [[PCI workaround]]&lt;br /&gt;
* [[:Category:Dashboard]]&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
* [https://www.stoney-cloud.com/ stoney cloud Website]&lt;br /&gt;
* [https://dashboard.stoney-cloud.com/ stoney cloud Dashboard]&lt;br /&gt;
* [https://docs.openstack.org/horizon/latest/user/index.html Official OpenStack Dashboard Documenation]&lt;br /&gt;
* [https://docs.openstack.org/python-openstackclient/latest/cli/index.html Official OpenStack CLI Documenation]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both; height:0px; line-height:0px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Sst-fzo</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=292</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=292"/>
		<updated>2024-05-24T09:13:48Z</updated>

		<summary type="html">&lt;p&gt;Sst-fzo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki acts as a collection of all aspects of our [https://www.openstack.org/ OpenStack] based [https://www.stoney-cloud.com/ stoney cloud] infrastructure.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
== Create a new page or category ==&lt;br /&gt;
Create a blank page.&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
  type=create&lt;br /&gt;
  width=40&lt;br /&gt;
  buttonlabel=Create blank page&lt;br /&gt;
  break=no&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Coming soon ==&lt;br /&gt;
Manged Kubernetes&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|OpenStack CLI=&lt;br /&gt;
gugus (cli)&lt;br /&gt;
|-|OpenStack Dashboard=&lt;br /&gt;
gugus (dashboard)&lt;br /&gt;
|-|OpenTofu=&lt;br /&gt;
gugus (tofutofu)&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
* [[:Category:Introduction]]&lt;br /&gt;
** [[OpenStack - Introduction to the Dashboard]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (Dashboard)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (Dashboard)]]&lt;br /&gt;
* [[:Category:CLI]]&lt;br /&gt;
** [[OpenStack - Using the CLI (first steps)]]&lt;br /&gt;
** [[OpenStack - VM Creation]]&lt;br /&gt;
** [[OpenStack - Image Creation]]&lt;br /&gt;
** [[OpenStack - Quota]]&lt;br /&gt;
** [[Openstack - Security Group Rules]]&lt;br /&gt;
** [[PCI workaround]]&lt;br /&gt;
* [[:Category:Dashboard]]&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
* [https://www.stoney-cloud.com/ stoney cloud Website]&lt;br /&gt;
* [https://dashboard.stoney-cloud.com/ stoney cloud Dashboard]&lt;br /&gt;
* [https://docs.openstack.org/horizon/latest/user/index.html Official OpenStack Dashboard Documenation]&lt;br /&gt;
* [https://docs.openstack.org/python-openstackclient/latest/cli/index.html Official OpenStack CLI Documenation]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both; height:0px; line-height:0px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Sst-fzo</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=291</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=291"/>
		<updated>2024-05-24T09:13:35Z</updated>

		<summary type="html">&lt;p&gt;Sst-fzo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki acts as a collection of all aspects of our [https://www.openstack.org/ OpenStack] based [https://www.stoney-cloud.com/ stoney cloud] infrastructure.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
== Create a new page or category ==&lt;br /&gt;
Create a blank page.&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
  type=create&lt;br /&gt;
  width=40&lt;br /&gt;
  buttonlabel=Create blank page&lt;br /&gt;
  break=no&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Coming soon ==&lt;br /&gt;
Manged Kubernetes&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|OpenStack CLI=&lt;br /&gt;
gugus (cli)&lt;br /&gt;
|-|OpenStack Dashboard=&lt;br /&gt;
gugus (dashboard)&lt;br /&gt;
|-|OpenTofu=&lt;br /&gt;
gugus (tofutofu)&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
* [[:Category:Introduction]]&lt;br /&gt;
** [[OpenStack - Introduction to the Dashboard]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (Dashboard)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (Dashboard)]]&lt;br /&gt;
* [[:Category:CLI]]&lt;br /&gt;
** [[OpenStack - Using the CLI (first steps)]]&lt;br /&gt;
** [[OpenStack - VM Creation]]&lt;br /&gt;
** [[OpenStack - Image Creation]]&lt;br /&gt;
** [[OpenStack - Quota]]&lt;br /&gt;
** [[Openstack - Security Group Rules]]&lt;br /&gt;
** [[PCI workaround]]&lt;br /&gt;
* [[:Category:Dashboard]]&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
* [https://www.stoney-cloud.com/ stoney cloud Website]&lt;br /&gt;
* [https://dashboard.stoney-cloud.com/ stoney cloud Dashboard]&lt;br /&gt;
* [https://docs.openstack.org/horizon/latest/user/index.html Official OpenStack Dashboard Documenation]&lt;br /&gt;
* [https://docs.openstack.org/python-openstackclient/latest/cli/index.html Official OpenStack CLI Documenation]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both; height:0px; line-height:0px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Sst-fzo</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=290</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=290"/>
		<updated>2024-05-24T09:13:20Z</updated>

		<summary type="html">&lt;p&gt;Sst-fzo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki acts as a collection of all aspects of our [https://www.openstack.org/ OpenStack] based [https://www.stoney-cloud.com/ stoney cloud] infrastructure.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
== Create a new page or category ==&lt;br /&gt;
Create a blank page.&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
  type=create&lt;br /&gt;
  width=40&lt;br /&gt;
  buttonlabel=Create blank page&lt;br /&gt;
  break=no&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Coming soon ==&lt;br /&gt;
Manged Kubernetes&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|OpenStack CLI&lt;br /&gt;
gugus (cli)&lt;br /&gt;
|-|OpenStack Dashboard&lt;br /&gt;
gugus (dashboard)&lt;br /&gt;
|-|OpenTofu&lt;br /&gt;
gugus (tofutofu)&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
* [[:Category:Introduction]]&lt;br /&gt;
** [[OpenStack - Introduction to the Dashboard]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (Dashboard)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (Dashboard)]]&lt;br /&gt;
* [[:Category:CLI]]&lt;br /&gt;
** [[OpenStack - Using the CLI (first steps)]]&lt;br /&gt;
** [[OpenStack - VM Creation]]&lt;br /&gt;
** [[OpenStack - Image Creation]]&lt;br /&gt;
** [[OpenStack - Quota]]&lt;br /&gt;
** [[Openstack - Security Group Rules]]&lt;br /&gt;
** [[PCI workaround]]&lt;br /&gt;
* [[:Category:Dashboard]]&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
* [https://www.stoney-cloud.com/ stoney cloud Website]&lt;br /&gt;
* [https://dashboard.stoney-cloud.com/ stoney cloud Dashboard]&lt;br /&gt;
* [https://docs.openstack.org/horizon/latest/user/index.html Official OpenStack Dashboard Documenation]&lt;br /&gt;
* [https://docs.openstack.org/python-openstackclient/latest/cli/index.html Official OpenStack CLI Documenation]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both; height:0px; line-height:0px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Sst-fzo</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=289</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=Main_Page&amp;diff=289"/>
		<updated>2024-05-24T09:13:04Z</updated>

		<summary type="html">&lt;p&gt;Sst-fzo: /* Coming soon */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki acts as a collection of all aspects of our [https://www.openstack.org/ OpenStack] based [https://www.stoney-cloud.com/ stoney cloud] infrastructure.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
== Create a new page or category ==&lt;br /&gt;
Create a blank page.&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
  type=create&lt;br /&gt;
  width=40&lt;br /&gt;
  buttonlabel=Create blank page&lt;br /&gt;
  break=no&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Coming soon ==&lt;br /&gt;
Manged Kubernetes&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|First Tab Title=OpenStack CLI&lt;br /&gt;
gugus (cli)&lt;br /&gt;
|-|Second Tab Title=OpenStack Dashboard&lt;br /&gt;
gugus (dashboard)&lt;br /&gt;
|-|Third Tab Title=OpenTofu&lt;br /&gt;
gugus (tofutofu)&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
* [[:Category:Introduction]]&lt;br /&gt;
** [[OpenStack - Introduction to the Dashboard]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Debian VM Creation (Dashboard)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (CLI)]]&lt;br /&gt;
** [[OpenStack - Ubuntu VM Creation (Dashboard)]]&lt;br /&gt;
* [[:Category:CLI]]&lt;br /&gt;
** [[OpenStack - Using the CLI (first steps)]]&lt;br /&gt;
** [[OpenStack - VM Creation]]&lt;br /&gt;
** [[OpenStack - Image Creation]]&lt;br /&gt;
** [[OpenStack - Quota]]&lt;br /&gt;
** [[Openstack - Security Group Rules]]&lt;br /&gt;
** [[PCI workaround]]&lt;br /&gt;
* [[:Category:Dashboard]]&lt;br /&gt;
&lt;br /&gt;
== Quick links ==&lt;br /&gt;
* [https://www.stoney-cloud.com/ stoney cloud Website]&lt;br /&gt;
* [https://dashboard.stoney-cloud.com/ stoney cloud Dashboard]&lt;br /&gt;
* [https://docs.openstack.org/horizon/latest/user/index.html Official OpenStack Dashboard Documenation]&lt;br /&gt;
* [https://docs.openstack.org/python-openstackclient/latest/cli/index.html Official OpenStack CLI Documenation]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both; height:0px; line-height:0px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Sst-fzo</name></author>
	</entry>
</feed>