mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-11-02 13:03:20 +00:00
Compare commits
3 Commits
79c0df82aa
...
ad902c9602
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad902c9602 | ||
|
|
385766c69f | ||
|
|
4cc9778d53 |
@@ -3,15 +3,20 @@ configuration:
|
|||||||
generator:
|
generator:
|
||||||
driver: csr1000v
|
driver: csr1000v
|
||||||
provisioning:
|
provisioning:
|
||||||
volume_name: disk
|
volume_name: CDROM
|
||||||
media_type: iso
|
media_type: iso
|
||||||
files:
|
files:
|
||||||
- name: iosxe_config.txt
|
- name: iosxe_config.txt
|
||||||
content: hostname inserthostname_here
|
content: |-
|
||||||
|
platform console serial
|
||||||
|
hostname C9800-CL
|
||||||
|
!
|
||||||
|
end
|
||||||
editable: true
|
editable: true
|
||||||
device:
|
device:
|
||||||
interfaces:
|
interfaces:
|
||||||
has_loopback_zero: true
|
has_loopback_zero: true
|
||||||
|
min_count: 4
|
||||||
default_count: 4
|
default_count: 4
|
||||||
loopback:
|
loopback:
|
||||||
- Loopback0
|
- Loopback0
|
||||||
@@ -29,17 +34,19 @@ inherited:
|
|||||||
image:
|
image:
|
||||||
ram: true
|
ram: true
|
||||||
cpus: true
|
cpus: true
|
||||||
|
cpu_limit: true
|
||||||
data_volume: false
|
data_volume: false
|
||||||
boot_disk_size: false
|
boot_disk_size: false
|
||||||
node:
|
node:
|
||||||
ram: true
|
ram: true
|
||||||
cpus: true
|
cpus: true
|
||||||
|
cpu_limit: true
|
||||||
data_volume: false
|
data_volume: false
|
||||||
boot_disk_size: false
|
boot_disk_size: false
|
||||||
general:
|
general:
|
||||||
description: Cisco Catalyst 9800 Wireless Controller for Cloud
|
description: Cisco Catalyst 9800 Wireless Controller for Cloud
|
||||||
nature: switch
|
nature: switch
|
||||||
read_only: true
|
read_only: false
|
||||||
schema_version: 0.0.1
|
schema_version: 0.0.1
|
||||||
boot:
|
boot:
|
||||||
timeout: 300
|
timeout: 300
|
||||||
@@ -47,6 +54,7 @@ boot:
|
|||||||
- 'Would you like to enter the initial configuration dialog? [yes/no]:'
|
- 'Would you like to enter the initial configuration dialog? [yes/no]:'
|
||||||
- '%SYS-5-RESTART: System restarted'
|
- '%SYS-5-RESTART: System restarted'
|
||||||
- 'INFO: Press RETURN to get started!'
|
- 'INFO: Press RETURN to get started!'
|
||||||
|
uses_regex: false
|
||||||
sim:
|
sim:
|
||||||
linux_native:
|
linux_native:
|
||||||
cpus: 2
|
cpus: 2
|
||||||
@@ -54,18 +62,21 @@ sim:
|
|||||||
driver: server
|
driver: server
|
||||||
libvirt_domain_driver: kvm
|
libvirt_domain_driver: kvm
|
||||||
nic_driver: virtio
|
nic_driver: virtio
|
||||||
ram: 8192
|
ram: 6144
|
||||||
|
cpu_limit: 100
|
||||||
video:
|
video:
|
||||||
memory: 16
|
model: vga
|
||||||
|
memory: 1
|
||||||
pyats:
|
pyats:
|
||||||
os: iosxe
|
os: iosxe
|
||||||
series: csr1000v
|
series: csr1000v
|
||||||
config_extract_command: show run
|
config_extract_command: show run
|
||||||
|
use_in_testbed: true
|
||||||
ui:
|
ui:
|
||||||
description: |-
|
description: |-
|
||||||
Cisco Catalyst 9800 Wireless Controller for Cloud
|
Cisco Catalyst 9800 Wireless Controller for Cloud
|
||||||
|
|
||||||
8 GB DRAM, 2 vCPU
|
6 GB DRAM, 2 vCPU
|
||||||
|
|
||||||
[CCO Link](https://www.cisco.com/c/en/us/support/wireless/catalyst-9800-wireless-controllers-cloud/tsd-products-support-series-home.html)
|
[CCO Link](https://www.cisco.com/c/en/us/support/wireless/catalyst-9800-wireless-controllers-cloud/tsd-products-support-series-home.html)
|
||||||
group: Others
|
group: Others
|
||||||
|
|||||||
Reference in New Issue
Block a user