Skip to content

Commit

Permalink
Terraform rebase upstream (#14)
Browse files Browse the repository at this point in the history
* v0.2.1

* Cleanup after v0.2.1 release

* Create horizon_l7_l4_sharedvip_vcenter.tf

* Create variables.tf

* Create horizon_l4only.tf

* Create variables.tf

* Av 75946 Updated Terraform resources and data sources from 18.2.7 (#22)

* updating avi for avi_terraform.tgz release 18.2.6

* updating website for avi_terraform.tgz release 18.2.6

* Updated travis.yml to clone repo properly (#10)

* Updated travis.yml to clone repo properly

* Added email for notification

* updating avi for avi_terraform.tgz release 18.2.6

* updating website for avi_terraform.tgz release 18.2.6

* Updated travis.yml to clone repo properly (#10)

* Updated travis.yml to clone repo properly

* Added email for notification

* Updated notification email (#12)

* Updated terraform resources, data sources and website docs

  Author:    Rohan Suryawanshi <[email protected]>

* Updated go sdk to 18.2.7

* Updated the go clients with go fmt

Co-authored-by: Kiron Haltore <[email protected]>
Co-authored-by: Gaurav Rastogi <[email protected]>

Co-authored-by: Reghunath Rajendran <[email protected]>
Co-authored-by: Rohan Suryawanshi <[email protected]>
Co-authored-by: Kiron Haltore <[email protected]>
Co-authored-by: Gaurav Rastogi <[email protected]>
  • Loading branch information
5 people authored and Yograj Shisode committed Apr 7, 2020
1 parent e019859 commit 55fa68c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Horizon/SharedViP/variables.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#variables required for configuration of Avi for Horizon deployment in a shared VIP with L7 and L4 Virtual Services.

variable "ipaddr_placement" {}
variable "mgmt_net" {}
variable "cloud_name" {}
variable "ip_vip" {}
variable "domain_name" {}
variable "avi_controller" {}
variable "avi_username" {}
variable "avi_password" {}
variable "avi_api_version" {}
variable "pool_server1" {}
variable "pool_server2" {}
variable "app_profile" {}
variable "horizon_cert" {}
variable "horizon_hm" {}
variable "udp_profile" {}
variable "tcp_profile" {}
variable "ip_group" {}
variable "ssl_profile" {}
variable "l4_pool" {}
variable "l4_app_profile" {}
variable "l7_pool" {}
variable "l7_vs" {}
variable "l4_vs" {}
variable "ip_vip_l4" {}
variable "l4_domain_name" {}

0 comments on commit 55fa68c

Please sign in to comment.