<?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-fbe</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-fbe"/>
	<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/wiki/Special:Contributions/Sst-fbe"/>
	<updated>2026-04-30T13:33:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=Flavor_explanation&amp;diff=918</id>
		<title>Flavor explanation</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=Flavor_explanation&amp;diff=918"/>
		<updated>2025-10-10T14:12:12Z</updated>

		<summary type="html">&lt;p&gt;Sst-fbe: /* Naming convention - CPU &amp;amp; Memory */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
This page explains the flavor naming convention stepping stone AG uses.&lt;br /&gt;
&lt;br /&gt;
= Naming convention =&lt;br /&gt;
The flavor name contains three vital pieces of information:&lt;br /&gt;
 - The host aggregate&lt;br /&gt;
 - The number of CPUs&lt;br /&gt;
 - The amount of Memory (in GiB)&lt;br /&gt;
&lt;br /&gt;
== Naming convention - CPU &amp;amp; Memory ==&lt;br /&gt;
&lt;br /&gt;
* The number of CPUs is prefixed with the character &amp;lt;code&amp;gt;c&amp;lt;/code&amp;gt; and padded with 0s to a total of 3 decimal digits. &lt;br /&gt;
* The amount of Memory is expressed in GiB. It is prefixed with the character &amp;lt;code&amp;gt;m&amp;lt;/code&amp;gt; and padded with 0s to a total of 4 decimal digits.&lt;br /&gt;
&lt;br /&gt;
Here is an example for a flavor with one CPU and 2 GiB of RAM in the &amp;quot;Standard Düdingen North&amp;quot; host aggregate:&lt;br /&gt;
   Standard Düdingen North c002m0004&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Flavor_explanation_1.png|752px × 117px]]&lt;br /&gt;
&lt;br /&gt;
   1. CPU: 1 virtual processor&lt;br /&gt;
   2. Memory: 2 GiB&lt;br /&gt;
&lt;br /&gt;
== Naming convention - Host aggregates ==&lt;br /&gt;
These host aggregates exist:&lt;br /&gt;
&lt;br /&gt;
 - Standard Düdingen&lt;br /&gt;
 - Developer Düdingen&lt;br /&gt;
 - Enterprise Düdingen&lt;br /&gt;
 - Standard Windows Düdingen&lt;br /&gt;
 - Standard Düdingen South&lt;br /&gt;
 - Standard Düdingen North&lt;br /&gt;
&lt;br /&gt;
* The attributes North and South refer to the location of ..&lt;br /&gt;
&lt;br /&gt;
== Naming convention - Sceduling properties ==&lt;br /&gt;
&lt;br /&gt;
We have defined a custom scheduling property called &amp;lt;code&amp;gt;vm_quality_class&amp;lt;/code&amp;gt;. It represents the quality classes we offer: &amp;quot;standard&amp;quot;(1), &amp;quot;developer&amp;quot;(2) and &amp;quot;enterprise&amp;quot;(3). This property is added to host aggregates and flavors. When scheduling VMs, the &amp;lt;code&amp;gt;AggregateInstanceExtraSpecsFilter&amp;lt;/code&amp;gt; will match VMs to VM Nodes accordingly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Flavor_explanation_3.png|752px × 437px]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Instances]]&lt;/div&gt;</summary>
		<author><name>Sst-fbe</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=IP_usage&amp;diff=917</id>
		<title>IP usage</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=IP_usage&amp;diff=917"/>
		<updated>2025-07-30T13:19:15Z</updated>

		<summary type="html">&lt;p&gt;Sst-fbe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
