Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nilic authored Mar 29, 2020
1 parent a0d0aca commit cf80c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## 2.4.0 (March 29, 2020)

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
* `rancher2-vsphere-cluster`: Added support for global node specifications through module input variables starting 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
* `rancher2-vsphere-cluster`: updated examples and split them into multiple files

## 2.3.0 (March 28, 2020)
FEATURES:
Expand Down

0 comments on commit cf80c0e

Please sign in to comment.