<?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[Xen-Orchestra Terraform provider and Windows]]></title><description><![CDATA[<p dir="auto"><strong>Edit:</strong> I see now this should probably have been put in the Xen Orchestra forums - can it be moved?   Sorry!</p>
<p dir="auto">Hello All</p>
<p dir="auto">Having read the recent Terraform and Cloud-init blogs and emails over the past year or so, we decided to use Terraform to deploy our VMs.</p>
<p dir="auto">Unfortunately, it sounds like nobody has tried doing this with Windows VMs.  If you have, or know anybody who has... PLEASE let me know what I'm doing wrong here.</p>
<p dir="auto">We have followed the tutorials and online examples in creating the Terraform configurations correctly. And it works. Cloud-init creates the 10MB "nocloud" configuration drive and the VM starts successfully.</p>
<p dir="auto">Joy!</p>
<p dir="auto">Except...</p>
<p dir="auto">Cloudbase-Init (the cloud-init compatible service for Windows) is unable to mount the config drive. It "sees" it as an unformatted drive. I can have Windows format it. But there's nothing I can do to mount it.</p>
<p dir="auto">I have verified that it IS creating the drive  - I disconnected the VDI from the Windows VM, attached it to a Linux VM and presto - I can mount the drive, and I see all the configuration that I've written to it with Terraform.</p>
<p dir="auto">I thought maybe the Terraform-Provider guys/gals might be interested (<a href="https://github.com/terra-farm/terraform-provider-xenorchestra/issues/229" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/terra-farm/terraform-provider-xenorchestra/issues/229</a>), but they indicated that this would be controlled by how XO creates the cloud-init drive.</p>
<p dir="auto">I'm here to say -- whatever you're doing, Windows can't mount it.  I have been reading a LOT of material online - I can see other hypervisors doing this for Windows VMs and Terraform, just nobody else (but me, apparently) has tried it with XO.</p>
<p dir="auto"><strong>I'm hoping you have some easy advice</strong> for something that I have missed, so I can get on with my projects.   <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ab1daa29750" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">If not - please consider including someway of formatting this config drive that it can be mounted by both Linux and Windows VMs, not just Linux VMs.</p>
<p dir="auto">Thank you for your time</p>
<p dir="auto">Mike</p>
<div class="row github-embeds-container">

<div class="col-md-6">
<div class="github-embed card">
<div class="card-body">

<div class="meta">
<img class="author-picture not-responsive" src="https://avatars.githubusercontent.com/u/125576238?v=4" title="Roche-Mike" />
<a href="https://github.com/Roche-Mike"><span class="username">Roche-Mike</span></a> created this issue <span class="timeago" title="2023-03-14T22:54:42Z"></span> in <a href="//github.com/terra-farm/terraform-provider-xenorchestra">terra-farm/terraform-provider-xenorchestra</a>
</div>
<h3>
<span class="badge open float-end">open</span>
<a href="https://github.com/vatesfr/terraform-provider-xenorchestra/issues/229">Windows VMs unable to mount config drive</a>
<span class="number">#229</span>
</h3>



</div>
</div>
</div>

</div>]]></description><link>https://xcp-ng.org/forum/topic/7082/xen-orchestra-terraform-provider-and-windows</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 16:39:13 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/7082.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Mar 2023 20:35:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Thu, 20 Jul 2023 05:21:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/rochemike" aria-label="Profile: rochemike">@<bdi>rochemike</bdi></a><br />
I had the same issue as you did.</p>
<p dir="auto">To get around this error.<br />
"│ Error: jsonrpc2: code 10 message: invalid parameters: {"errors":[{"instancePath":"/VIFs/0/mac","schemaPath":"#/properties/VIFs/items/properties/mac/minLength","keyword":"minLength","params":{"limit":1},"message":"must NOT have fewer than 1 characters"}]}<br />
│<br />
│   with xenorchestra_vm.rbbmspcs2,<br />
│   on <a href="http://vm-windows.tf" target="_blank" rel="noopener noreferrer nofollow ugc">vm-windows.tf</a> line 19, in resource "xenorchestra_vm""rbbmspcs2":<br />
│   19: resource "xenorchestra_vm""rbbmspcs2" {"</p>
<p dir="auto">I modified the tf file to pass a mac_address</p>
<pre><code>network {
  network_id = data.xenorchestra_network.cladevops01net1.id
  mac_address = be:d0:74:96:5a:66
}
</code></pre>
<p dir="auto">It would then go and create the VM but once created. I'd log into XO, delete the VIF and readd it to get the randomized MAC address.</p>
<p dir="auto">Please note that I also tried mac_address = null and mac_address = random which also failed.</p>
<p dir="auto">Hope it helps.</p>
]]></description><link>https://xcp-ng.org/forum/post/64068</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/64068</guid><dc:creator><![CDATA[vinh.q.nguyen]]></dc:creator><pubDate>Thu, 20 Jul 2023 05:21:40 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Fri, 14 Jul 2023 19:56:51 GMT]]></title><description><![CDATA[<p dir="auto">I meant the template you're using to clone which is Windows.</p>
<p dir="auto">Is it a Windows Server VM with Cloudbase-Init installed, then converted to a template?</p>
]]></description><link>https://xcp-ng.org/forum/post/63942</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63942</guid><dc:creator><![CDATA[gsrfan01]]></dc:creator><pubDate>Fri, 14 Jul 2023 19:56:51 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Fri, 14 Jul 2023 19:48:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/gsrfan01" aria-label="Profile: gsrfan01">@<bdi>gsrfan01</bdi></a> I don't know what to say. I have just tried to use 2 different TF files I was using to deploy Windows templates in XOA - I was not experiencing any of these errors before.</p>
<p dir="auto">Now I am, and I am not having a good time of figuring out what is causing this.</p>
<p dir="auto">Not sure what Windows could have to do with it - I'm running these commands on a RHEL Linux host - the errors occurs almost immediately after the command runs.</p>
<p dir="auto">Very frustrating.</p>
]]></description><link>https://xcp-ng.org/forum/post/63941</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63941</guid><dc:creator><![CDATA[rochemike]]></dc:creator><pubDate>Fri, 14 Jul 2023 19:48:56 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Fri, 14 Jul 2023 19:39:14 GMT]]></title><description><![CDATA[<p dir="auto">I'm curious if this is something with Windows, does it work on an Ubuntu VM with cloud-init?</p>
]]></description><link>https://xcp-ng.org/forum/post/63940</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63940</guid><dc:creator><![CDATA[gsrfan01]]></dc:creator><pubDate>Fri, 14 Jul 2023 19:39:14 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Fri, 14 Jul 2023 18:13:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/gsrfan01" aria-label="Profile: gsrfan01">@<bdi>gsrfan01</bdi></a></p>
<p dir="auto">Here is my current <a href="http://vm.tf" target="_blank" rel="noopener noreferrer nofollow ugc">vm.tf</a> file</p>
<pre><code>data "xenorchestra_pool" "pool" {
  name_label = "b500-2555 Server Room"
}

