Skip to content

v2.4.0

Compare
Choose a tag to compare
@nilic nilic released this 29 Mar 14:32
· 13 commits to master since this release
cf80c0e

FEATURES:

  • rancher2-vsphere-cluster: Added support for global node specifications through module input variables which name starts with node_; this allows parameters such as vSphere template, datacenter, cluster, resource pool, folder, datastore, portgroup, SSH user, SSH password and SSH user group to be set once and then applied for all cluster nodes; value of these parameters can be overridden by setting them locally through node_spec; only input parameters that cannot be set globally and need to be set per each node role using node_spec are number of vCPUs, memory and disk size

IMPROVEMENTS:

  • rancher2-vsphere-cluster: resource pool and VM folder are now optional parameters for cluster nodes; if omitted, nodes will be created in cluster and datacenter root
  • rancher2-vsphere-cluster: updated examples and separated into multiple files