Skip to content

Commit

Permalink
Merge pull request contiv-experimental#117 from saramach/phys-dom-ans…
Browse files Browse the repository at this point in the history
…ible-changes

Add support to specify APIC Physical Domain as a parameter
  • Loading branch information
mapuri committed Mar 10, 2016
2 parents c55bda2 + 5dfc0ce commit 771d4e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/contiv_network/templates/aci_gw.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ start)
-e "APIC_USERNAME={{ apic_username }}" \
-e "APIC_PASSWORD={{ apic_password }}" \
-e "APIC_LEAF_NODE={{ apic_leaf_nodes }}" \
-e "APIC_PHYS_DOMAIN={{ apic_phys_domain }}" \
--name=contiv-aci-gw \
contiv/aci-gw
;;
Expand Down

0 comments on commit 771d4e2

Please sign in to comment.