This page describes the usage of IP&#039;s on VM&#039;s either via [https://dashboard.stoney-cloud.com dashboard] or command line interface (CLI).&lt;br /&gt;
&lt;br /&gt;
The following manuals are laid out for Ubuntu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|IP usage CLI=&lt;br /&gt;
= Associate floating IP =&lt;br /&gt;
To associate a floating IP address to a server, use the following command:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
openstack server add floating ip INSTANCE_ID FLOATING_IP_ADDRESS&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Use the OpenStack ID of the server as the &#039;&#039;INSTANCE_ID&#039;&#039; and the chosen IP address as the &#039;&#039;FLOATING_IP_ADDRESS&#039;&#039;.&lt;br /&gt;
= Disassociate floating IP =&lt;br /&gt;
To disassociate a floating IP address from a server, use the following command:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
openstack server remove floating ip INSTANCE_ID FLOATING_IP_ADDRESS&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Use the OpenStack ID of the server as the &#039;&#039;INSTANCE_ID&#039;&#039; and the chosen IP address as the &#039;&#039;FLOATING_IP_ADDRESS&#039;&#039;.&lt;br /&gt;
|-|IP usage Dashboard=&lt;br /&gt;
= Associate floating IP =&lt;br /&gt;
Select the right project by clicking on the &#039;&#039;&#039;current project (1)&#039;&#039;&#039; and selecting the &#039;&#039;&#039;project you want to work with (2)&#039;&#039;&#039;.&lt;br /&gt;
[[File:IP usage 1.png|none|600px]]&lt;br /&gt;
After that navigate to &#039;&#039;&#039;Network (1) -&amp;gt; Floating IP&#039;s (2)&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Button next to Associate (3)&#039;&#039;&#039; to associate this IP to a server.&lt;br /&gt;
[[File:IP usage 2.png|none|600px]]&lt;br /&gt;
In the pop-up select the &#039;&#039;&#039;port (1)&#039;&#039;&#039; you want to associate the chosen floating IP to. &lt;br /&gt;
&lt;br /&gt;
Usually ports are named after their server. After that &#039;&#039;&#039;Associate (2)&#039;&#039;&#039; the floating IP.&lt;br /&gt;
[[File:IP usage 3.png|none|600px]]&lt;br /&gt;
If a floating IP is associated to a server it will appear as such in the Floating IP&#039;s menu. &lt;br /&gt;
&lt;br /&gt;
There the Mapped Fixed IP Address Attribute shows the server which uses the floating IP.&lt;br /&gt;
[[File:IP usage 7.png|none|600px]]&lt;br /&gt;
&lt;br /&gt;
= Disassociate floating IP =&lt;br /&gt;
To disassociate a floating IP you need to change to &#039;&#039;&#039;Instances (1)&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
There it is possible to search for an instance using it&#039;s attributes as a filter. In this example I searched for the &#039;&#039;&#039;instance name (2)&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
On the displayed instance overview we can now open the &#039;&#039;&#039;submenu (3)&#039;&#039;&#039; to perform quick actions.&lt;br /&gt;
[[File:IP usage 4.png|none|600px]]&lt;br /&gt;
There you can chose &#039;&#039;&#039;Disassociate Floating IP (1)&#039;&#039;&#039;. &lt;br /&gt;
[[File:IP usage 5.png|none|600px]]&lt;br /&gt;
This opens a pop-up window with an overview of our planned action. &lt;br /&gt;
&lt;br /&gt;
If a server uses more than one floating IP it&#039;s possible to chose the right one here. &lt;br /&gt;
&lt;br /&gt;
If you&#039;re positive press &#039;&#039;&#039;Dissociate&#039;&#039;&#039;. This will remove the floating IP from the server.&lt;br /&gt;
[[File:IP usage 6.png|none|600px]]&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
[[Category: CLI]]&lt;br /&gt;
[[Category: Network]]&lt;/div&gt;</summary>
		<author><name>Sst-fbe</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=IP_usage&amp;diff=916</id>
		<title>IP usage</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=IP_usage&amp;diff=916"/>
		<updated>2025-07-30T13:14:15Z</updated>

		<summary type="html">&lt;p&gt;Sst-fbe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
