Merge pull request #10 from alexanderdeca/master

Added Palo Alto
This commit is contained in:
Joe Clarke
2021-09-16 14:51:50 -04:00
committed by GitHub
4 changed files with 90 additions and 1 deletions

3
.gitignore vendored
View File

@@ -261,4 +261,5 @@ crashlytics-build.properties
fabric.properties
# Editor-based Rest Client
.idea/httpRequests
.idea/httpRequests
cml-images.code-workspace

View 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

View 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

View 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