mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-10-23 07:42:03 +00:00
Add the A10 vThunder node definition.
This commit is contained in:
3
node-definitions/a10/README.md
Normal file
3
node-definitions/a10/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# A10 Node Definitions
|
||||
|
||||
Here you will find a collection of A10 node definitions.
|
12
node-definitions/a10/vThunder/README.md
Normal file
12
node-definitions/a10/vThunder/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# A10 vThunder Node Definitions
|
||||
|
||||
This is the definition for A10's vThunder virtual appliance.
|
||||
|
||||
### Description
|
||||
|
||||
This node definition provides for a three-interface node (one management interface, two ethernet interfaces) requiring
|
||||
4 vCPUs and 4 GB of RAM.
|
||||
|
||||
### Known Limitations
|
||||
|
||||
This node definition does not support day 0 config provisioning or config extraction.
|
47
node-definitions/a10/vThunder/a10vthunder.yaml
Normal file
47
node-definitions/a10/vThunder/a10vthunder.yaml
Normal file
@@ -0,0 +1,47 @@
|
||||
id: a10vthunder
|
||||
general:
|
||||
description: A10 vThunder Virtual Appliance
|
||||
nature: server
|
||||
read_only: false
|
||||
device:
|
||||
interfaces:
|
||||
has_loopback_zero: false
|
||||
physical:
|
||||
- management
|
||||
- ethernet 1
|
||||
- ethernet 2
|
||||
serial_ports: 1
|
||||
default_count: 3
|
||||
ui:
|
||||
visible: true
|
||||
description: A10 vThunder Load Balancer
|
||||
label_prefix: vthunder-
|
||||
icon: server
|
||||
label: A10 vThunder
|
||||
sim:
|
||||
linux_native:
|
||||
libvirt_domain_driver: kvm
|
||||
driver: server
|
||||
disk_driver: virtio
|
||||
ram: 4096
|
||||
cpus: 4
|
||||
nic_driver: virtio
|
||||
boot:
|
||||
timeout: 600
|
||||
completed:
|
||||
- 'vThunder login: '
|
||||
inherited:
|
||||
image:
|
||||
ram: true
|
||||
cpus: true
|
||||
data_volume: false
|
||||
boot_disk_size: false
|
||||
node:
|
||||
ram: true
|
||||
cpus: true
|
||||
data_volume: false
|
||||
boot_disk_size: false
|
||||
configuration:
|
||||
generator:
|
||||
driver: null
|
||||
schema_version: 0.0.1
|
Reference in New Issue
Block a user