This page describes the usage of IP&#039;s on VM&#039;s either via [https://dashboard.stoney-cloud.com dashboard] or command line interface (CLI).&lt;br /&gt;
&lt;br /&gt;
The following manuals are laid out for Ubuntu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|IP usage CLI=&lt;br /&gt;
= Associate floating IP =&lt;br /&gt;
To associate a floating IP address to a server, use the following command:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
openstack server add floating ip INSTANCE_ID FLOATING_IP_ADDRESS&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Use the OpenStack ID of the server as the &#039;&#039;INSTANCE_ID&#039;&#039; and the chosen IP address as the &#039;&#039;FLOATING_IP_ADDRESS&#039;&#039;.&lt;br /&gt;
= Disassociate floating IP =&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
openstack server remove floating ip INSTANCE_ID FLOATING_IP_ADDRESS&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-|IP usage Dashboard=&lt;br /&gt;
= Associate floating IP =&lt;br /&gt;
Select the right project by clicking on the &#039;&#039;&#039;current project (1)&#039;&#039;&#039; and selecting the &#039;&#039;&#039;project you want to work with (2)&#039;&#039;&#039;.&lt;br /&gt;
[[File:IP usage 1.png|none|600px]]&lt;br /&gt;
After that navigate to &#039;&#039;&#039;Network (1) -&amp;gt; Floating IP&#039;s (2)&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Button next to Associate (3)&#039;&#039;&#039; to associate this IP to a server.&lt;br /&gt;
[[File:IP usage 2.png|none|600px]]&lt;br /&gt;
In the pop-up select the &#039;&#039;&#039;port (1)&#039;&#039;&#039; you want to associate the chosen floating IP to. &lt;br /&gt;
&lt;br /&gt;
Usually ports are named after their server. After that &#039;&#039;&#039;Associate (2)&#039;&#039;&#039; the floating IP.&lt;br /&gt;
[[File:IP usage 3.png|none|600px]]&lt;br /&gt;
If a floating IP is associated to a server it will appear as such in the Floating IP&#039;s menu. &lt;br /&gt;
&lt;br /&gt;
There the Mapped Fixed IP Address Attribute shows the server which uses the floating IP.&lt;br /&gt;
[[File:IP usage 7.png|none|600px]]&lt;br /&gt;
&lt;br /&gt;
= Disassociate floating IP =&lt;br /&gt;
To disassociate a floating IP you need to change to &#039;&#039;&#039;Instances (1)&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
There it is possible to search for an instance using it&#039;s attributes as a filter. In this example I searched for the &#039;&#039;&#039;instance name (2)&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
On the displayed instance overview we can now open the &#039;&#039;&#039;submenu (3)&#039;&#039;&#039; to perform quick actions.&lt;br /&gt;
[[File:IP usage 4.png|none|600px]]&lt;br /&gt;
There you can chose &#039;&#039;&#039;Disassociate Floating IP (1)&#039;&#039;&#039;. &lt;br /&gt;
[[File:IP usage 5.png|none|600px]]&lt;br /&gt;
This opens a pop-up window with an overview of our planned action. &lt;br /&gt;
&lt;br /&gt;
If a server uses more than one floating IP it&#039;s possible to chose the right one here. &lt;br /&gt;
&lt;br /&gt;
If you&#039;re positive press &#039;&#039;&#039;Dissociate&#039;&#039;&#039;. This will remove the floating IP from the server.&lt;br /&gt;
[[File:IP usage 6.png|none|600px]]&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
[[Category: CLI]]&lt;br /&gt;
[[Category: Network]]&lt;/div&gt;</summary>
		<author><name>Sst-fbe</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=IP_usage&amp;diff=915</id>
		<title>IP usage</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=IP_usage&amp;diff=915"/>
		<updated>2025-07-30T13:14:02Z</updated>

		<summary type="html">&lt;p&gt;Sst-fbe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
This page describes the usage of IP&#039;s on VM&#039;s either via [https://dashboard.stoney-cloud.com dashboard] or command line interface (CLI).&lt;br /&gt;
&lt;br /&gt;
The following manuals are laid out for Ubuntu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|IP usage CLI=&lt;br /&gt;
= Associate floating IP =&lt;br /&gt;
To associate a floating IP address to a server, use the following command:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
openstack server add floating ip INSTANCE_ID FLOATING_IP_ADDRESS&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Use the OpenStack ID of the server as the &#039;&#039;&#039;INSTANCE_ID&#039;&#039;&#039; and the chosen IP address as the &#039;&#039;&#039;FLOATING_IP_ADDRESS&#039;&#039;&#039;.&lt;br /&gt;
= Disassociate floating IP =&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
openstack server remove floating ip INSTANCE_ID FLOATING_IP_ADDRESS&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-|IP usage Dashboard=&lt;br /&gt;
= Associate floating IP =&lt;br /&gt;
Select the right project by clicking on the &#039;&#039;&#039;current project (1)&#039;&#039;&#039; and selecting the &#039;&#039;&#039;project you want to work with (2)&#039;&#039;&#039;.&lt;br /&gt;
[[File:IP usage 1.png|none|600px]]&lt;br /&gt;
After that navigate to &#039;&#039;&#039;Network (1) -&amp;gt; Floating IP&#039;s (2)&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Button next to Associate (3)&#039;&#039;&#039; to associate this IP to a server.&lt;br /&gt;
[[File:IP usage 2.png|none|600px]]&lt;br /&gt;
In the pop-up select the &#039;&#039;&#039;port (1)&#039;&#039;&#039; you want to associate the chosen floating IP to. &lt;br /&gt;
&lt;br /&gt;
Usually ports are named after their server. After that &#039;&#039;&#039;Associate (2)&#039;&#039;&#039; the floating IP.&lt;br /&gt;
[[File:IP usage 3.png|none|600px]]&lt;br /&gt;
If a floating IP is associated to a server it will appear as such in the Floating IP&#039;s menu. &lt;br /&gt;
&lt;br /&gt;
There the Mapped Fixed IP Address Attribute shows the server which uses the floating IP.&lt;br /&gt;
[[File:IP usage 7.png|none|600px]]&lt;br /&gt;
&lt;br /&gt;
= Disassociate floating IP =&lt;br /&gt;
To disassociate a floating IP you need to change to &#039;&#039;&#039;Instances (1)&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
There it is possible to search for an instance using it&#039;s attributes as a filter. In this example I searched for the &#039;&#039;&#039;instance name (2)&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
On the displayed instance overview we can now open the &#039;&#039;&#039;submenu (3)&#039;&#039;&#039; to perform quick actions.&lt;br /&gt;
[[File:IP usage 4.png|none|600px]]&lt;br /&gt;
There you can chose &#039;&#039;&#039;Disassociate Floating IP (1)&#039;&#039;&#039;. &lt;br /&gt;
[[File:IP usage 5.png|none|600px]]&lt;br /&gt;
This opens a pop-up window with an overview of our planned action. &lt;br /&gt;
&lt;br /&gt;
If a server uses more than one floating IP it&#039;s possible to chose the right one here. &lt;br /&gt;
&lt;br /&gt;
If you&#039;re positive press &#039;&#039;&#039;Dissociate&#039;&#039;&#039;. This will remove the floating IP from the server.&lt;br /&gt;
[[File:IP usage 6.png|none|600px]]&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
[[Category: CLI]]&lt;br /&gt;
[[Category: Network]]&lt;/div&gt;</summary>
		<author><name>Sst-fbe</name></author>
	</entry>
	<entry>
		<id>https://wiki.stoney-cloud.com/w/index.php?title=IP_usage&amp;diff=914</id>
		<title>IP usage</title>
		<link rel="alternate" type="text/html" href="https://wiki.stoney-cloud.com/w/index.php?title=IP_usage&amp;diff=914"/>
		<updated>2025-07-30T13:04:47Z</updated>

		<summary type="html">&lt;p&gt;Sst-fbe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
