Skip to content

Commit

Permalink
dvs-fab config is added
Browse files Browse the repository at this point in the history
Change-Id: I3b658dcc44578625e2fb0ff17751472e3ee268c7
Closes-bug: #1553005
  • Loading branch information
ymariappan committed Mar 4, 2016
1 parent e6d1cbb commit b2073d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fabfile/testbeds/testbed_multibox_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,10 @@
#auth is the autentication type used to talk to vcenter, http or https
#datacenter is the datacenter name we are operating on
#cluster is the list of clusters we are operating on
#dv_switch_fab section contains distributed switch related params for fab network
# dv_switch_name
#dv_port_group_fab section contains distributed port group params for fab network
# dv_portgroup_name and the number of ports the group has
#dvswitch section contains distributed switch related para,s
# dv_switch_name
#dvportgroup section contains the distributed port group info
Expand All @@ -448,6 +452,11 @@
# 'auth': 'https',
# 'datacenter': 'kd_dc',
# 'cluster': ['kd_cluster_1','kd_cluster_2'],
# 'dv_switch_fab': {'dv_switch_name': 'dvs-lag'},
# 'dv_port_group_fab': {
# 'dv_portgroup_name': 'fab-pg',
# 'number_of_ports': '3',
# },
# 'dv_switch': { 'dv_switch_name': 'kd_dvswitch',
# },
# 'dv_port_group': { 'dv_portgroup_name': 'kd_dvportgroup',
Expand Down

0 comments on commit b2073d6

Please sign in to comment.