https://github.com/oracle-quickstart/oci-palo-alto-networks
Terraform module to deploy Palo Alto Networks on Oracle Cloud Infrastructure (OCI)
https://github.com/oracle-quickstart/oci-palo-alto-networks
partner-led
Last synced: 4 months ago
JSON representation
Terraform module to deploy Palo Alto Networks on Oracle Cloud Infrastructure (OCI)
- Host: GitHub
- URL: https://github.com/oracle-quickstart/oci-palo-alto-networks
- Owner: oracle-quickstart
- License: apache-2.0
- Created: 2020-03-06T23:08:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T15:37:29.000Z (over 2 years ago)
- Last Synced: 2024-12-29T20:15:58.868Z (6 months ago)
- Topics: partner-led
- Language: HCL
- Size: 9.29 MB
- Stars: 11
- Watchers: 7
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oci-palo-alto-networks
This is a Terraform module that deploys Palo Alto Networks solutions on [Oracle Cloud Infrastructure (OCI)](https://cloud.oracle.com/en_US/cloud-infrastructure). It is developed jointly by Oracle and Palo Alto Networks.
The [Oracle Cloud Infrastructure (OCI) Quick Start](https://github.com/oracle?q=quickstart) is a collection of examples that allow OCI users to get a quick start deploying advanced infrastructure on OCI. The oci-paloaltonetworks repository contains the initial templates that can be used for accelerating deployment of Palo Alto Networks solutions from local Terraform CLI and OCI Resource Manager.
This repo is under active development. Building open source software is a community effort. We're excited to engage with the community building this.
## How this project is organized
This project contains multiple solutions. Each solution folder is structured in at least 3 modules:
- **solution-folder**: launch a simple VM that subscribes to a Marketplace Image running from Terraform CLI.
- **solution-folder/build-orm**: Package cloudguard-ngfw template in OCI [Resource Manager Stack](https://docs.cloud.oracle.com/iaas/Content/ResourceManager/Tasks/managingstacksandjobs.htm) format.
- **solution-folder/terraform-modules**: Contains a list of re-usable terraform modules (if any) for managing infrastructure resources like vcn, subnets, security, etc.## Current Solutions
This project includes below solutions supported:
- **Palo Alto Networks Active/Passive HA** : [ha-active-passive](ha-active-passive) this allows end user to deploy PAN solutions in hub and spoke architecture.
- **Palo Alto Networks with Network Load Balancer - Sandwich Topology** : [pan-oci-nlb-sandwich-topology](nlb-use-case) this allows end user to deploy PAN solutions in hub and spoke architecture.
- **Palo Alto Networks with Dynamic Routing Gateway and Network Load Balancer - Sandwich Topology** : [pan-oci-drg-nlb-sandwich-topology](drg-nlb-use-case) this allows end user to deploy PAN solutions in hub and spoke architecture. It uses Dynamic Routing Gateway to communicate between VCNs and from/to VCNs.## How to use these templates
You can easily use these templates pointing to the Images published in the Oracle Cloud Infrastructure Marketplace. To get it started, navigate to the solution folder and check individual README.md file.