data "xenorchestra_template" "vm_template" {
  name_label = "rbbmswsoe2019s_2023-02-28"
}

data "xenorchestra_sr" "sr" {
  name_label = "nfs-isilon-xcpng-b500-2555"
   pool_id = "d27d1ac8-696a-78c6-e44f-444d1d10b5aa"
#  pool_id = data.xenorchestra_pool.pool.id
}

data "xenorchestra_network" "network" {
  name_label = "VLAN113"
   pool_id = "d27d1ac8-696a-78c6-e44f-444d1d10b5aa"
#  pool_id = data.xenorchestra_pool.pool.id
}

resource "xenorchestra_vm" "rbbmspcs2" {
  memory_max = 8589934594
  cpus = 2
  name_label = "XO terraform tutorial"
  affinity_host = data.xenorchestra_pool.pool.master
  template = data.xenorchestra_template.vm_template.id

  network {
    network_id = data.xenorchestra_network.network.id
}

  disk {
    sr_id = data.xenorchestra_sr.sr.id
    name_label = "VM boot drive"
    size = 50212254720
  }
}
</code></pre>
<p dir="auto">I'm still getting this error</p>
<pre><code>
│ Error: jsonrpc2: code 10 message: invalid parameters: {"errors":[{"instancePath":"/VIFs/0/mac","schemaPath":"#/properties/VIFs/items/properties/mac/minLength","keyword":"minLength","params":{"limit":1},"message":"must NOT have fewer than 1 characters"}]}
│
│   with xenorchestra_vm.rbbmspcs2,
│   on vm.tf line 22, in resource "xenorchestra_vm" "rbbmspcs2":
│   22: resource "xenorchestra_vm" "rbbmspcs2" {
│
╵

</code></pre>
<p dir="auto">I am not understanding this.  Lin 22 is in the resource section for the VM.</p>
]]></description><link>https://xcp-ng.org/forum/post/63937</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63937</guid><dc:creator><![CDATA[rochemike]]></dc:creator><pubDate>Fri, 14 Jul 2023 18:13:39 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Fri, 14 Jul 2023 17:50:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/rochemike" aria-label="Profile: rochemike">@<bdi>rochemike</bdi></a> Based on the TF snippet that you pasted earlier you're declaring the pool's name but not the UUID. The <code>pool_id</code> in <code>xenorchestra_network</code> needs to be the UUID to work. I tried both the name and the UUID on my end and failed with the name but worked with the UUID.</p>
<pre><code class="language-sh">data "xenorchestra_pool" "pool" {
  name_label = "b500-2555 Server Room"
}
...
data "xenorchestra_network" "network" {
  name_label = "VLAN113" 
  pool_id = data.xenorchestra_pool.pool.id
}
...
  network {
    network_id = data.xenorchestra_network.network.id
  }
