Skip to content

Keysight/pan-demo-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terraform deployments

Introduction

This Terraform sciprt deploy CyPerf Controller, CyPerf Agents, AWS Network firewall, PAN FW in aws cloud providers. All the necessary resources will be created from scratch, including VPC, subnets, route table, Security group, Internet Gateway, PAN FW, NGFW etc.

Prerequisites

aws_stack_name="<stack name eg. cyperftest>"
aws_region="<AWS region eg. us-west-2>"
aws_access_key_id="XXXXXXXXXXXXX"
aws_secret_access_key="XXXXXXXXXXXXXXX"
aws_session_token="XXXXXXXX"
panfw_bootstrap_bucket="<s3 bucket where PAN config stored>"

How to use:

A python script 'cyperf_e2e.py' will deploy entire topology and retrun CyPerf controller IP.

python3 cyperf_e2e.py

Destroy the setup

terraform -chdir=./terraform destroy -auto-approve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published