Skip to content

Commit

Permalink
Baselined from internal Repository
Browse files Browse the repository at this point in the history
last_commit:00d4e64e33051a0c84001565cce08e740251e938
  • Loading branch information
GVE Devnet Admin committed Jul 26, 2023
1 parent 6f03b6b commit 4e88f37
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ If config templates also need to be overwritten, add `-v <path-to-config_templat

Alternatively, a docker-compose.yml file has been included as well.

# Related Sandbox

- [Cisco DNA Center Lab](https://devnetsandbox.cisco.com/RM/Diagram/Index/b8d7aa34-aa8f-4bf2-9c42-302aaa2daafb?diagramType=Topology)

# Screenshots

### Step 1 - Selecting a device
Expand Down
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ def status():
# Check template deployment status...
getTemplateDeployStatus()
# If template was deployed successfully, delete it to keep DNAC template list clean
# if session["deploymentStatus"] == "success" and session["templateID"]:
# deleteTemplate()
if session["deploymentStatus"] == "success" and session["templateID"]:
deleteTemplate()

return render_template(
"status.html",
Expand Down
2 changes: 1 addition & 1 deletion example_dna-servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ servers:
address: 10.20.20.20
templates:
project: DNAC_Project
template: api_port_vlan_config
template: api_port_vlan_config

0 comments on commit 4e88f37

Please sign in to comment.