<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Managing vAPPs with XOA]]></title><description><![CDATA[<p dir="auto">We are managing in XCP-ng Center  vAPPs in order to group VMs and to start, restart or stop them in a controlled order and time.</p>
<p dir="auto">I have not found this to be possible XOA from the sources. Is this not implemented, (yet)?</p>
]]></description><link>https://xcp-ng.org/forum/topic/6311/managing-vapps-with-xoa</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 08:17:56 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/6311.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Sep 2022 14:17:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Managing vAPPs with XOA on Sun, 19 Apr 2026 16:14:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/olivierlambert" aria-label="Profile: olivierlambert">@<bdi>olivierlambert</bdi></a><br />
+1 For creating vApps GUI in XO<br />
Reason:<br />
I recently had this configuration:</p>
<p dir="auto">VM1 - Delay 90 Seconds<br />
VM2 - Delay 100 Seconds<br />
VM3 - Delay 0 Seconds</p>
<p dir="auto">The VM3 instead of starting first, always starts last without fail.<br />
One difference I noticed is that VM3 is UEFI vs VM1 &amp; 2 being in BIOS mode.</p>
<p dir="auto">I read elsewhere in the forum that vApps is the only reliable way to have an order.<br />
Maybe if we can somehow ensure that delay works, vApps will become less significant ?</p>
]]></description><link>https://xcp-ng.org/forum/post/104590</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/104590</guid><dc:creator><![CDATA[gb.123]]></dc:creator><pubDate>Sun, 19 Apr 2026 16:14:30 GMT</pubDate></item><item><title><![CDATA[Reply to Managing vAPPs with XOA on Thu, 07 Dec 2023 15:52:44 GMT]]></title><description><![CDATA[<p dir="auto">That's a bit re-inventing the wheel vs Terraform maybe? <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f914.png?v=f084dd9e819" class="not-responsive emoji emoji-android emoji--thinking_face" style="height:23px;width:auto;vertical-align:middle" title=":thinking_face:" alt="🤔" /></p>
]]></description><link>https://xcp-ng.org/forum/post/68216</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/68216</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Thu, 07 Dec 2023 15:52:44 GMT</pubDate></item><item><title><![CDATA[Reply to Managing vAPPs with XOA on Thu, 07 Dec 2023 15:04:50 GMT]]></title><description><![CDATA[<p dir="auto">I would just add a wish here:</p>
<p dir="auto">Would be great for future (of course best tomorrow) to have all the features from VMware vCloud Director regarding Template vApps + API <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f638.png?v=f084dd9e819" class="not-responsive emoji emoji-android emoji--smile_cat" style="height:23px;width:auto;vertical-align:middle" title=":smile_cat:" alt="😸" /></p>
<p dir="auto">Just a short compact list:</p>
<ul>
<li>Save vApps as templates containing all VMs</li>
<li>Organize these Templates in Catalogs</li>
<li>Save Network and Firewall Rules with it (in vCloud DIrectory you can isolate each vApp so be able to really contain same MAC-Addresses identical clones and use a router / fw appliance automatically deployed that uses NAT rules to get into the isolated environments, NSX previous vShield Manager)<br />
a short youtube video (there might be other better ones but it shows the process): <a href="https://www.youtube.com/watch?v=fzoV371vnzs" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=fzoV371vnzs</a></li>
<li>be able to use API for automation to deploy vApps and modify network / fw rules</li>
</ul>
<p dir="auto">...</p>
<ul>
<li>Tenants might be overkill ^^</li>
</ul>
]]></description><link>https://xcp-ng.org/forum/post/68214</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/68214</guid><dc:creator><![CDATA[cocoon]]></dc:creator><pubDate>Thu, 07 Dec 2023 15:04:50 GMT</pubDate></item><item><title><![CDATA[Reply to Managing vAPPs with XOA on Wed, 06 Dec 2023 08:04:25 GMT]]></title><description><![CDATA[<p dir="auto">I was talking about an UI implementation. vApps already exists in XAPI.</p>
]]></description><link>https://xcp-ng.org/forum/post/68164</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/68164</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Wed, 06 Dec 2023 08:04:25 GMT</pubDate></item><item><title><![CDATA[Reply to Managing vAPPs with XOA on Wed, 06 Dec 2023 03:00:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/olivierlambert" aria-label="Profile: olivierlambert">@<bdi>olivierlambert</bdi></a><br />
Hello,<br />
there's actually not much missing for implementation.<br />
<strong>start-delay</strong> is already present in the VM settings.</p>
<p dir="auto">Two parameters are missing:</p>
<ul>
<li><strong>order</strong></li>
<li><strong>shutdown-delay</strong> (In case you need a delay when shutting down. I have no idea if anyone needs this.)</li>
</ul>
<p dir="auto">The vApp is created with the following command:</p>
<pre><code>xe appliance-create name-label=name-label [name-description=name-description]
</code></pre>
<p dir="auto">The VMs are added to the vApp with the following command:</p>
<pre><code>xe vm-param-set uuid=VM-UUID appliance=appliance-uuid
</code></pre>
<p dir="auto">Remove from vApp:</p>
<pre><code>xe vm-param-set uuid=VM-UUID appliance=
</code></pre>
<p dir="auto">vApp-Start:</p>
<pre><code>xe appliance-start uuid=appliance-uuid [paused=true|false]
</code></pre>
<p dir="auto">vApp-Stop:</p>
<pre><code>xe appliance-shutdown uuid=appliance-uuid [force=true|false]
</code></pre>
<p dir="auto"><strong>If multiple VMs have the same order number, the longest start delay wins before VMs with the next order number are started. The same applies in reverse order for the shutdown-delay when shutting down a vApp.</strong></p>
]]></description><link>https://xcp-ng.org/forum/post/68160</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/68160</guid><dc:creator><![CDATA[Toni]]></dc:creator><pubDate>Wed, 06 Dec 2023 03:00:57 GMT</pubDate></item><item><title><![CDATA[Reply to Managing vAPPs with XOA on Wed, 29 Nov 2023 04:30:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/olivierlambert" aria-label="Profile: olivierlambert">@<bdi>olivierlambert</bdi></a></p>
<p dir="auto">I'll third the suggestion. There is no other way that I can find to manage startup and shutdown order of VMs which is critical for our infrastructure.</p>
]]></description><link>https://xcp-ng.org/forum/post/67913</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/67913</guid><dc:creator><![CDATA[P6R]]></dc:creator><pubDate>Wed, 29 Nov 2023 04:30:51 GMT</pubDate></item><item><title><![CDATA[Reply to Managing vAPPs with XOA on Tue, 28 Nov 2023 15:07:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/olivierlambert" aria-label="Profile: olivierlambert">@<bdi>olivierlambert</bdi></a></p>
<p dir="auto">Ups, I was this <strong>first</strong> here to report the lack of managing vAPPS.</p>
<p dir="auto">And I second the requirement to include it. <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f917.png?v=f084dd9e819" class="not-responsive emoji emoji-android emoji--hugging_face" style="height:23px;width:auto;vertical-align:middle" title=":hugging_face:" alt="🤗" /><br />
I do not know how else I could manage the start order and start delay of included VMs.</p>
]]></description><link>https://xcp-ng.org/forum/post/67905</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/67905</guid><dc:creator><![CDATA[Ajmind 0]]></dc:creator><pubDate>Tue, 28 Nov 2023 15:07:58 GMT</pubDate></item><item><title><![CDATA[Reply to Managing vAPPs with XOA on Tue, 21 Nov 2023 12:48:57 GMT]]></title><description><![CDATA[<p dir="auto">Well, you are the first one to report this <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=f084dd9e819" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">Thanks for your feedback, hopefully, more people or companies are doing the same and tell us!</p>
]]></description><link>https://xcp-ng.org/forum/post/67607</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/67607</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Tue, 21 Nov 2023 12:48:57 GMT</pubDate></item><item><title><![CDATA[Reply to Managing vAPPs with XOA on Tue, 21 Nov 2023 05:12:38 GMT]]></title><description><![CDATA[<p dir="auto">vApps are the main reason for me to use XCP-ng Center.</p>
<p dir="auto">For all my systems I always create a vAPP, which I call Start.<br />
The start order for all VMs and the time delay are then stored here.<br />
When you shut down, this list is automatically processed in reverse order.</p>
<p dir="auto"><strong>vApps is one of the features I miss most in XenOrchestra.</strong></p>
<p dir="auto">If necessary, from XCP-ng 8.3 onwards I have to switch to the command line to work with vApps.</p>
]]></description><link>https://xcp-ng.org/forum/post/67598</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/67598</guid><dc:creator><![CDATA[Toni]]></dc:creator><pubDate>Tue, 21 Nov 2023 05:12:38 GMT</pubDate></item><item><title><![CDATA[Reply to Managing vAPPs with XOA on Mon, 12 Sep 2022 18:09:27 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">We tried to add that, but we've seen little benefit in the end, nobody asked neither, so we dropped it.</p>
]]></description><link>https://xcp-ng.org/forum/post/52884</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/52884</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Mon, 12 Sep 2022 18:09:27 GMT</pubDate></item></channel></rss>