Skip to content
#

xen

Here are 102 public repositories matching this topic...

chafey
chafey commented Feb 26, 2018

I am brand new to xen server, terraform and go but eventually got it working. Here are my notes for getting this working with ubuntu 16.04, xen server 7.3 and terraform 0.11.3

a) Install the version of go that terraform depends on. As of 0.11.3, terraform depends on go 1.10, ubuntu includes an older version. Updating ubuntu to the correct version requires several steps described here: https:

HeyMerlin
HeyMerlin commented Nov 5, 2019

The help for xen-create-image states that multiple space separated nameservers are allowed. However the checkOption sub, called by parseCommandLineArguments, validates the value as a single ipv4.

# xen-create-image --verbose \
>   --hostname=crow \
>   --mac=00:16:3e:00:00:25 \
>   --ip=192.168.18.202 \
>   --netmask=255.255.255.0 \
>   --gateway=192.168.18.255 \
>   --nameserver="1
tasket
tasket commented Jan 4, 2019

A good testing regime could include the following:

  • Perform an initial backup
  • Verify volume
  • Perform an incremental backup
  • Verify volume
  • Prune first backup
  • Verify volume
  • Diff volume (cross-check with source vol data)

Changing program_name in the code could allow the test data set to be created under a different base folder name without interfering with real-life back

moisei
moisei commented Jan 28, 2020

Would be nice to have an option to specify disk description in the terraform script.
Something like:

resource "xenorchestra_vm" "vm1" {
...
 disk {
    sr_id      = "111111111-22222-333-444-555555555"
    name_label = var.vm_name
    name_description = "MY DISK DESCRIPTION"
    size = 21474836480
  }
}

Thank you.

Improve this page

Add a description, image, and links to the xen topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xen topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.