This page describes the usage of IP&#039;s on VM&#039;s either via [https://dashboard.stoney-cloud.com dashboard] or command line interface (CLI).&lt;br /&gt;
&lt;br /&gt;
The following manuals are laid out for Ubuntu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|IP usage CLI=&lt;br /&gt;
= Associate floating IP =&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
openstack server add floating ip INSTANCE_NAME_OR_ID FLOATING_IP_ADDRESS&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
= Disassociate floating IP =&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
openstack server remove floating ip INSTANCE_NAME_OR_ID FLOATING_IP_ADDRESS&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-|IP usage Dashboard=&lt;br /&gt;
= Associate floating IP =&lt;br /&gt;
Select the right project by clicking on the &#039;&#039;&#039;current project (1)&#039;&#039;&#039; and selecting the &#039;&#039;&#039;project you want to work with (2)&#039;&#039;&#039;.&lt;br /&gt;
[[File:IP usage 1.png|none|600px]]&lt;br /&gt;
After that navigate to &#039;&#039;&#039;Network (1) -&amp;gt; Floating IP&#039;s (2)&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Button next to Associate (3)&#039;&#039;&#039; to associate this IP to a server.&lt;br /&gt;
[[File:IP usage 2.png|none|600px]]&lt;br /&gt;
In the pop-up select the &#039;&#039;&#039;port (1)&#039;&#039;&#039; you want to associate the chosen floating IP to. &lt;br /&gt;
&lt;br /&gt;
Usually ports are named after their server. After that &#039;&#039;&#039;Associate (2)&#039;&#039;&#039; the floating IP.&lt;br /&gt;
[[File:IP usage 3.png|none|600px]]&lt;br /&gt;
If a floating IP is associated to a server it will appear as such in the Floating IP&#039;s menu. &lt;br /&gt;
&lt;br /&gt;
There the Mapped Fixed IP Address Attribute shows the server which uses the floating IP.&lt;br /&gt;
[[File:IP usage 7.png|none|600px]]&lt;br /&gt;
&lt;br /&gt;
= Disassociate floating IP =&lt;br /&gt;
To disassociate a floating IP you need to change to &#039;&#039;&#039;Instances (1)&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
There it is possible to search for an instance using it&#039;s attributes as a filter. In this example I searched for the &#039;&#039;&#039;instance name (2)&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
On the displayed instance overview we can now open the &#039;&#039;&#039;submenu (3)&#039;&#039;&#039; to perform quick actions.&lt;br /&gt;
[[File:IP usage 4.png|none|600px]]&lt;br /&gt;
There you can chose &#039;&#039;&#039;Disassociate Floating IP (1)&#039;&#039;&#039;. &lt;br /&gt;
[[File:IP usage 5.png|none|600px]]&lt;br /&gt;
This opens a pop-up window with an overview of our planned action. &lt;br /&gt;
&lt;br /&gt;
If a server uses more than one floating IP it&#039;s possible to chose the right one here. &lt;br /&gt;
&lt;br /&gt;
If you&#039;re positive press &#039;&#039;&#039;Dissociate&#039;&#039;&#039;. This will remove the floating IP from the server.&lt;br /&gt;
[[File:IP usage 6.png|none|600px]]&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
[[Category: CLI]]&lt;br /&gt;
[[Category: Network]]&lt;/div&gt;</summary>
		<author><name>Sst-fbe</name></author>
	</entry>
</feed>