You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
931 B

  1. variable "cluster_name" {}
  2. variable "number_of_k8s_masters" {}
  3. variable "number_of_k8s_masters_no_etcd" {}
  4. variable "number_of_etcd" {}
  5. variable "number_of_k8s_masters_no_floating_ip" {}
  6. variable "number_of_k8s_masters_no_floating_ip_no_etcd" {}
  7. variable "number_of_k8s_nodes" {}
  8. variable "number_of_k8s_nodes_no_floating_ip" {}
  9. variable "number_of_bastions" {}
  10. variable "number_of_gfs_nodes_no_floating_ip" {}
  11. variable "gfs_volume_size_in_gb" {}
  12. variable "public_key_path" {}
  13. variable "image" {}
  14. variable "image_gfs" {}
  15. variable "ssh_user" {}
  16. variable "ssh_user_gfs" {}
  17. variable "flavor_k8s_master" {}
  18. variable "flavor_k8s_node" {}
  19. variable "flavor_etcd" {}
  20. variable "flavor_gfs_node" {}
  21. variable "network_name" {}
  22. variable "flavor_bastion" {}
  23. variable "network_id" {}
  24. variable "k8s_master_fips" {
  25. type = "list"
  26. }
  27. variable "k8s_node_fips" {
  28. type = "list"
  29. }
  30. variable "bastion_fips" {
  31. type = "list"
  32. }