@@ -3,38 +3,47 @@ provider "libvirt" {
33 uri = " qemu:///system"
44}
55
6-
76# you can only uncomment either "distributed_topology or basic_topology module" for deployment and gives specefied variable values
87
8+
99# importing all modues from module directory
1010
11- # uncomment for distributed techonology
12- # module "distributed_topology" {
1311
14- # For Distributed all node images path required.
1512
16- # source = "modules/distributed_topology/"
17- # proxy_img_path = "paste_proxy_image_path"
18- # mng_img_path = "paste_management_image_path"
19- # boot_img_path = "paste_boot_image_path"
20- # worker_img_path = "paste_worker_image_path"
21- # master_img_path = "paste_master_image_path"
13+ module "distributed_topology" {
14+
15+
16+ # For Distributed all node images path required.
17+
18+
19+ source = " modules/distributed_topology/"
20+ proxy_img_path = " paste_proxy_image_path"
21+ mng_img_path = " paste_management_image_path"
22+ boot_img_path = " paste_boot_image_path"
23+ worker_img_path = " paste_worker_image_path"
24+ master_img_path = " paste_master_image_path"
25+
26+
27+ ssh_private_key_path = " paste_path_of_id_rsa"
28+ default_worker = " 1"
29+ extra_worker = " 0"
30+ }
2231
23- # ssh_private_key_path = "paste_path_of_id_rsa"
24- # default_worker = "1"
25- # extra_worker = "0"
26- # }
2732
2833# uncomment for basic topology
2934# module "basic_topology" {
3035
31- # For Basic only master_img_path and worker_img_path is required.
32-
33- # source = "modules/basic_topology/"
34- # worker_img_path ="paste_worker_image_path"
35- # master_img_path ="paste_master_image_path"
3636
37- # ssh_private_key_path = "paste_path_of_id_rsa"
38- # default_worker = "1"
39- # extra_worker = "0"
37+ # For Basic only master_img_path and worker_img_path is required.
38+
39+
40+ # source = "modules/basic_topology/"
41+ # worker_img_path ="paste_worker_image_path"
42+ # master_img_path ="paste_master_image_path"
43+
44+
45+ # ssh_private_key_path = "paste_path_of_id_rsa"
46+ # default_worker = "1"
47+ # extra_worker = "0"
4048# }
49+
0 commit comments