mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-10-23 07:42:03 +00:00
Added Palo Alto
This commit is contained in:
8
cml-images.code-workspace
Normal file
8
cml-images.code-workspace
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
52
node-definitions/palo alto/panos10.yaml
Normal file
52
node-definitions/palo alto/panos10.yaml
Normal file
@@ -0,0 +1,52 @@
|
||||
id: panos10
|
||||
general:
|
||||
description: Palo Alto Networks vFW
|
||||
nature: firewall
|
||||
read_only: false
|
||||
device:
|
||||
interfaces:
|
||||
has_loopback_zero: false
|
||||
physical:
|
||||
- mgmt
|
||||
- ethernet1/1
|
||||
- ethernet1/2
|
||||
- ethernet1/3
|
||||
- ethernet1/4
|
||||
- ethernet1/5
|
||||
- ethernet1/6
|
||||
- ethernet1/7
|
||||
serial_ports: 1
|
||||
default_count: 8
|
||||
ui:
|
||||
visible: true
|
||||
label_prefix: panos10-
|
||||
icon: firewall
|
||||
label: PAN-OS 10
|
||||
sim:
|
||||
linux_native:
|
||||
libvirt_domain_driver: kvm
|
||||
driver: server
|
||||
disk_driver: virtio
|
||||
ram: 4096
|
||||
cpus: 2
|
||||
cpu_limit: 20
|
||||
nic_driver: e1000
|
||||
boot:
|
||||
timeout: 250
|
||||
inherited:
|
||||
image:
|
||||
ram: true
|
||||
cpus: true
|
||||
cpu_limit: true
|
||||
data_volume: true
|
||||
boot_disk_size: true
|
||||
node:
|
||||
ram: true
|
||||
cpus: true
|
||||
cpu_limit: true
|
||||
data_volume: true
|
||||
boot_disk_size: true
|
||||
configuration:
|
||||
generator:
|
||||
driver: server
|
||||
schema_version: 0.0.1
|
8
virl-base-images/palo alto/panos-10.yaml
Normal file
8
virl-base-images/palo alto/panos-10.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
id: panos-10
|
||||
node_definition_id: panos10
|
||||
description: PAN-OS 10
|
||||
label: PAN-OS 10
|
||||
disk_image: PA-VM-KVM-10.0.2.qcow2
|
||||
read_only: false
|
||||
disk_subfolder: panos-10
|
||||
schema_version: 0.0.1
|
Reference in New Issue
Block a user