Skip to content

Releases: vmware/terraform-google-avi-alb-deployment-gcp

v1.0.9

19 Nov 13:00
Compare
Choose a tag to compare

v1.0.8

13 Mar 05:13
Compare
Choose a tag to compare

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

10 Mar 21:45
Compare
Choose a tag to compare

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

28 Feb 07:24
Compare
Choose a tag to compare

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

09 Dec 05:41
Compare
Choose a tag to compare
  • Fix gslb add sites task

v1.0.4

09 Dec 02:50
Compare
Choose a tag to compare
  • Fix issue with GSLB SE Group reference when creating DNS VS
  • Update GSLB example in README

v1.0.3

08 Dec 23:28
Compare
Choose a tag to compare
  • 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 the networks parameter of the configure_ipam_profile variable. A new enabled 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 the configure_gslb variable. The configure_gslb_additional_sites var is no longer need and additional sites will be added with the optional additional_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. The dns_service_domain variable is now found as the usable_domains parameter in the configure_dns_profile variable.
  • Various Day1/2 Ansible playbook improvements

Feature Release - Add support for patch upgrades

28 Jul 16:06
Compare
Choose a tag to compare
  • 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

25 Jul 00:00
Compare
Choose a tag to compare
  • 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

20 Jul 17:19
Compare
Choose a tag to compare
v1.0.0

Initial Release