Skip to content

Commit 59b0b6f

Browse files
committed
Updates for Mission
1 parent 09d358a commit 59b0b6f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

apic_fabric_setup/create_snv_apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def create_app(tenant_obj, app_name, bd_object, vlan_web, vlan_db):
4949
epg_web_phys_domain = cobra.model.fv.RsDomAtt(epg_web, tDn='uni/phys-SnV_phys')
5050
epg_web_path_a = cobra.model.fv.RsPathAtt(epg_web, tDn='topology/pod-1/protpaths-101-102/pathep-[SnV_FI-1B]', encap=vlan_web)
5151
epg_web_path_b = cobra.model.fv.RsPathAtt(epg_web, tDn='topology/pod-1/protpaths-101-102/pathep-[SnV_FI-1A]', encap=vlan_web)
52-
# epg_web_path_c = cobra.model.fv.RsPathAtt(epg_web, tDn='topology/pod-1/paths-101/pathep-[eth1/10]', encap="vlan-10")
52+
epg_web_path_c = cobra.model.fv.RsPathAtt(epg_web, tDn='topology/pod-1/paths-101/pathep-[eth1/10]', encap=vlan_web)
5353
epg_web_provided = cobra.model.fv.RsProv(epg_web, tnVzBrCPName='web')
5454
epg_web_consumed = cobra.model.fv.RsCons(epg_web, tnVzBrCPName='database')
5555

sbx-intermediate-aci/sbx-intermediate-aci-mission1_health-dashboard/dashboard/app/views.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,3 @@ def healthscore_update():
8585
def fault_update():
8686
if request.method == 'POST':
8787
return jsonify(get_faults(request.form['app']))
88-
89-

0 commit comments

Comments
 (0)