You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enter the provider directory and build the provider
89
+
77
90
```console
78
-
go get github.com/dmacvicar/terraform-provider-libvirt
79
91
cd $GOPATH/src/github.com/dmacvicar/terraform-provider-libvirt
80
92
make install
81
93
```
@@ -163,6 +175,9 @@ Be aware that this variables may be subject to change again in future versions.
163
175
*[sumaform](https://github.com/moio/sumaform)
164
176
sumaform is a way to quickly configure, deploy, test [Uyuni](https://www.uyuni-project.org/) and [SUSE Manager](https://www.suse.com/products/suse-manager/) setups with clients and servers.
Do not forget to download Flatcar Linux image and to add it the pool of your [choice](https://docs.flatcar-linux.org/os/booting-with-libvirt/#choosing-a-channel).
34
+
35
+
You can specify the number of hosts by updating:
36
+
```hcl
37
+
variable "hosts" {
38
+
default = 2
39
+
}
40
+
```
41
+
42
+
(:warning: you will need to update `units/etcd-member.conf` to add or remove or node to the initial cluster :warning:)
43
+
44
+
Add you SSH pub key or provide a hashed password.
45
+
46
+
Finally, `fw_cfg_name` is the "path" where ignition file will be mounted [doc](https://docs.flatcar-linux.org/os/booting-with-libvirt/#creating-the-domain-xml).
0 commit comments