docker-machine-driver-xenserver icon indicating copy to clipboard operation
docker-machine-driver-xenserver copied to clipboard

Set IPAddress parameter, fixing Rancher 2.0 issue

Open fabiorauber opened this issue 6 years ago • 4 comments

When the VM is created and its IP Address is collected, the XenServer machine driver was not setting the IPAddress parameter, expected by Rancher 2.0. This parameter comes from the base machine driver, so it should be set.

fabiorauber avatar Aug 09 '18 18:08 fabiorauber

@facioraber

Have you used this or your fork in Rancher UI?

jonathon2nd avatar Nov 10 '20 16:11 jonathon2nd

@jonathon2nd, i'm using my fork within Rancher, to create VMs in Rancher node pools: https://github.com/interlegis/docker-machine-driver-xcp

fabiorauber avatar Nov 10 '20 18:11 fabiorauber

@facioraber is there a guide which I can refer to for using your fork in Rancher? I have added the node driver from here and I am looking at "XCP URL for boot2docker image" now. Is that referring to this: https://github.com/boot2docker/boot2docker/releases/tag/v19.03.12?

I won't actually be able to use this the way I intended. I was going to use this driver as part of a hybrid cluster, with the Openstack driver for public cloud. But I found out you currently can not mix them https://github.com/rancher/rancher/issues/26330. I may use this later for purely 'on prem'. Thank you for the assistance.

jonathon2nd avatar Nov 10 '20 19:11 jonathon2nd

Answering your question @jonathon2nd, it refers to a valid boot2docker ISO image file URL. If you specify a different OS Template name with --xcp-os-template variable, then the boot2docker URL is not used. I'm currently using it for purely on-prem clusters.

fabiorauber avatar Nov 10 '20 20:11 fabiorauber