...
}
</code></pre>
<p dir="auto">You may be able to skip the <code>pool_id</code> entirely based on the <a href="https://registry.terraform.io/providers/terra-farm/xenorchestra/latest/docs/resources/vm" target="_blank" rel="noopener noreferrer nofollow ugc">Terrafarm docs</a>. This seems to work on my end.</p>
<p dir="auto">That would look like the below assuming you don't have VLAN113 on another pool visible to Xen Orchestra.</p>
<pre><code class="language-sh">data "xenorchestra_network" "net" {
  name_label = "VLAN113"
}
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/63936</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63936</guid><dc:creator><![CDATA[gsrfan01]]></dc:creator><pubDate>Fri, 14 Jul 2023 17:50:09 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Fri, 14 Jul 2023 17:32:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/gsrfan01" aria-label="Profile: gsrfan01">@<bdi>gsrfan01</bdi></a></p>
<p dir="auto">so you're saying paste in the literal UUID</p>
<pre><code>pool_id = "d27d1ac8-696a-78c6-e44e-444d1d10b5bb"
</code></pre>
<p dir="auto">instead of referencing it like this?</p>
<pre><code>pool_id = data.xenorchestra_pool.pool.id
</code></pre>
<p dir="auto">This referenced version worked just fine in March... do I now have to change every instance of this pool_id definition thoughout my TF file?</p>
]]></description><link>https://xcp-ng.org/forum/post/63934</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63934</guid><dc:creator><![CDATA[rochemike]]></dc:creator><pubDate>Fri, 14 Jul 2023 17:32:47 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Fri, 14 Jul 2023 17:29:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/rochemike" aria-label="Profile: rochemike">@<bdi>rochemike</bdi></a> Sorry that's on me, you want to set the UUID like below, replace YOUR_POOL_UUID with the pool UUID, make sure it stays wrapped in quotes.</p>
<pre><code class="language-sh">data "xenorchestra_network" "net" {
  name_label = var.network
  pool_id = "YOUR_POOL_UUID"
}

