Dom Delnano

Results 266 comments of Dom Delnano

@ranjith-hash please provide your terraform code and logs so we can better understand what you mean by "not updating my cloud init i cloud able to update using cloudinit_config". When...

@m0ps actually I think the issue is that the provider "variables" don't work 😑. The [NewClient function](https://github.com/terra-farm/terraform-provider-xenorchestra/blob/master/client/client.go#L30) I use everywhere pulls the creds from environment variables and doesn't use the...

@m0ps the ws and wss was fixed in #11. Notice that I introduced a breaking change (XOA_HOST => XOA_URL). This provider has still not had a tagged release yet so...

What pool does `idmbs-hv002` exist on? My setup is currently 1 host and the vm resource does not use pool id. I'm wondering if it's trying to create the VM...

Hm after looking into this more the xo api does not support setting the pool id. I know the web UI allows you to select which pool the VM will...

@7ojo sorry I've been through moving aparments and a few trips the past few weeks. Can you explain more about your Xenserver setup (how many hosts, etc)? > Error: no...

@4censord apologies for the late reply. This code change definitely accomplishes the use case mentioned in #194, however, I want to make sure that we only allow this in the...

> This entails changes to the client code, so we problably want to wait until https://github.com/terra-farm/terraform-provider-xenorchestra/pull/176 is merged. I've just closed #176. See my final comment for more details, but...

It seems that Hashicorp [sentinel](https://docs.hashicorp.com/sentinel/imports/units) supports something similar to this. Unfortunately that is only an enterprise feature. I would prefer the data source or similar route because I don't think...

@Daniel-Avo this is likely something that can be supported but I'll need some additional information on how you are trying to use this. As of right now, you can launch...