Releases: vmware/terraform-google-avi-alb-deployment-gcp
Releases · vmware/terraform-google-avi-alb-deployment-gcp
v1.0.9
Full Changelog: v1.0.8...v1.0.9
v1.0.8
Additions
- Add ability to set certificates used for the Portal UI, Secure-Channel, and CA Root/Intermediate certs with the respective portal_certificate, securechannel_certificate, and ca_certificates, variables. Self-signed certificates will be generated and used by default if those variables are not set. Note that the securechannel_certificate variable should only be specified if there is a strict requirement that all certificates used be signed by a specific CA otherwise the default self-signed certificate should be used.
- Add optional parameters to the register_controller variables to set the name and description used when registering the controller with Cloud Services. Otherwise, the default behavior is to use a name/description generated with the name_prefix variable and configure_gslb.site_name parameter if specified.
- Update avi-cloud-services-registration README instructions
Full Changelog: v1.0.7...v1.0.8
v1.0.7
Additions
- Add license_key variable for setting the license when the license_tier variable is set to "ENTERPRISE"
- Remove Eval license when the Avi Controller is licensed
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Add license_tier variable for selecting the default license tier of the controller
- Added new cluster_ip variable for setting the Cluster IP
- Fix Ansible task for setting email configuration with the email_config variable
Full Changelog: v1.0.5...v1.0.6
v1.0.5
- Fix gslb add sites task
v1.0.4
- Fix issue with GSLB SE Group reference when creating DNS VS
- Update GSLB example in README
v1.0.3
- Remove provider block from within the module. The module now requires this to be set before running the module as shown in the README examples.
- Consolidate IPAM configuration variables. The
ipam_networks
variable has been moved to thenetworks
parameter of theconfigure_ipam_profile
variable. A newenabled
parameter has been add to control if the IPAM profile is created. - Consolidate GSLB configuration variables. The
gslb_site_name
,gslb_domains
,additional_gslb_sites
variables are now parameters to theconfigure_gslb
variable. Theconfigure_gslb_additional_sites
var is no longer need and additional sites will be added with the optionaladditional_gslb_sites
parameter. - Consolidate DNS VS creation variables. The
dns_vs_settings
variable parameters has been migrated to the configure_dns_vs variable. - Consolidate Avi DNS Profile variables. The
configure_dns_profile
variable is now a dictionary to support all the parameters for DNS Profile configuration. Thedns_service_domain
variable is now found as theusable_domains
parameter in theconfigure_dns_profile
variable. - Various Day1/2 Ansible playbook improvements
Feature Release - Add support for patch upgrades
- Add support for patch upgrades on deployment with avi_upgrade variables. The README has additional information about the parameters.
- Consolidate variables for the Avi Cloud Registration - It is now a single variable "register_controller"
- Update README with information on avi-upgrade.yml and avi-cloud-services-registration.yml Ansible Day 1 plays.
- Misc updates for consistency across all Cloud modules
Feature Release - Add support for Avi Cloud Services
- Add support for registering Controller with Avi Cloud Services by setting the register_controller and registration_settings variables
- Misc updates to the Ansible tasks for controller setup
Initial Stable Release
v1.0.0 Initial Release