This message was deleted.
# general
s
This message was deleted.
a
Guys, any ideas ?
b
please provide more details about what you want to achieve
a
I want create vms on 3 hypervisors from single stack, but there is only one libvirt host connection string in sdk

https://i.imgur.com/eIMjfbt.png

e
I have never used libvirt, but you can probably use a provider to achieve this.
b
I haven't used librvirt with pulumi but I see that you can create a libvirt provider for finer grained control
e
From what I can see, there is a
uri
field in the provider.
b
heh
e
😄
@abundant-architect-1715 Which language are you using?
b
getting two redundant answers is still better then getting none 🙂
e
True!
a
@elegant-window-55250 I write on go
Guys thanks, provider works)) And one more question, can I run several providers parallel ?
goroutines or threads ?
b
in my opinion you will have little control over parallelism. Resource provisioning itself is managed by pulumi engine (it decides when to provision a resource). The resource is not provisioned when your code is executed - in the phase merely a "plan what to do" is constructed
a
thinks, get it