</code></pre>
<p dir="auto">I set mine as a variable during an Ansible playbook that writes it to a <code>terraform.tfvars</code> file providing the <code>var.pool_uuid</code> alongside others.</p>
]]></description><link>https://xcp-ng.org/forum/post/63933</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63933</guid><dc:creator><![CDATA[gsrfan01]]></dc:creator><pubDate>Fri, 14 Jul 2023 17:29:00 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Fri, 14 Jul 2023 17:19:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/gsrfan01" aria-label="Profile: gsrfan01">@<bdi>gsrfan01</bdi></a></p>
<p dir="auto">I updated that stanza as follows</p>
<pre><code>data "xenorchestra_network" "network" {
  name_label = "VLAN113"
  pool_id = var.pool_uuid
}
</code></pre>
<p dir="auto">Now I can't get past "terraform plan" because "pool_uuid" hasn't been declared.</p>
<pre><code>╷
│ Error: Reference to undeclared input variable
│
│   on vm.tf line 16, in data "xenorchestra_network" "network":
│   16:   pool_id = var.pool_uuid
│
│ An input variable with the name "pool_uuid" has not been declared. This variable can be declared with a variable "pool_uuid" {} block.
╵
</code></pre>
<p dir="auto">No amount of googling is helping me to figure out how to declare "var.pool_uuid"</p>
]]></description><link>https://xcp-ng.org/forum/post/63932</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63932</guid><dc:creator><![CDATA[rochemike]]></dc:creator><pubDate>Fri, 14 Jul 2023 17:19:15 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Fri, 14 Jul 2023 15:46:36 GMT]]></title><description><![CDATA[<p dir="auto">I'm wondering if it's because there is no pool UUID specified in your config.</p>
<p dir="auto">Working bottom up we have your network which references the <code>xenorchestra_network</code> object</p>
<pre><code>network {
    network_id = data.xenorchestra_network.network.id
}
</code></pre>
<p dir="auto">Which is this, specifying the network name and references <code>xenorchestra_pool</code> for the pool information</p>
<pre><code>data"xenorchestra_network""network" {
  name_label = "VLAN113"
  pool_id = data.xenorchestra_pool.pool.id
}
</code></pre>
<p dir="auto">Which specifies the name of the pool.</p>
<pre><code>data"xenorchestra_pool""pool" {
   name_label = "b500-2555 Server Room"
}
</code></pre>
<p dir="auto">My config has the name of the network and the UUID of the pool that network resides on. I tried swapping it over to the pool name and my script errors out at applying the terraform configuration, swapping it over to the UUID of the pool worked though.</p>
<pre><code>data "xenorchestra_network" "net" {

  name_label = var.network. 
  pool_id = var.pool_uuid

}
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/63931</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63931</guid><dc:creator><![CDATA[gsrfan01]]></dc:creator><pubDate>Fri, 14 Jul 2023 15:46:36 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Fri, 14 Jul 2023 15:21:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/gsrfan01" aria-label="Profile: gsrfan01">@<bdi>gsrfan01</bdi></a> I'm up-to-date as far as I can tell.</p>
<p dir="auto">Current version: 5.84.0</p>
<p dir="auto">I just want to build a VM to test another feature - what can I do to get past this message?  I can't find a way to define VIFs in Terraform for XO.</p>
]]></description><link>https://xcp-ng.org/forum/post/63929</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63929</guid><dc:creator><![CDATA[rochemike]]></dc:creator><pubDate>Fri, 14 Jul 2023 15:21:43 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Fri, 14 Jul 2023 14:45:00 GMT]]></title><description><![CDATA[<p dir="auto">What is your version of XO? There was a breaking change a few months back that required a MAC address to be defined but was changed. It's fixed now so if you update to the latest version it would fix it.</p>
<p dir="auto">Though I can't find it now, I remember having to roll back a version until it was fixed. Might be mixing this up with the affinity host actually...</p>
<p dir="auto">In case this is useful, here is my ubuntu TF</p>
<pre><code>data "xenorchestra_pool" "pool" {
    name_label = var.pool_name
}

