Skip to content

Commit

Permalink
Merge branch 'master' into gr-sync-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Rastogi authored Apr 9, 2020
2 parents 19c9c7a + effa8cf commit c30a663
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 c30a663

Please sign in to comment.