mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-10-23 16:13:54 +00:00
1
.gitignore
vendored
1
.gitignore
vendored
@@ -262,3 +262,4 @@ fabric.properties
|
||||
|
||||
# Editor-based Rest Client
|
||||
.idea/httpRequests
|
||||
cml-images.code-workspace
|
||||
|
28
node-definitions/palo-alto/README.md
Normal file
28
node-definitions/palo-alto/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Palo Alto Networks vFW image
|
||||
|
||||
This directory contains the node definition for PAN-OS 10
|
||||
|
||||
|
||||
### General Information
|
||||
|
||||
default username and password are admin/admin
|
||||
mgmt interface defaults to dhcp
|
||||
|
||||
Once the image has booted, after you see the following msg on the console "Masterd started successfully", you can logon with
|
||||
the default credentials and change the credentials after first logon.
|
||||
|
||||
PA-HDF login: admin
|
||||
Password:
|
||||
System initializing; please wait... (CTRL-C to bypass)
|
||||
Enter old password :
|
||||
|
||||
To set a static ip address issue the following commands :
|
||||
|
||||
configure
|
||||
set deviceconfig system type static
|
||||
set deviceconfig system ip-address <Firewall-IP> netmask <netmask> default-gateway <gateway-IP> dns-setting servers primary <DNS-IP>
|
||||
commit
|
||||
|
||||
|
||||
|
||||
|
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