-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes for CML lab generation * Updated to nso-oc version 2.43.2 * Removed manual install of CML client library (getting it from pypi now) * Updated to ansible-mdd version 1.2.5
- Loading branch information
1 parent
966c4db
commit 14b515a
Showing
28 changed files
with
123 additions
and
474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,40 @@ | ||
cml_lab_file: "{{ lookup('env', 'PWD') }}/files/arch4_csr_pop.yaml.j2" | ||
cml_device_template: | ||
switch: | ||
node_definition: iosvl2 | ||
ram: 768 | ||
tags: | ||
- switch | ||
type: switch | ||
router: | ||
node_definition: csr1000v | ||
ram: 3072 | ||
tags: | ||
- router | ||
type: router | ||
# Uncomment if setting use_cat9kv to True | ||
l3switch: | ||
node_definition: Cat9000v | ||
image_definition: Cat9kv-17.12.1 | ||
ram: 18432 | ||
cpus: 4 | ||
tags: | ||
- l3switch | ||
type: l3switch | ||
# Uncomment if setting use_cat9kv to False | ||
# l3switch: | ||
# node_definition: iosvl2 | ||
# ram: 768 | ||
# tags: | ||
# - l3switch | ||
# type: l3switch | ||
ext_conn: | ||
node_definition: external_connector | ||
ram: 0 | ||
tags: [] | ||
# Default interface mappings for CML, uncomment to add/modify | ||
# Note: any interfaces not handled here will be truncated when mapping physical to virtual | ||
# cml_default_mappings: | ||
# Loopback(\d+): Loopback\1 | ||
# Vlan(\d+): Vlan\1 | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.