File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed
integration/data/bootstrap Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 3737 napalm_driver : eos
3838 netmiko_device_type : arista_eos
3939 ansible_network_os : eos
40- containerlab_os : ceos
40+ containerlab_os : arista_ceos
4141
4242 - name : Sonic OS
4343 nornir_platform : sonic
Original file line number Diff line number Diff line change 11{% set default_images = {
2- "ceos " : "registry.opsmill.io/external/ceos-image:4.29.0.2F"
2+ "arista_ceos " : "registry.opsmill.io/external/ceos-image:4.29.0.2F"
33} %}
44{% for topology in data .TopologyDeployment .edges %}
55---
@@ -13,14 +13,12 @@ mgmt:
1313{% if topology .node .devices .edges is defined %}
1414topology:
1515 kinds:
16- ceos :
17- image: "{{ default_images.ceos }}"
16+ arista_ceos :
17+ image: "{{ default_images.arista_ceos }}"
1818 exec:
1919 - sleep 10
2020 - FastCli -p 15 -c 'security pki key generate rsa 4096 eAPI.key'
2121 - FastCli -p 15 -c 'security pki certificate generate self-signed eAPI.crt key eAPI.key generate rsa 4096 validity 30000 parameters common-name eAPI'
22- linux:
23- image: "{{ default_images.linux }}"
2422
2523 nodes:
2624 {% for device in topology .node .devices .edges %}
@@ -35,7 +33,7 @@ topology:
3533 mgmt-ipv4: {{ mgmt_ip[0] }}
3634 {% endif %}
3735 {% endfor %}
38- {% if networkos == "ceos " %}
36+ {% if networkos == "arista_ceos " %}
3937 startup-config: generated-configs/devices/{{ device.node.name.value }}.cfg
4038 {% endif %}
4139
Original file line number Diff line number Diff line change 3737 napalm_driver : eos
3838 netmiko_device_type : arista_eos
3939 ansible_network_os : eos
40- containerlab_os : ceos
40+ containerlab_os : arista_ceos
4141
4242 - name : Sonic OS
4343 nornir_platform : sonic
Original file line number Diff line number Diff line change 88
99topology:
1010 kinds:
11- ceos :
11+ arista_ceos :
1212 image: "registry.opsmill.io/external/ceos-image:4.29.0.2F"
1313 exec:
1414 - sleep 10
You can’t perform that action at this time.
0 commit comments