File tree Expand file tree Collapse file tree 8 files changed +19
-20
lines changed Expand file tree Collapse file tree 8 files changed +19
-20
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ provider "aci" {
1313 insecure = true
1414}
1515
16-
1716resource "aci_vlan_pool" "vmm_vlan_pool" {
1817 name = " vlan_pool_P12"
1918 alloc_mode = " dynamic"
Original file line number Diff line number Diff line change 11variable "microsoft_domain" {
22 default = " uni/vmmp-Microsoft"
33}
4-
4+ // Microsoft vmm domain resources
55variable "vmm_domain" {
66 default = " ESX0-leaf102"
77}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ resource "aci_vmm_domain" "ave" {
2626 name = var. vmm_domain
2727 enable_ave = " yes"
2828 mcast_addr = " 239.10.10.10"
29- // create multicast address pool and add that to below relationship.
29+ // create a multicast address pool and add that to below relationship.
3030 // dn ="comp/prov-{name}/ctrlr-{[domName]}-{name}/addrinstdef-{name}"
3131 relation_vmm_rs_dom_mcast_addr_ns = " uni/infra/maddrns-testo"
3232}
Original file line number Diff line number Diff line change 11variable "ave" {
22 default = " uni/vmmp-VMware"
33}
4-
4+ // vmware ave
55variable "vmm_domain" {
66 default = " ESX0-leaf102-ave"
77}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ resource "aci_vlan_pool" "vmm_vlan_pool" {
1818 alloc_mode = " dynamic"
1919}
2020
21- // VMWare vmm domain resources
21+ // VMWare vds vmm domain resources
2222resource "aci_vmm_domain" "vds" {
2323 provider_profile_dn = var. vds
2424 relation_infra_rs_vlan_ns = aci_vlan_pool. vmm_vlan_pool . id
Original file line number Diff line number Diff line change 11variable "vds" {
22 default = " uni/vmmp-VMware"
33}
4-
4+ // vmware vds
55variable "vmm_domain" {
66 default = " ESX0-leaf102-vds"
77}
Original file line number Diff line number Diff line change @@ -15,21 +15,21 @@ provider "aci" {
1515
1616
1717resource "aci_vmm_domain" "vmm_domain_vds_01" {
18- // // access_mode = "read-write"
19- // // ave_time_out = "30"
20- // // config_infra_pg = "no"
21- // // ctrl_knob = "epDpVerify"
22- // // enable_ave = "no"
23- // // enable_tag = "no"
24- // // encap_mode = "unknown"
25- // // enf_pref = "hw"
26- // // ep_inventory_type = "on-link"
27- // // ep_ret_time = "0"
28- // // hv_avail_monitor = "no"
29- // // mcast_addr = "0.0.0.0"
30- // // mode = "default"
18+ access_mode = " read-write"
19+ ave_time_out = " 30"
20+ config_infra_pg = " no"
21+ ctrl_knob = " epDpVerify"
22+ enable_ave = " no"
23+ enable_tag = " no"
24+ encap_mode = " unknown"
25+ enf_pref = " hw"
26+ ep_inventory_type = " on-link"
27+ ep_ret_time = " 0"
28+ hv_avail_monitor = " no"
29+ mcast_addr = " 0.0.0.0"
30+ mode = " default"
3131 name = " vds_01"
32- // // pref_encap_mode = "unspecified"
32+ pref_encap_mode = " unspecified"
3333 provider_profile_dn = " uni/vmmp-VMware"
3434 relation_infra_rs_vlan_ns = aci_vlan_pool. vmm_vlan_pool . id
3535}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments