Skip to content

Fortigate Autoscale: A collection of Node.js modules and cloud specific templates which support basic autoscale functionality for groups of FortiGate VM instances via Microsoft Azure Functions and Amazon AWS Lambda (alpha).

License

Notifications You must be signed in to change notification settings

limkokholefork/fortigate-autoscale

 
 

Repository files navigation

FortiGate Autoscale

A collection of Node.js modules and cloud-specific templates which support autoscale functionality for groups of FortiGate-VM instances on various cloud platforms.

This project contains the code and templates for the Amazon AWS and Microsoft Azure autoscale deployments. For autoscale on AliCloud see the alicloud-autoscale repository. For autoscale on GCP see the fortigate-autoscale-gcp repository.

This project is organized in separate node modules:

  • fortigate-autoscale/core contains the core logic and provides an interface which can be extended to deal with the differences in cloud platform APIs.
  • fortigate-autoscale/azure contains an implementation for the Microsoft Azure platform API and Cosmos DB storage backend.
  • fortigate-autoscale/aws contains an implementation for the AWS SDK platform API with a Dynamo DB storage backend.

The project also contains a deployment script which can generate packages for each cloud service's serverless implementation.

Supported platforms

This project supports autoscaling for the cloud platforms listed below:

  • Amazon AWS
  • Microsoft Azure

Deployment packages

To generate local deployment packages:

  1. From the project release page, download the source code (.zip or .tar.gz) for the latest 2.0 version.
  2. Extract the source code.
  3. Run npm run build at the project root directory.

Deployment packages as well as source code will be available in the dist directory.

Package Name Description
fortigate-autoscale.zip Source code for the entire project.
fortigate-autoscale-aws-cloudformation.zip Cloud Formation template. Use this to deploy the solution on the AWS platform.
fortigate-autoscale-aws-lambda.zip Source code for the FortiGate Autoscale handler - AWS Lambda function.
fortigate-autoscale-azure-funcapp.zip Source code for the FortiGate Autoscale handler - Azure function.
fortigate-autoscale-azure-template-deployment.zip Azure template. Use this to deploy the solution on the Azure platform.

Installation Guides are available from the Fortinet Document Library:

Deploy to AWS

Launch Stack

Support

Fortinet-provided scripts in this and other GitHub projects do not fall under the regular Fortinet technical support scope and are not supported by FortiCare Support Services. For direct issues, please refer to the Issues tab of this GitHub project. For other questions related to this project, contact github@fortinet.com.

License

License © Fortinet Technologies. All rights reserved.

About

Fortigate Autoscale: A collection of Node.js modules and cloud specific templates which support basic autoscale functionality for groups of FortiGate VM instances via Microsoft Azure Functions and Amazon AWS Lambda (alpha).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Shell 1.2%
  • Groovy 0.2%