data "xenorchestra_template" "template" {
    name_label = var.vmtemplate
}

data "xenorchestra_network" "net" {
  name_label = var.network
  pool_id = var.pool_uuid
}

resource "xenorchestra_cloud_config" "bar" {
  name = "cloud config name"
  # Template the cloudinit if needed
  template = templatefile("cloud_config.tftpl", {
    hostname = var.hostname
  })
}

resource "xenorchestra_cloud_config" "net" {
  name = "cloud network config name"
  # Template the cloudinit if needed
  template = templatefile("cloud_network_config.tftpl", {
  })
}


resource "xenorchestra_vm" "bar" {
    memory_max = var.ram
    cpus  = var.cpus
    cloud_config = xenorchestra_cloud_config.bar.template
    cloud_network_config = xenorchestra_cloud_config.net.template
    name_label = var.name_label
    name_description = var.name_description
    template = data.xenorchestra_template.template.id

    # Prefer to run the VM on the primary pool instance
    affinity_host = data.xenorchestra_pool.pool.master
    network {
      network_id = data.xenorchestra_network.net.id
    }

    disk {
      sr_id = var.disk_sr
      name_label = var.disk_name
      size = var.disk_size 
    }

    tags = [
      "Nightly Backup"
    ]

    wait_for_ip = true

    // Override the default create timeout from 5 mins to 20.
    timeouts {
      create = "20m"
    }
}
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/63924</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63924</guid><dc:creator><![CDATA[gsrfan01]]></dc:creator><pubDate>Fri, 14 Jul 2023 14:45:00 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Thu, 13 Jul 2023 20:59:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/florent" aria-label="Profile: florent">@<bdi>florent</bdi></a> hello, I'm sorry for the delay.</p>
<p dir="auto">Yes, and I'm getting errors.</p>
<p dir="auto">right after "terraform apply" and answering "yes" to the prompt, I got this:</p>
<pre><code>xenorchestra_vm.rbbmspcs2: Creating...
╷
│ Error: jsonrpc2: code 10 message: invalid parameters: {"errors":[{"instancePath":"/affinityHost","schemaPath":"#/properties/affinityHost/minLength","keyword":"minLength","params":{"limit":1},"message":"must NOT have fewer than 1 characters"},{"instancePath":"/VIFs/0/mac","schemaPath":"#/properties/VIFs/items/properties/mac/minLength","keyword":"minLength","params":{"limit":1},"message":"must NOT have fewer than 1 characters"}]}
│
│   with xenorchestra_vm.rbbmspcs2,
│   on vm.tf line 19, in resource "xenorchestra_vm" "rbbmspcs2":
│   19: resource "xenorchestra_vm" "rbbmspcs2" {
│
╵
</code></pre>
<p dir="auto">So... I did some Googling and <a href="https://github.com/terra-farm/terraform-provider-xenorchestra/issues/243" target="_blank" rel="noopener noreferrer nofollow ugc">found that another person was experiencing a similar issue recently</a>, so I added the following line to my tf file:</p>
<pre><code>affinity_host = data.xenorchestra_pool.pool.master
</code></pre>
<p dir="auto">Now, I'm getting this error - and I can't figure out a solution on my own. Any ideas?  I haven't toyed with my TF files in months, ever since I reported this, and wasn't getting these errors back then.</p>
<pre><code>xenorchestra_vm.rbbmspcs2: Creating...
╷
│ Error: jsonrpc2: code 10 message: invalid parameters: {"errors":[{"instancePath":"/VIFs/0/mac","schemaPath":"#/properties/VIFs/items/properties/mac/minLength","keyword":"minLength","params":{"limit":1},"message":"must NOT have fewer than 1 characters"}]}
│
│   with xenorchestra_vm.rbbmspcs2,
│   on vm-windows.tf line 19, in resource "xenorchestra_vm" "rbbmspcs2":
│   19: resource "xenorchestra_vm" "rbbmspcs2" {
│
╵
</code></pre>
<p dir="auto">Here follows the simplified TF file I've been using, with the new "affinity_host" line:</p>
<pre><code>data "xenorchestra_pool" "pool" {
  name_label = "b500-2555 Server Room"
}

data "xenorchestra_template" "vm_template" {
  name_label = "rbbmswsoe2019s_2023-02-28"
}

data "xenorchestra_sr" "sr" {
  name_label = "nfs-isilon-xcpng-b500-2555"
  pool_id = data.xenorchestra_pool.pool.id
}

data "xenorchestra_network" "network" {
  name_label = "VLAN113"
  pool_id = data.xenorchestra_pool.pool.id
}

resource "xenorchestra_vm" "rbbmspcs2" {
  memory_max = 8589934594
  cpus = 2
  name_label = "XO terraform tutorial"
  affinity_host = data.xenorchestra_pool.pool.master
  template = data.xenorchestra_template.vm_template.id

  network {
    network_id = data.xenorchestra_network.network.id
  }

  disk {
    sr_id = data.xenorchestra_sr.sr.id
    name_label = "VM boot drive"
    size = 50212254720
  }
}
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/63923</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63923</guid><dc:creator><![CDATA[rochemike]]></dc:creator><pubDate>Thu, 13 Jul 2023 20:59:16 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Mon, 26 Jun 2023 09:45:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/rochemike" aria-label="Profile: rochemike">@<bdi>rochemike</bdi></a> hi mike did  you have time to test ?</p>
]]></description><link>https://xcp-ng.org/forum/post/63499</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63499</guid><dc:creator><![CDATA[florent]]></dc:creator><pubDate>Mon, 26 Jun 2023 09:45:25 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Thu, 15 Jun 2023 15:11:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/rochemike" aria-label="Profile: rochemike">@<bdi>rochemike</bdi></a> patch done this morning</p>
]]></description><link>https://xcp-ng.org/forum/post/63289</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63289</guid><dc:creator><![CDATA[florent]]></dc:creator><pubDate>Thu, 15 Jun 2023 15:11:36 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Wed, 14 Jun 2023 15:53:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/florent" aria-label="Profile: florent">@<bdi>florent</bdi></a> ticket opened!</p>
]]></description><link>https://xcp-ng.org/forum/post/63255</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63255</guid><dc:creator><![CDATA[rochemike]]></dc:creator><pubDate>Wed, 14 Jun 2023 15:53:21 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Wed, 14 Jun 2023 14:18:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/rochemike" aria-label="Profile: rochemike">@<bdi>rochemike</bdi></a> great,  that will be even easier</p>
<p dir="auto">can you open a support ticket and open a support tunnel ? I will connect and patch your installation</p>
]]></description><link>https://xcp-ng.org/forum/post/63251</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63251</guid><dc:creator><![CDATA[florent]]></dc:creator><pubDate>Wed, 14 Jun 2023 14:18:58 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Wed, 14 Jun 2023 14:14:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/florent" aria-label="Profile: florent">@<bdi>florent</bdi></a> XOA</p>
]]></description><link>https://xcp-ng.org/forum/post/63250</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63250</guid><dc:creator><![CDATA[rochemike]]></dc:creator><pubDate>Wed, 14 Jun 2023 14:14:29 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Wed, 14 Jun 2023 08:54:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/rochemike" aria-label="Profile: rochemike">@<bdi>rochemike</bdi></a> I can help you for this</p>
<p dir="auto">Do you use XO from the source or a XOA ?</p>
]]></description><link>https://xcp-ng.org/forum/post/63243</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63243</guid><dc:creator><![CDATA[florent]]></dc:creator><pubDate>Wed, 14 Jun 2023 08:54:58 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Tue, 13 Jun 2023 15:49:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/florent" aria-label="Profile: florent">@<bdi>florent</bdi></a> I confess I'm still new to things like "branches" I understand the concepts but am unsure how to go forward. Should I just wait until after the changes go live, or is there some way to test them before then?</p>
]]></description><link>https://xcp-ng.org/forum/post/63189</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63189</guid><dc:creator><![CDATA[rochemike]]></dc:creator><pubDate>Tue, 13 Jun 2023 15:49:57 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Tue, 13 Jun 2023 15:11:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/rochemike" aria-label="Profile: rochemike">@<bdi>rochemike</bdi></a> for now the patch lives in a separate branch,  it will reach master soon<br />
it will on <code>latest</code> XOA by the end of the month</p>
]]></description><link>https://xcp-ng.org/forum/post/63188</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63188</guid><dc:creator><![CDATA[florent]]></dc:creator><pubDate>Tue, 13 Jun 2023 15:11:14 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Tue, 13 Jun 2023 14:57:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/florent" aria-label="Profile: florent">@<bdi>florent</bdi></a> Great news!  I'm eager to test, but tied up. I hope to get to it within the next 1-2 weeks.</p>
<p dir="auto">Is there anything special I need to do from my end, or is the patch live?</p>
<p dir="auto">Mike</p>
]]></description><link>https://xcp-ng.org/forum/post/63187</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63187</guid><dc:creator><![CDATA[rochemike]]></dc:creator><pubDate>Tue, 13 Jun 2023 14:57:44 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Tue, 13 Jun 2023 09:43:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/rochemike" aria-label="Profile: rochemike">@<bdi>rochemike</bdi></a> hi,</p>
<p dir="auto">I did some test on a branch (adding a MBR at the beginning of the cloud init drive) : <a href="https://github.com/vatesfr/xen-orchestra/pull/6889" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/vatesfr/xen-orchestra/pull/6889</a> it should fix the windows problem. Can you test it ?</p>
<p dir="auto">Regards</p>
<div class="row github-embeds-container">

<div class="col-md-6">
<div class="github-embed card">
<div class="card-body">


<div class="meta">
<img class="author-picture not-responsive" src="https://avatars.githubusercontent.com/u/50174?v=4" title="fbeauchamp" />
<a href="https://github.com/fbeauchamp"><span class="username">fbeauchamp</span></a> opened this pull request <span class="timeago" title="2023-06-12T16:23:03Z"></span> in <a href="//github.com/vatesfr/xen-orchestra">vatesfr/xen-orchestra</a>
</div>
<h3>

<span class="badge closed float-end">closed</span>

<a href="https://github.com/vatesfr/xen-orchestra/pull/6889">feat(xo-server): add MBR to cloud-init drive</a>
<span class="number">#6889</span>
</h3>


</div>
</div>
</div>

</div>]]></description><link>https://xcp-ng.org/forum/post/63164</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63164</guid><dc:creator><![CDATA[florent]]></dc:creator><pubDate>Tue, 13 Jun 2023 09:43:39 GMT</pubDate></item><item><title><![CDATA[Reply to Xen-Orchestra Terraform provider and Windows on Wed, 22 Mar 2023 12:37:46 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'm happy to help test if that kind of help is needed.</p>
<p dir="auto">Mike</p>
]]></description><link>https://xcp-ng.org/forum/post/60167</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/60167</guid><dc:creator><![CDATA[rochemike]]></dc:creator><pubDate>Wed, 22 Mar 2023 12:37:46 GMT</pubDate></item></channel></rss>